diff --git a/manifests/a/Anthropic/ClaudeCode/2.0.55/Anthropic.ClaudeCode.installer.yaml b/manifests/a/Anthropic/ClaudeCode/2.0.55/Anthropic.ClaudeCode.installer.yaml new file mode 100644 index 0000000000000..4b00a5f69de02 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.0.55/Anthropic.ClaudeCode.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.0.55 +InstallerType: portable +Commands: +- claude +ReleaseDate: 2025-11-26 +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.0.55/win32-x64/claude.exe + InstallerSha256: A81F0210058092F48BD469ADCB8597B8CF934780C0173E2DC29A480F467BF6B0 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.0.55/Anthropic.ClaudeCode.locale.en-US.yaml b/manifests/a/Anthropic/ClaudeCode/2.0.55/Anthropic.ClaudeCode.locale.en-US.yaml new file mode 100644 index 0000000000000..6f5cdd66146fd --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.0.55/Anthropic.ClaudeCode.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.0.55 +PackageLocale: en-US +Publisher: Anthropic PBC +Author: Anthropic PBC +PackageName: Claude Code +License: Proprietary +Copyright: © 2025 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. +Tags: +- agent +- agentic +- ai +- chatbot +- claude +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: |- + - Fixed proxy DNS resolution being forced on by default. Now opt-in via CLAUDE_CODE_PROXY_RESOLVES_HOSTS=true environment variable + - Fixed keyboard navigation becoming unresponsive when holding down arrow keys in memory location selector + - Improved AskUserQuestion tool to auto-submit single-select questions on the last question, eliminating the extra review screen for simple question flows + - Improved fuzzy matching for @ file suggestions with faster, more accurate results +ReleaseNotesUrl: https://github.com/anthropics/claude-code/blob/HEAD/CHANGELOG.md#2055 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.0.55/Anthropic.ClaudeCode.locale.zh-CN.yaml b/manifests/a/Anthropic/ClaudeCode/2.0.55/Anthropic.ClaudeCode.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b7c621e762112 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.0.55/Anthropic.ClaudeCode.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.10.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.0.55 +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 +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotesUrl: https://github.com/anthropics/claude-code/blob/HEAD/CHANGELOG.md +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/t/TunnelBear/TunnelBear/4.15.1.0/TunnelBear.TunnelBear.yaml b/manifests/a/Anthropic/ClaudeCode/2.0.55/Anthropic.ClaudeCode.yaml similarity index 75% rename from manifests/t/TunnelBear/TunnelBear/4.15.1.0/TunnelBear.TunnelBear.yaml rename to manifests/a/Anthropic/ClaudeCode/2.0.55/Anthropic.ClaudeCode.yaml index 2b5dca96a03d4..af2c04076a865 100644 --- a/manifests/t/TunnelBear/TunnelBear/4.15.1.0/TunnelBear.TunnelBear.yaml +++ b/manifests/a/Anthropic/ClaudeCode/2.0.55/Anthropic.ClaudeCode.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json -PackageIdentifier: TunnelBear.TunnelBear -PackageVersion: 4.15.1.0 +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.0.55 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/a/Argente/Utilities/3.0.3.7/Argente.Utilities.installer.yaml b/manifests/a/Argente/Utilities/3.0.3.8/Argente.Utilities.installer.yaml similarity index 81% rename from manifests/a/Argente/Utilities/3.0.3.7/Argente.Utilities.installer.yaml rename to manifests/a/Argente/Utilities/3.0.3.8/Argente.Utilities.installer.yaml index e619b24ba8961..6277a8fa25c72 100644 --- a/manifests/a/Argente/Utilities/3.0.3.7/Argente.Utilities.installer.yaml +++ b/manifests/a/Argente/Utilities/3.0.3.8/Argente.Utilities.installer.yaml @@ -2,14 +2,14 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: Argente.Utilities -PackageVersion: 3.0.3.7 -ReleaseDate: 2025-11-18 +PackageVersion: 3.0.3.8 +ReleaseDate: 2025-11-24 Installers: - Architecture: x86 InstallerType: inno Scope: machine InstallerUrl: https://argenteutilities.com/en/download/utilitiesx86 - InstallerSha256: E64C1437DAF58022BB2098559C998CCF68DE6C375FA5A00BB443D876D0507054 + InstallerSha256: 17B247856AAF33577AA5B64C418A6F17CCA6BF6683A072BB084B4FCF4D2D6A3E InstallModes: - interactive - silent @@ -24,7 +24,7 @@ Installers: InstallerType: inno Scope: machine InstallerUrl: https://argenteutilities.com/en/download/utilitiesx64 - InstallerSha256: ED2D35E4DE66BED09020628A3C918E7F74CD31E2260B180C45AE60D8643344B0 + InstallerSha256: 09AC182D8B8A5E6E472BBEB6F2D91DE3D1B201DFBE9A04D91A7424CF1D0E2206 InstallModes: - interactive - silent @@ -39,7 +39,7 @@ Installers: InstallerType: inno Scope: machine InstallerUrl: https://argenteutilities.com/en/download/utilitiesarm64 - InstallerSha256: EB6F4A1592DE5E26AE800E04FFB2D470A36E7EC3BC658BE1A0AB0AC965B95BE3 + InstallerSha256: 1C27E26685CBF0AC41698FBF673B09666269B885F9713236FF01A010D9D8BF52 InstallModes: - interactive - silent @@ -56,7 +56,7 @@ Installers: NestedInstallerFiles: - RelativeFilePath: Argente.Utilities.X86\Argente.Utilities.exe InstallerUrl: https://argenteutilities.com/en/download/utilitiesx86portable - InstallerSha256: 128A0153E1560F760DB7B8D5CC9B3652A86964C8317CD4986545A8D2DC191B08 + InstallerSha256: 0EB8D8DB5364797B49C2FA7E47465AC4C0EE8D2C66E309ABC7FAA34ED428F3C7 UpgradeBehavior: uninstallPrevious ArchiveBinariesDependOnPath: true - Architecture: x64 @@ -65,7 +65,7 @@ Installers: NestedInstallerFiles: - RelativeFilePath: Argente.Utilities.X64\Argente.Utilities.exe InstallerUrl: https://argenteutilities.com/en/download/utilitiesx64portable - InstallerSha256: 8945F1F9CACD62415D7834650ABFA374974BE08A3E27704024C3FF9ECB5F0644 + InstallerSha256: 1F2096CDDB1A73C7E28C369FE0899CB2E0D70D17119946593372E0AABD1D3207 UpgradeBehavior: uninstallPrevious ArchiveBinariesDependOnPath: true - Architecture: arm64 @@ -74,7 +74,7 @@ Installers: NestedInstallerFiles: - RelativeFilePath: Argente.Utilities.Arm64\Argente.Utilities.exe InstallerUrl: https://argenteutilities.com/en/download/utilitiesarm64portable - InstallerSha256: 0DD68E0F3FEB0A9C21648A0F91301779C7885380B8C77FC81E39AA85D5F453FA + InstallerSha256: AE0B09DBBCF3035391B670DE3F581CE8E416AEF62AA61EB5980C3AC37524586D UpgradeBehavior: uninstallPrevious ArchiveBinariesDependOnPath: true ManifestType: installer diff --git a/manifests/a/Argente/Utilities/3.0.3.7/Argente.Utilities.locale.en-US.yaml b/manifests/a/Argente/Utilities/3.0.3.8/Argente.Utilities.locale.en-US.yaml similarity index 67% rename from manifests/a/Argente/Utilities/3.0.3.7/Argente.Utilities.locale.en-US.yaml rename to manifests/a/Argente/Utilities/3.0.3.8/Argente.Utilities.locale.en-US.yaml index ac2d6c0e8e73e..2e20d38bf9a0e 100644 --- a/manifests/a/Argente/Utilities/3.0.3.7/Argente.Utilities.locale.en-US.yaml +++ b/manifests/a/Argente/Utilities/3.0.3.8/Argente.Utilities.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: Argente.Utilities -PackageVersion: 3.0.3.7 +PackageVersion: 3.0.3.8 PackageLocale: en-US Publisher: Raúl Argente PublisherUrl: https://argenteutilities.com/ @@ -16,14 +16,12 @@ Copyright: Copyright © 2008 - 2025 Raúl Argente CopyrightUrl: https://argenteutilities.com/modal/modal-body.php?type-modal=legal ShortDescription: The choice of more than 13.000.000 users, protects your privacy, fix mistakes and make your device faster and safe ReleaseNotes: |- - New version of Argente Utilities. Version 3.0.3.7 introduces significant improvements in security, speed, and stability. The application is under continuous development. - - New: [Duplicate Finder] property to sort by creation date - - Improved: [General] configuration saving system - - Improved: [General] registry key restoration system - - Improved: [Uninstall Manager] package manifest reading - - Improved: [Duplicate Finder] recognition of more common file types - - Fixed: [Software Updater] license check error in rare cases - - Fixed: [Software Updater] error when analyzing software in automatic mode + New version of Argente Utilities. Version 3.0.3.8 introduces significant improvements in security, speed, and stability. The application is under continuous development. + - New: [Duplicate Finder] added a message when there are no more items to remove + - Improved: [General] expanded internal license data + - Improved: [General] automated scheduled task management + - Improved: [Registry Cleaner] class type cleanup + - Fixed: [Disk Cleaner] translation error in other languages - Fixed: [General] other internal errors ReleaseNotesUrl: https://argenteutilities.com/en/blog ManifestType: defaultLocale diff --git a/manifests/a/Argente/Utilities/3.0.3.7/Argente.Utilities.locale.zh-CN.yaml b/manifests/a/Argente/Utilities/3.0.3.8/Argente.Utilities.locale.zh-CN.yaml similarity index 94% rename from manifests/a/Argente/Utilities/3.0.3.7/Argente.Utilities.locale.zh-CN.yaml rename to manifests/a/Argente/Utilities/3.0.3.8/Argente.Utilities.locale.zh-CN.yaml index f0fbe42cc8172..2500db68e7d84 100644 --- a/manifests/a/Argente/Utilities/3.0.3.7/Argente.Utilities.locale.zh-CN.yaml +++ b/manifests/a/Argente/Utilities/3.0.3.8/Argente.Utilities.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json PackageIdentifier: Argente.Utilities -PackageVersion: 3.0.3.7 +PackageVersion: 3.0.3.8 PackageLocale: zh-CN License: 专有软件 ShortDescription: 超过 13,000,000 用户的选择,保护您的隐私,修正错误,让设备运行更快更安全 diff --git a/manifests/a/Argente/Utilities/3.0.3.7/Argente.Utilities.yaml b/manifests/a/Argente/Utilities/3.0.3.8/Argente.Utilities.yaml similarity index 90% rename from manifests/a/Argente/Utilities/3.0.3.7/Argente.Utilities.yaml rename to manifests/a/Argente/Utilities/3.0.3.8/Argente.Utilities.yaml index 5a45373ae0a11..4aaec8d2cacea 100644 --- a/manifests/a/Argente/Utilities/3.0.3.7/Argente.Utilities.yaml +++ b/manifests/a/Argente/Utilities/3.0.3.8/Argente.Utilities.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: Argente.Utilities -PackageVersion: 3.0.3.7 +PackageVersion: 3.0.3.8 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.installer.yaml new file mode 100644 index 0000000000000..135418c04e35f --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.0.10 +UpgradeBehavior: install +ReleaseDate: 2025-11-27 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.0.10/Any.Code_5.0.10_x64-setup.exe + InstallerSha256: C33BDC120F999232BA35555CAEADE8B921732AA2B46DA135006C68E5E021B4CE + ProductCode: Claude Workbench +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.0.10/Any.Code_5.0.10_x64_en-US.msi + InstallerSha256: EBFE5838CB1933D5379668C347CEC25BCEE28109A3E7240AA277532E301D14CD + ProductCode: '{3B73EAC9-157A-45D8-8DA5-BEF62489D067}' + AppsAndFeaturesEntries: + - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.locale.en-US.yaml new file mode 100644 index 0000000000000..7be8c2b499b75 --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.0.10 +PackageLocale: en-US +ShortDescription: Professional Claude Code Desktop Management Tool - Modern GUI Toolkit +Description: |- + Professional Claude Code Desktop Management Tool - Modern GUI Toolkit + + ✨ Core Features + 🎯 Session Management + - Visual Project Management: Intuitive interface for managing Claude projects and sessions + - Session History: Complete conversation history with support for recovery and undo + - Real-time Streaming Output: Smooth display of Claude responses + - Prompt Undo: Roll back to any message and restore code state + 📦 Claude Extension Manager (New in v4.0.1) + - Plugins Viewer: View installed plugins and their components + - Subagents Management: Browse and edit subagents + - Agent Skills View: View and manage AI skills + - One-click File Opening: Directly edit .md files by clicking on cards + 💰 Smart Cost Tracking + - Accurate Billing: Supports multi-model pricing (Opus 4.1, Sonnet 4.5, Sonnet 3.5) + - Detailed Statistics: Token breakdown, session duration, API execution time + - Hover Preview: View full cost analysis with mouse hover + - Real-time Updates: Instant calculation and display of session costs + 🔧 Developer Tools + - Provider Management: One-click switching between API providers, silent switch without interruption + - MCP Integration: Full Model Context Protocol server management + - Hooks System: Custom hooks and event handling + - Slash Commands: Custom command manager + 🎨 Modern UI + - Theme Toggle: Quick switch between light and dark modes via top bar (default: light) + - Compact Design: Optimized space utilization with clear visual hierarchy + - Responsive Layout: Adapts to various screen sizes + - Smooth Animations: Interactive effects powered by Framer Motion +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5fe1f70f86587 --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.0.10 +PackageLocale: zh-CN +Publisher: workbench +PublisherUrl: https://github.com/anyme123 +PublisherSupportUrl: https://github.com/anyme123/claude-workbench/issues +PackageName: Claude Workbench +PackageUrl: https://github.com/anyme123/claude-workbench +License: MIT +LicenseUrl: https://github.com/anyme123/claude-workbench/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Claude Workbench +ShortDescription: 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 +Description: |- + 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 + + ✨ 核心特性 + 🎯 会话管理 + - 可视化项目管理:直观的 Claude 项目和会话管理界面 + - 会话历史记录:完整的对话历史,支持恢复和撤回 + - 实时流式输出:流畅的 Claude 响应显示 + - 提示词撤回:撤回到任意消息,恢复代码状态 + 📦 Claude 扩展管理器 (v4.0.1 新增) + - Plugins 查看器:查看已安装的插件及其组件 + - Subagents 管理:浏览和编辑子代理 + - Agent Skills 查看:查看和管理 AI 技能 + - 一键打开文件:点击卡片直接编辑 .md 文件 + 💰 智能成本追踪 + - 准确计费:支持多模型定价(Opus 4.1、Sonnet 4.5、Sonnet 3.5) + - 详细统计:Token 分类、会话时长、API 执行时间 + - 悬停查看:鼠标悬停即可查看完整成本分析 + - 实时更新:会话成本实时计算和显示 + 🔧 开发者工具 + - 代理商管理:一键切换 API 提供商,静默切换无打扰 + - MCP 集成:完整的 Model Context Protocol 服务器管理 + - Hooks 系统:自定义钩子和事件处理 + - Slash Commands: 自定义命令管理器 + 🎨 现代化 UI + - 主题切换:顶栏快速切换明暗主题(默认浅色) + - 紧凑设计:优化的空间利用,清晰的视觉层次 + - 响应式布局:适配不同屏幕尺寸 + - 流畅动画:Framer Motion 驱动的交互效果 +Tags: +- claude +- claude-code +ReleaseNotesUrl: https://github.com/anyme123/Any-code/releases/tag/v5.0.10 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.yaml new file mode 100644 index 0000000000000..095b52f123a6c --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.0.10/anyme123.ClaudeWorkbench.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.0.10 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.installer.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.installer.yaml new file mode 100644 index 0000000000000..fc184d0d8a688 --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.1.13 +UpgradeBehavior: install +ReleaseDate: 2025-11-28 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.1.13/Any.Code_5.1.13_x64-setup.exe + InstallerSha256: D444DCE44AF11AE05D41FC7BD1DA03AA4CEAEA790296B8FE783DE51FA1E1B905 + ProductCode: Claude Workbench +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/anyme123/Any-code/releases/download/v5.1.13/Any.Code_5.1.13_x64_en-US.msi + InstallerSha256: 2309E418CD443765996245CBDCDF1A065C0F2E4406768CA5DB5090F6EBF556C7 + ProductCode: '{CD5FDCF1-F30E-4DC9-AE0F-FA0C6D342E25}' + AppsAndFeaturesEntries: + - UpgradeCode: '{ABA342D9-0809-5B0D-87ED-910E1AA8B9F2}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.locale.en-US.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.locale.en-US.yaml new file mode 100644 index 0000000000000..c0598084ba7ad --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.1.13 +PackageLocale: en-US +ShortDescription: Professional Claude Code Desktop Management Tool - Modern GUI Toolkit +Description: |- + Professional Claude Code Desktop Management Tool - Modern GUI Toolkit + + ✨ Core Features + 🎯 Session Management + - Visual Project Management: Intuitive interface for managing Claude projects and sessions + - Session History: Complete conversation history with support for recovery and undo + - Real-time Streaming Output: Smooth display of Claude responses + - Prompt Undo: Roll back to any message and restore code state + 📦 Claude Extension Manager (New in v4.0.1) + - Plugins Viewer: View installed plugins and their components + - Subagents Management: Browse and edit subagents + - Agent Skills View: View and manage AI skills + - One-click File Opening: Directly edit .md files by clicking on cards + 💰 Smart Cost Tracking + - Accurate Billing: Supports multi-model pricing (Opus 4.1, Sonnet 4.5, Sonnet 3.5) + - Detailed Statistics: Token breakdown, session duration, API execution time + - Hover Preview: View full cost analysis with mouse hover + - Real-time Updates: Instant calculation and display of session costs + 🔧 Developer Tools + - Provider Management: One-click switching between API providers, silent switch without interruption + - MCP Integration: Full Model Context Protocol server management + - Hooks System: Custom hooks and event handling + - Slash Commands: Custom command manager + 🎨 Modern UI + - Theme Toggle: Quick switch between light and dark modes via top bar (default: light) + - Compact Design: Optimized space utilization with clear visual hierarchy + - Responsive Layout: Adapts to various screen sizes + - Smooth Animations: Interactive effects powered by Framer Motion +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.locale.zh-CN.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e56594794872d --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.1.13 +PackageLocale: zh-CN +Publisher: workbench +PublisherUrl: https://github.com/anyme123 +PublisherSupportUrl: https://github.com/anyme123/claude-workbench/issues +PackageName: Claude Workbench +PackageUrl: https://github.com/anyme123/claude-workbench +License: MIT +LicenseUrl: https://github.com/anyme123/claude-workbench/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 Claude Workbench +ShortDescription: 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 +Description: |- + 专业的 Claude Code 桌面管理工具 - 现代化 GUI 工具包 + + ✨ 核心特性 + 🎯 会话管理 + - 可视化项目管理:直观的 Claude 项目和会话管理界面 + - 会话历史记录:完整的对话历史,支持恢复和撤回 + - 实时流式输出:流畅的 Claude 响应显示 + - 提示词撤回:撤回到任意消息,恢复代码状态 + 📦 Claude 扩展管理器 (v4.0.1 新增) + - Plugins 查看器:查看已安装的插件及其组件 + - Subagents 管理:浏览和编辑子代理 + - Agent Skills 查看:查看和管理 AI 技能 + - 一键打开文件:点击卡片直接编辑 .md 文件 + 💰 智能成本追踪 + - 准确计费:支持多模型定价(Opus 4.1、Sonnet 4.5、Sonnet 3.5) + - 详细统计:Token 分类、会话时长、API 执行时间 + - 悬停查看:鼠标悬停即可查看完整成本分析 + - 实时更新:会话成本实时计算和显示 + 🔧 开发者工具 + - 代理商管理:一键切换 API 提供商,静默切换无打扰 + - MCP 集成:完整的 Model Context Protocol 服务器管理 + - Hooks 系统:自定义钩子和事件处理 + - Slash Commands: 自定义命令管理器 + 🎨 现代化 UI + - 主题切换:顶栏快速切换明暗主题(默认浅色) + - 紧凑设计:优化的空间利用,清晰的视觉层次 + - 响应式布局:适配不同屏幕尺寸 + - 流畅动画:Framer Motion 驱动的交互效果 +Tags: +- claude +- claude-code +ReleaseNotesUrl: https://github.com/anyme123/Any-code/releases/tag/v5.1.13 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.yaml b/manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.yaml new file mode 100644 index 0000000000000..e4355fd8d5677 --- /dev/null +++ b/manifests/a/anyme123/ClaudeWorkbench/5.1.13/anyme123.ClaudeWorkbench.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: anyme123.ClaudeWorkbench +PackageVersion: 5.1.13 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/b/BrickLink/Studio/2.25.11_3/BrickLink.Studio.installer.yaml b/manifests/b/BrickLink/Studio/2.25.11_3/BrickLink.Studio.installer.yaml new file mode 100644 index 0000000000000..ce4e05d4bcbe9 --- /dev/null +++ b/manifests/b/BrickLink/Studio/2.25.11_3/BrickLink.Studio.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: BrickLink.Studio +PackageVersion: 2.25.11_3 +InstallerType: inno +Scope: machine +ProductCode: '{BC38679A-F04A-4A76-BE97-F75C890A7429}_is1' +ReleaseDate: 2025-11-26 +Installers: +- Architecture: x86 + InstallerUrl: https://studio.download.bricklink.info/Studio2.0/Archive/2.25.11_3/Studio+2.0_32.exe + InstallerSha256: D2F73D0AEF2ACFB835C6D385397D00DD236CBBD91779CA012C221BCCFC60D4BE +- Architecture: x64 + InstallerUrl: https://studio.download.bricklink.info/Studio2.0/Archive/2.25.11_3/Studio+2.0.exe + InstallerSha256: A3D3B9942BFFCB5C28529C6EE13BA31D6A4302358BECC314F5A80E5318BD8B08 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/b/BrickLink/Studio/2.25.11_3/BrickLink.Studio.locale.en-US.yaml b/manifests/b/BrickLink/Studio/2.25.11_3/BrickLink.Studio.locale.en-US.yaml new file mode 100644 index 0000000000000..874dd2fa0e4f8 --- /dev/null +++ b/manifests/b/BrickLink/Studio/2.25.11_3/BrickLink.Studio.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.10.0.schema.json + +PackageIdentifier: BrickLink.Studio +PackageVersion: 2.25.11_3 +PackageLocale: en-US +Publisher: BrickLink Corporation +PublisherUrl: https://www.bricklink.com/ +PublisherSupportUrl: https://studiohelp.bricklink.com/ +PrivacyUrl: https://www.bricklink.com/v3/privacy_policy.page +Author: LEGO BrickLink, Inc. +PackageName: Studio +PackageUrl: https://www.bricklink.com/v3/studio/download.page +License: Proprietary +LicenseUrl: https://www.bricklink.com/v3/terms_of_service.page +Copyright: © 2025 The LEGO Group +CopyrightUrl: https://www.bricklink.com/v3/terms_of_service.page +ShortDescription: Build with virtual parts, render designs and create instructions. +Description: |- + Studio is an all-in-one desktop app for Windows and Mac that lets you build with virtual parts, render designs and create instructions. + + What can I do with Studio? + Build + You can build your own virtual creations! Start a project from scratch, import a saved LEGO® Digital Designer file, upload a picture to make a mosaic, or just use your imagination and see what happens when you put the pieces together. + Test a design + By testing your design, you can find out if it can be built with real LEGO bricks. + Create or browse instructions + Use Instruction Maker to create step-by-step instructions for your designs + Render designs + Generate photorealistic images and short videos of your designs + Share on the Studio Gallery + Upload your designs on My Studio and publish them on Studio Gallery + Use the BrickLink catalog + Check if the parts in your design are available and how much they cost. +Tags: +- brick +- design +- lego +- stud.io +ReleaseNotes: Fixed an issue where Studio crashed when saving a model. +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/b/BrickLink/Studio/2.25.11_3/BrickLink.Studio.locale.zh-CN.yaml b/manifests/b/BrickLink/Studio/2.25.11_3/BrickLink.Studio.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4a659584c10af --- /dev/null +++ b/manifests/b/BrickLink/Studio/2.25.11_3/BrickLink.Studio.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.10.0.schema.json + +PackageIdentifier: BrickLink.Studio +PackageVersion: 2.25.11_3 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 使用虚拟零件进行构建、渲染设计以及创建说明。 +Description: |- + Studio 是一款适用于 Windows 和 Mac 的一体化桌面应用程序,可让您使用虚拟零件进行搭建、渲染设计以及创建说明。 + + 使用 Studio 我能做什么? + 搭建 + 您可以创建属于自己的虚拟作品!可以从零开始一个新项目,导入已保存的 LEGO® Digital Designer 文件,上传图片制作马赛克图案,或者仅凭想象力,看看把零件组合在一起会发生什么。 + 测试设计 + 通过测试您的设计,您可以了解它是否能用真实的 LEGO 积木搭建出来。 + 创建或浏览说明 + 使用说明书制作工具为您的设计创建分步搭建说明。 + 渲染设计 + 生成您设计作品的逼真图像和短视频。 + 在 Studio 画廊分享 + 将您的设计上传到“我的 Studio”,并发布到 Studio 画廊。 + 使用 BrickLink 目录 + 查看您的设计中所用零件是否有货以及它们的价格。 +Tags: +- stud.io +- 乐高 +- 积木 +- 设计 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/b/BrickLink/Studio/2.25.11_3/BrickLink.Studio.yaml b/manifests/b/BrickLink/Studio/2.25.11_3/BrickLink.Studio.yaml new file mode 100644 index 0000000000000..277616f79d045 --- /dev/null +++ b/manifests/b/BrickLink/Studio/2.25.11_3/BrickLink.Studio.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: BrickLink.Studio +PackageVersion: 2.25.11_3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/b/ByteDance/Trae/3.2.2/ByteDance.Trae.installer.yaml b/manifests/b/ByteDance/Trae/3.2.2/ByteDance.Trae.installer.yaml new file mode 100644 index 0000000000000..84f34b26fcd63 --- /dev/null +++ b/manifests/b/ByteDance/Trae/3.2.2/ByteDance.Trae.installer.yaml @@ -0,0 +1,165 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: ByteDance.Trae +PackageVersion: 3.2.2 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- trae +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 +ProductCode: '{1082AAEF-E2C3-4ABD-8789-9861082B709F}_is1' +ReleaseDate: 2025-11-26 +Installers: +- Architecture: x64 + InstallerUrl: https://lf-cdn.trae.ai/obj/trae-ai-us/pkg/app/releases/stable/1.0.24532/win32/Trae-Setup-x64.exe + InstallerSha256: F16830DB3CD34CB5BEF44B5E0A27ACC2801FAD5A3A1A7C2378BD16C538BA8446 +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/1.0.24532/win32/Trae-Setup-x64.exe + InstallerSha256: F16830DB3CD34CB5BEF44B5E0A27ACC2801FAD5A3A1A7C2378BD16C538BA8446 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/b/ByteDance/Trae/3.2.2/ByteDance.Trae.locale.en-US.yaml b/manifests/b/ByteDance/Trae/3.2.2/ByteDance.Trae.locale.en-US.yaml new file mode 100644 index 0000000000000..984308fd9932b --- /dev/null +++ b/manifests/b/ByteDance/Trae/3.2.2/ByteDance.Trae.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.10.0.schema.json + +PackageIdentifier: ByteDance.Trae +PackageVersion: 3.2.2 +PackageLocale: en-US +Publisher: SPRING (SG) PTE. LTD +PublisherUrl: https://www.trae.ai/ +PublisherSupportUrl: https://discord.gg/NV3MF24tAe +PrivacyUrl: https://www.trae.ai/privacy-policy +Author: SPRING (SG) PTE. LTD. +PackageName: Trae +PackageUrl: https://www.trae.ai/ +License: Proprietary +LicenseUrl: https://www.trae.ai/terms-of-service +Copyright: Copyright © 2025. All rights reserved. +ShortDescription: An adaptive AI IDE that transforms how you work, collaborating with you to run faster. +Description: Trae (/treɪ/) is your helpful coding partner. It offers features like AI Q&A, code auto-completion, and agent-based AI programming capabilities. When developing projects with Trae, you can collaborate with AI to enhance your development efficiency. +Tags: +- ai +- code +- coding +- develop +- development +- editing +- editor +- large-language-model +- llm +- programming +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.trae.ai/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/b/ByteDance/Trae/3.2.2/ByteDance.Trae.locale.zh-CN.yaml b/manifests/b/ByteDance/Trae/3.2.2/ByteDance.Trae.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9590b9f376ffe --- /dev/null +++ b/manifests/b/ByteDance/Trae/3.2.2/ByteDance.Trae.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: ByteDance.Trae +PackageVersion: 3.2.2 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 自适应的 AI 集成开发环境,改变您的工作方式,从而与您协作,提高速度。 +Description: Trae(/treɪ/)与 AI 深度集成,提供智能问答、代码自动补全以及基于 Agent 的 AI 自动编程能力。使用 Trae 开发项目时,你可以与 AI 灵活协作,提升开发效率。 +Tags: +- ai +- llm +- 人工智能 +- 代码 +- 大语言模型 +- 开发 +- 编程 +- 编辑 +- 编辑器 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.trae.ai/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/b/ByteDance/Trae/3.2.2/ByteDance.Trae.yaml b/manifests/b/ByteDance/Trae/3.2.2/ByteDance.Trae.yaml new file mode 100644 index 0000000000000..861b64626f1db --- /dev/null +++ b/manifests/b/ByteDance/Trae/3.2.2/ByteDance.Trae.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: ByteDance.Trae +PackageVersion: 3.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.48/C-PartnerSystemhausGmbH.DocuToolbox.installer.yaml b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.48/C-PartnerSystemhausGmbH.DocuToolbox.installer.yaml new file mode 100644 index 0000000000000..0a666701937b4 --- /dev/null +++ b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.48/C-PartnerSystemhausGmbH.DocuToolbox.installer.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: C-PartnerSystemhausGmbH.DocuToolbox +PackageVersion: 4.4.48 +InstallerLocale: de-DE +InstallerType: zip +NestedInstallerType: msi +NestedInstallerFiles: +- RelativeFilePath: setup.msi +InstallerSwitches: + Silent: /qn +ProductCode: '{ECB8B65A-F4FF-4815-8CE1-40A9FF881290}' +Installers: +- Architecture: x86 + InstallerUrl: https://download.c-partner.com/winget/4.4.48/DocuToolbox.zip + InstallerSha256: ddd4c26846de136eeebee27530eb9021d0bd2f016b5de79cc3f9ecd0555dbe3f +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.48/C-PartnerSystemhausGmbH.DocuToolbox.locale.de-DE.yaml b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.48/C-PartnerSystemhausGmbH.DocuToolbox.locale.de-DE.yaml new file mode 100644 index 0000000000000..8fd0da622e1a6 --- /dev/null +++ b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.48/C-PartnerSystemhausGmbH.DocuToolbox.locale.de-DE.yaml @@ -0,0 +1,24 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: C-PartnerSystemhausGmbH.DocuToolbox +PackageVersion: 4.4.48 +PackageLocale: de-DE +Publisher: C-Partner Systemhaus GmbH +PublisherUrl: https://www.c-partner.com +PublisherSupportUrl: https://www.c-partner.com/kontakt/ +PrivacyUrl: https://www.c-partner.com/datenschutzerklaerung/ +Author: C-Partner Systemhaus GmbH +PackageName: DocuToolbox +License: Proprietary +Copyright: Copyright (C) 2013-2026 C-Partner Systemhaus GmbH – Alle Rechte vorbehalten. +ShortDescription: DocuToolbox +Tags: +- DocuWare +- Barcode +- Indexing +- Import +Documentations: +- DocumentLabel: Anwenderhandbuch – DocuToolbox Version 4.4 + DocumentUrl: https://download.c-partner.com/WinGet/4.4.48/Handbuch.pdf +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.48/C-PartnerSystemhausGmbH.DocuToolbox.yaml b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.48/C-PartnerSystemhausGmbH.DocuToolbox.yaml new file mode 100644 index 0000000000000..cc9d6a20ee90e --- /dev/null +++ b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/4.4.48/C-PartnerSystemhausGmbH.DocuToolbox.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: C-PartnerSystemhausGmbH.DocuToolbox +PackageVersion: 4.4.48 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.installer.yaml b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.installer.yaml deleted file mode 100644 index d8185ca018057..0000000000000 --- a/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures -PackageVersion: 4.4.34 -InstallerLocale: de-DE -InstallerType: zip -NestedInstallerType: msi -NestedInstallerFiles: -- RelativeFilePath: setup.msi -InstallerSwitches: - Silent: /qn -Dependencies: - PackageDependencies: - - PackageIdentifier: TheDocumentFoundation.LibreOffice - - PackageIdentifier: UB-Mannheim.TesseractOCR -ProductCode: '{CBD27607-384B-41FB-8B60-4BFFDDB57441}' -Installers: -- InstallerUrl: https://download.c-partner.com/WinGet/4.4.34/DocuToolbox.zip - Architecture: x64 - InstallerSha256: E737622D4293E3A719C8E15E49832394099D84C679FCFD7865D2764A7ECFEDB4 -ManifestType: installer -ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.locale.de-DE.yaml b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.locale.de-DE.yaml deleted file mode 100644 index 8d2d4613fefa0..0000000000000 --- a/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.locale.de-DE.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures -PackageVersion: 4.4.34 -PackageLocale: de-DE -Publisher: C-Partner Systemhaus GmbH -PublisherUrl: https://www.c-partner.com -PrivacyUrl: https://www.c-partner.com/datenschutzerklaerung/ -PublisherSupportUrl: https://www.c-partner.com/kontakt/ -Author: C-Partner Systemhaus GmbH -PackageName: DocuToolbox.AllFeatures -License: Proprietary -Copyright: Copyright (C) 2013-2024 C-Partner Systemhaus GmbH – Alle Rechte vorbehalten. -Tags: -- DocuWare -- Barcode -- Indexing -- Import -Documentations: - - DocumentLabel: Anwenderhandbuch – DocuToolbox Version 4.4 - DocumentUrl: https://download.c-partner.com/WinGet/4.4.34/Handbuch.pdf -ShortDescription: DocuToolbox.AllFeatures -ManifestType: defaultLocale -ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.yaml b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.yaml deleted file mode 100644 index b064ee0e3c833..0000000000000 --- a/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.34/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures -PackageVersion: 4.4.34 -DefaultLocale: de-DE -ManifestType: version -ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.36/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.installer.yaml b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.36/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.installer.yaml deleted file mode 100644 index 946024574fa9e..0000000000000 --- a/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.36/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures -PackageVersion: 4.4.36 -InstallerLocale: de-DE -InstallerType: zip -NestedInstallerType: msi -NestedInstallerFiles: -- RelativeFilePath: setup.msi -InstallerSwitches: - Silent: /qn -Dependencies: - PackageDependencies: - - PackageIdentifier: TheDocumentFoundation.LibreOffice - - PackageIdentifier: UB-Mannheim.TesseractOCR -ProductCode: '{CBD27607-384B-41FB-8B60-4BFFDDB57441}' -Installers: -- InstallerUrl: https://download.c-partner.com/WinGet/4.4.36/DocuToolbox.zip - Architecture: x64 - InstallerSha256: e608c2f145dbb054cb05110ed05e99de3f5c4b984f80502d0364999550a90f5c -ManifestType: installer -ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.36/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.locale.de-DE.yaml b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.36/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.locale.de-DE.yaml deleted file mode 100644 index cb48b300703ef..0000000000000 --- a/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.36/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.locale.de-DE.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures -PackageVersion: 4.4.36 -PackageLocale: de-DE -Publisher: C-Partner Systemhaus GmbH -PublisherUrl: https://www.c-partner.com -PrivacyUrl: https://www.c-partner.com/datenschutzerklaerung/ -PublisherSupportUrl: https://www.c-partner.com/kontakt/ -Author: C-Partner Systemhaus GmbH -PackageName: DocuToolbox.AllFeatures -License: Proprietary -Copyright: Copyright (C) 2013-2024 C-Partner Systemhaus GmbH – Alle Rechte vorbehalten. -Tags: -- DocuWare -- Barcode -- Indexing -- Import -Documentations: - - DocumentLabel: Anwenderhandbuch – DocuToolbox Version 4.4 - DocumentUrl: https://download.c-partner.com/WinGet/4.4.36/Handbuch.pdf -ShortDescription: DocuToolbox.AllFeatures -ManifestType: defaultLocale -ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.36/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.yaml b/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.36/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.yaml deleted file mode 100644 index 363fbdb3ebd87..0000000000000 --- a/manifests/c/C-PartnerSystemhausGmbH/DocuToolbox/AllFeatures/4.4.36/C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: C-PartnerSystemhausGmbH.DocuToolbox.AllFeatures -PackageVersion: 4.4.36 -DefaultLocale: de-DE -ManifestType: version -ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/c/Ccache/Ccache/4.12.2/Ccache.Ccache.installer.yaml b/manifests/c/Ccache/Ccache/4.12.2/Ccache.Ccache.installer.yaml new file mode 100644 index 0000000000000..2e40662338ee3 --- /dev/null +++ b/manifests/c/Ccache/Ccache/4.12.2/Ccache.Ccache.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Ccache.Ccache +PackageVersion: 4.12.2 +InstallerType: zip +NestedInstallerType: portable +ReleaseDate: 2025-11-26 +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: ccache-4.12.2-windows-i686/ccache.exe + InstallerUrl: https://github.com/ccache/ccache/releases/download/v4.12.2/ccache-4.12.2-windows-i686.zip + InstallerSha256: 0CF9AE22C358B37ED41DC44705008A2CC7A2837FC08E51821ACF399B9D673A83 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: ccache-4.12.2-windows-x86_64/ccache.exe + InstallerUrl: https://github.com/ccache/ccache/releases/download/v4.12.2/ccache-4.12.2-windows-x86_64.zip + InstallerSha256: 82C1B130B25CC162531DC7A062DC5EA99349CD536BC9EBA8A66D976802D66516 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/Ccache/Ccache/4.12.2/Ccache.Ccache.locale.en-US.yaml b/manifests/c/Ccache/Ccache/4.12.2/Ccache.Ccache.locale.en-US.yaml new file mode 100644 index 0000000000000..b498ffefdea20 --- /dev/null +++ b/manifests/c/Ccache/Ccache/4.12.2/Ccache.Ccache.locale.en-US.yaml @@ -0,0 +1,43 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Ccache.Ccache +PackageVersion: 4.12.2 +PackageLocale: en-US +Publisher: Joel Rosdahl +PublisherUrl: https://ccache.dev/ +PublisherSupportUrl: https://github.com/ccache/ccache/discussions +Author: Joel Rosdahl, Andrew “Tridge” Tridgell, and Ccache Contributors +PackageName: Ccache +PackageUrl: https://github.com/ccache/ccache +License: GPL-3.0 +LicenseUrl: https://github.com/ccache/ccache/blob/HEAD/LICENSE.adoc +ShortDescription: Ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again. +Description: Ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again. Ccache is free software, released under the GNU General Public License version 3 or later. +Moniker: ccache +Tags: +- c +- c++ +- ccache +- compilation +- cross-platform +- open-source +- optimization +- speedup +ReleaseNotes: |- + - Generic source code release (tar.gz) (signature) + - Generic source code release (tar.xz) (signature) + - Darwin (macOS) universal binary release (signature) + - Linux aarch64 binary release (signature) + - Linux x86_64 binary release (signature) + - Windows aarch64 binary release (signature) + - Windows i686 binary release (signature) + - Windows x86_64 binary release (signature) + - Release notes + - Manual +ReleaseNotesUrl: https://github.com/ccache/ccache/releases/tag/v4.12.2 +Documentations: +- DocumentLabel: Ccache Manual + DocumentUrl: https://ccache.dev/manual/4.11.3.html +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/Ccache/Ccache/4.12.2/Ccache.Ccache.yaml b/manifests/c/Ccache/Ccache/4.12.2/Ccache.Ccache.yaml new file mode 100644 index 0000000000000..3a0b97a7e6790 --- /dev/null +++ b/manifests/c/Ccache/Ccache/4.12.2/Ccache.Ccache.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Ccache.Ccache +PackageVersion: 4.12.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/28.00.1000/CologneCodeCompany.XYplorer.installer.yaml b/manifests/c/CologneCodeCompany/XYplorer/28.00.1000/CologneCodeCompany.XYplorer.installer.yaml new file mode 100644 index 0000000000000..7008fd4fbc47b --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/28.00.1000/CologneCodeCompany.XYplorer.installer.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 28.00.1000 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: nullsoft +NestedInstallerFiles: +- RelativeFilePath: XYplorer64_28.00_Install.exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S +UpgradeBehavior: install +Commands: +- xyplorer +ProductCode: XYplorer64 +ReleaseDate: 2025-11-27 +AppsAndFeaturesEntries: +- DisplayName: XYplorer 28.00 + ProductCode: XYplorer64 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\XYplorer' +Installers: +- Architecture: x64 + InstallerUrl: https://www.xyplorer.com/download/xyplorer64_28.00.1000.zip + InstallerSha256: 8CE4F7DCD641F4B8237C49C5E10D7815AEDBF11137237958254A3DE0157FD852 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/28.00.1000/CologneCodeCompany.XYplorer.locale.en-US.yaml b/manifests/c/CologneCodeCompany/XYplorer/28.00.1000/CologneCodeCompany.XYplorer.locale.en-US.yaml new file mode 100644 index 0000000000000..5bee6c1d3b1e1 --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/28.00.1000/CologneCodeCompany.XYplorer.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 28.00.1000 +PackageLocale: en-US +Publisher: Donald Lessau, Cologne Code Company +PublisherUrl: https://www.xyplorer.com/ +PublisherSupportUrl: https://www.xyplorer.com/support.php +Author: Donald Lessau +PackageName: XYplorer +PackageUrl: https://www.xyplorer.com/ +License: Proprietary +LicenseUrl: https://www.xyplorer.com/LicenseXY.txt +Copyright: Copyright © 1997 by Donald Lessau +ShortDescription: XYplorer is a file manager for Windows +Description: XYplorer is a file manager for Windows. It features tabbed browsing, a powerful file search, a versatile preview, a highly customizable interface, optional dual pane, and a large array of unique ways to efficiently automate frequently recurring tasks. It's fast and light, it's innovative, and it's portable. +Moniker: xyplorer +Tags: +- file-manager +- xyplorer +PurchaseUrl: https://www.xyplorer.com/purchase.php +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/28.00.1000/CologneCodeCompany.XYplorer.yaml b/manifests/c/CologneCodeCompany/XYplorer/28.00.1000/CologneCodeCompany.XYplorer.yaml new file mode 100644 index 0000000000000..daed9746d84dc --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/28.00.1000/CologneCodeCompany.XYplorer.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: CologneCodeCompany.XYplorer +PackageVersion: 28.00.1000 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/0.5.11/Comfy.ComfyUI-Desktop.installer.yaml b/manifests/c/Comfy/ComfyUI-Desktop/0.5.11/Comfy.ComfyUI-Desktop.installer.yaml new file mode 100644 index 0000000000000..848a586f60c8e --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/0.5.11/Comfy.ComfyUI-Desktop.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Comfy.ComfyUI-Desktop +PackageVersion: 0.5.11 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: f0c0feae-2b28-5d68-8c25-d93f41e47df2 +ReleaseDate: 2025-11-26 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/241012ess7yxs0e/ComfyUI%20Setup%200.5.11%20-%20Build%202511268hgt4d0tg-x64.exe + InstallerSha256: EE0774B1577F2446CB3DB05B24F62D72179F52EFDD3533C01316D842410D9B81 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/0.5.11/Comfy.ComfyUI-Desktop.locale.en-US.yaml b/manifests/c/Comfy/ComfyUI-Desktop/0.5.11/Comfy.ComfyUI-Desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..48ff2bff2541b --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/0.5.11/Comfy.ComfyUI-Desktop.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.10.0.schema.json + +PackageIdentifier: Comfy.ComfyUI-Desktop +PackageVersion: 0.5.11 +PackageLocale: en-US +Publisher: Comfy Org +PublisherUrl: https://comfy.org/ +PublisherSupportUrl: https://github.com/Comfy-Org/desktop/issues +PackageName: ComfyUI +PackageUrl: https://github.com/Comfy-Org/desktop +License: GPL-3.0 +LicenseUrl: https://github.com/Comfy-Org/desktop/blob/HEAD/LICENSE +Copyright: © 2025 Comfy Org +ShortDescription: A desktop app for ComfyUI, the most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface +Description: |- + ComfyUI Desktop is a packaged way to use ComfyUI and comes bundled with a few things: + - Stable version of ComfyUI from releases + - ComfyUI_frontend + - ComfyUI-Manager + - uv + On startup, it will install all the necessary python dependencies with uv and start the ComfyUI server. The app will automatically update with stable releases of ComfyUI, ComfyUI-Manager, and the uv executable as well as some desktop specific features. +Moniker: comfyui +Tags: +- comfyui +- diffusion +ReleaseNotes: |- + What's Changed + - Update ComfyUI core to v0.3.75 by @benceruleanlu in https://github.com/Comfy-Org/desktop/pull/1451 + - v0.5.11 by @benceruleanlu in https://github.com/Comfy-Org/desktop/pull/1452 + Full Changelog: https://github.com/Comfy-Org/desktop/compare/v0.5.10...v0.5.11 +ReleaseNotesUrl: https://github.com/Comfy-Org/desktop/releases/tag/v0.5.11 +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://comfyorg.notion.site/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/0.5.11/Comfy.ComfyUI-Desktop.locale.zh-CN.yaml b/manifests/c/Comfy/ComfyUI-Desktop/0.5.11/Comfy.ComfyUI-Desktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..093398c0a84b1 --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/0.5.11/Comfy.ComfyUI-Desktop.locale.zh-CN.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Comfy.ComfyUI-Desktop +PackageVersion: 0.5.11 +PackageLocale: zh-CN +ShortDescription: ComfyUI 的桌面应用程序。ComfyUI 是一款强大的模块化扩散模型 GUI、API 和后台,具有图形/节点界面 +Description: |- + ComfyUI Desktop 打包了 ComfyUI,包含: + - 取自 releases 的稳定版 ComfyUI + - ComfyUI_frontend + - ComfyUI-Manager + - uv + 软件在启动时会用 uv 安装所有必要的 Python 依赖项,并启动 ComfyUI 服务器。应用程序会自动更新 ComfyUI、ComfyUI-Manager 和 uv 可执行文件的稳定版本,以及一些桌面特定功能。 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://comfyorg.notion.site/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/0.5.11/Comfy.ComfyUI-Desktop.yaml b/manifests/c/Comfy/ComfyUI-Desktop/0.5.11/Comfy.ComfyUI-Desktop.yaml new file mode 100644 index 0000000000000..6c5b258ce054f --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/0.5.11/Comfy.ComfyUI-Desktop.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Comfy.ComfyUI-Desktop +PackageVersion: 0.5.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/c/charmbracelet/crush/0.19.1/charmbracelet.crush.installer.yaml b/manifests/c/charmbracelet/crush/0.19.1/charmbracelet.crush.installer.yaml new file mode 100644 index 0000000000000..dd54bc61c9330 --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.19.1/charmbracelet.crush.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.19.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2025-11-26" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.19.1_Windows_i386\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.19.1/crush_0.19.1_Windows_i386.zip + InstallerSha256: 970cf755c0a6a635208fcdfe087e509cd3d6d30b57e80b9796d9b1f0bbca574d + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.19.1_Windows_arm64\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.19.1/crush_0.19.1_Windows_arm64.zip + InstallerSha256: ba3f756a114c9bbcf4e65dfee11beea42af4afd5345940799ad6c7dca579f68a + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.19.1_Windows_x86_64\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.19.1/crush_0.19.1_Windows_x86_64.zip + InstallerSha256: aede5f19faa245d1cdbfe0824672b7839fc40095241f97762adee14fdce9f9e6 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/charmbracelet/crush/0.19.1/charmbracelet.crush.locale.en-US.yaml b/manifests/c/charmbracelet/crush/0.19.1/charmbracelet.crush.locale.en-US.yaml new file mode 100644 index 0000000000000..00f87a002144e --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.19.1/charmbracelet.crush.locale.en-US.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.19.1 +PackageLocale: en-US +Publisher: charmbracelet +PublisherUrl: https://charm.land +PackageName: crush +PackageUrl: https://charm.sh/crush +License: FSL-1.1-MIT +LicenseUrl: https://github.com/charmbracelet/crush/blob/main/LICENSE.md +Copyright: Charmbracelet, Inc +ShortDescription: A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal. +Description: A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal. +Moniker: crush +ReleaseNotesUrl: https://github.com/charmbracelet/crush/releases/tag/v0.19.1 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/charmbracelet/crush/0.19.1/charmbracelet.crush.yaml b/manifests/c/charmbracelet/crush/0.19.1/charmbracelet.crush.yaml new file mode 100644 index 0000000000000..32a6533ebc49b --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.19.1/charmbracelet.crush.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.10.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.19.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/c/charmbracelet/crush/0.19.2/charmbracelet.crush.installer.yaml b/manifests/c/charmbracelet/crush/0.19.2/charmbracelet.crush.installer.yaml new file mode 100644 index 0000000000000..bcfc9d7fa4b33 --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.19.2/charmbracelet.crush.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.19.2 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2025-11-26" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.19.2_Windows_i386\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.19.2/crush_0.19.2_Windows_i386.zip + InstallerSha256: c4538c4d662580dd570e0595266c10d2ce49705642ac781c2dcc769e9b778f83 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.19.2_Windows_arm64\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.19.2/crush_0.19.2_Windows_arm64.zip + InstallerSha256: 3f19e0a01377f9d35788fc9d43430f9cef207fab64ffe4e5afe4c4e59ff82113 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: crush_0.19.2_Windows_x86_64\crush.exe + PortableCommandAlias: crush + InstallerUrl: https://github.com/charmbracelet/crush/releases/download/v0.19.2/crush_0.19.2_Windows_x86_64.zip + InstallerSha256: eedc2402d26b66f4328f1d104434cc7f2b29fcaae8584fe32b0b4480d0503e88 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/charmbracelet/crush/0.19.2/charmbracelet.crush.locale.en-US.yaml b/manifests/c/charmbracelet/crush/0.19.2/charmbracelet.crush.locale.en-US.yaml new file mode 100644 index 0000000000000..27bf7de163fba --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.19.2/charmbracelet.crush.locale.en-US.yaml @@ -0,0 +1,18 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.19.2 +PackageLocale: en-US +Publisher: charmbracelet +PublisherUrl: https://charm.land +PackageName: crush +PackageUrl: https://charm.sh/crush +License: FSL-1.1-MIT +LicenseUrl: https://github.com/charmbracelet/crush/blob/main/LICENSE.md +Copyright: Charmbracelet, Inc +ShortDescription: A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal. +Description: A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal. +Moniker: crush +ReleaseNotesUrl: https://github.com/charmbracelet/crush/releases/tag/v0.19.2 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/charmbracelet/crush/0.19.2/charmbracelet.crush.yaml b/manifests/c/charmbracelet/crush/0.19.2/charmbracelet.crush.yaml new file mode 100644 index 0000000000000..ed765fd64022e --- /dev/null +++ b/manifests/c/charmbracelet/crush/0.19.2/charmbracelet.crush.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.10.0.schema.json +PackageIdentifier: charmbracelet.crush +PackageVersion: 0.19.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/c/chrisant996/Clink/1.9.3/chrisant996.Clink.installer.yaml b/manifests/c/chrisant996/Clink/1.9.3/chrisant996.Clink.installer.yaml new file mode 100644 index 0000000000000..ad888f0e3d2df --- /dev/null +++ b/manifests/c/chrisant996/Clink/1.9.3/chrisant996.Clink.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: chrisant996.Clink +PackageVersion: 1.9.3 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: clink_chrisant996 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/chrisant996/clink/releases/download/v1.9.3/clink.1.9.3.0ef759_setup.exe + InstallerSha256: 9F7CE599453CEDE26051899E2F169DFED7AEBD4417C5B3BEC770387808B8352C +- Architecture: x64 + InstallerUrl: https://github.com/chrisant996/clink/releases/download/v1.9.3/clink.1.9.3.0ef759_setup.exe + InstallerSha256: 9F7CE599453CEDE26051899E2F169DFED7AEBD4417C5B3BEC770387808B8352C +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2025-11-28 diff --git a/manifests/c/chrisant996/Clink/1.9.3/chrisant996.Clink.locale.en-US.yaml b/manifests/c/chrisant996/Clink/1.9.3/chrisant996.Clink.locale.en-US.yaml new file mode 100644 index 0000000000000..ac946c893e2dc --- /dev/null +++ b/manifests/c/chrisant996/Clink/1.9.3/chrisant996.Clink.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: chrisant996.Clink +PackageVersion: 1.9.3 +PackageLocale: en-US +Publisher: Christopher Antos +PublisherUrl: https://github.com/chrisant996/ +PublisherSupportUrl: https://github.com/chrisant996/clink/issues +Author: Chris Antos +PackageName: Clink +PackageUrl: https://chrisant996.github.io/clink/ +License: GPL-3.0 +LicenseUrl: https://github.com/chrisant996/clink/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/chrisant996/clink/master/LICENSE +ShortDescription: Clink combines the native Windows shell cmd.exe with the powerful command line editing features of the GNU Readline library, which provides rich completion, history, and line-editing capabilities. +Description: Clink combines the native Windows shell cmd.exe with the powerful command line editing features of the GNU Readline library, which provides rich completion, history, and line-editing capabilities. Readline is best known for its use in the well-known Unix shell Bash, the standard shell for Mac OS X and many Linux distributions. +Tags: +- cmd +- command-line +- readline +- shell +ReleaseNotesUrl: https://github.com/chrisant996/clink/releases/tag/v1.9.3 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/u/Ubisoft/Connect/169.2.0.12961/Ubisoft.Connect.yaml b/manifests/c/chrisant996/Clink/1.9.3/chrisant996.Clink.yaml similarity index 72% rename from manifests/u/Ubisoft/Connect/169.2.0.12961/Ubisoft.Connect.yaml rename to manifests/c/chrisant996/Clink/1.9.3/chrisant996.Clink.yaml index 09c96a4793efb..82a4a62489038 100644 --- a/manifests/u/Ubisoft/Connect/169.2.0.12961/Ubisoft.Connect.yaml +++ b/manifests/c/chrisant996/Clink/1.9.3/chrisant996.Clink.yaml @@ -1,8 +1,8 @@ # Created using wingetcreate 1.10.3.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json -PackageIdentifier: Ubisoft.Connect -PackageVersion: 169.2.0.12961 +PackageIdentifier: chrisant996.Clink +PackageVersion: 1.9.3 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/c/ciromattia/KCC/9.3.3/ciromattia.KCC.installer.yaml b/manifests/c/ciromattia/KCC/9.3.3/ciromattia.KCC.installer.yaml new file mode 100644 index 0000000000000..9efd5d72f4751 --- /dev/null +++ b/manifests/c/ciromattia/KCC/9.3.3/ciromattia.KCC.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: ciromattia.KCC +PackageVersion: 9.3.3 +InstallerType: portable +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- KCC +ReleaseDate: 2025-11-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ciromattia/kcc/releases/download/v9.3.3/KCC_9.3.3.exe + InstallerSha256: E82067A6BA2C1C504F136646984EC675F09DEBC033C9500A9676942D1D76F73F +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/ciromattia/KCC/9.3.3/ciromattia.KCC.locale.en-US.yaml b/manifests/c/ciromattia/KCC/9.3.3/ciromattia.KCC.locale.en-US.yaml new file mode 100644 index 0000000000000..7ee99b6fd1946 --- /dev/null +++ b/manifests/c/ciromattia/KCC/9.3.3/ciromattia.KCC.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: ciromattia.KCC +PackageVersion: 9.3.3 +PackageLocale: en-US +Publisher: ciromattia +PublisherUrl: https://github.com/ciromattia +PublisherSupportUrl: https://github.com/ciromattia/kcc/issues +PackageName: Kindle Comic Converter +PackageUrl: https://github.com/ciromattia/kcc +License: ISC +LicenseUrl: https://github.com/ciromattia/kcc/blob/HEAD/LICENSE.txt +ShortDescription: Kindle Comic Converter is a Python app to convert comic/manga files or folders to EPUB, Panel View MOBI or E-Ink optimized CBZ. +Moniker: kcc +ReleaseNotes: |- + Sponsors + - Free code signing on Windows provided by SignPath.io, certificate by SignPath Foundation + Notes + - Gamma correction default is now 1.0 (disabled). Prior default was 1.8 + - Discrete Fourier Transform used to erase rainbows in 9.0: https://youtu.be/Dw2HTJCGMhw?si=k3pDizLAaZmJfwMl + - Kindle Scribe full 2480 support was added in 7.5: https://ko-fi.com/post/Kindle-Scribe-full-2480-support-N4N31G6TQU + - Virtual panel view is enabled in Aa menu on your Kindle, not in KCC in 7.4: https://www.youtube.com/watch?v=v_kIBu4q7SU + Links + ko-fi + Also looking for a software job! https://www.linkedin.com/in/alexu2/ + Email (for commisions and inquiries): kindle.comic.converter gmail + Discord: https://discord.com/invite/qj7wpnUHav + Donate on Ko-fi! https://ko-fi.com/eink_dude + YouTube tutorial (please subscribe): https://www.youtube.com/watch?v=IR2Fhcm9658 + What's Changed + - Optimize docker image by @joseenrique61 in #1157 + - Optimize docker image by @joseenrique61 in #1160 + - fix -o in c2e by @axu2 in #1161 + - better error when attempting to add images directly by @axu2 in #1158 + - Revert "fix -o in c2e" by @axu2 in #1166 + - fix -o in c2e for real by @axu2 in #1167 + - Update progress notification for bulk jobs by @kiryl85 in #1109 + - Keep sorted and unique list of sources by @kiryl85 in #1108 + - rename RTL to Right-to-left (manga) by @axu2 in #1172 + - PDOC only, no need to leave kindle plugged in for covers by @axu2 in #1171 + - Bump actions/checkout from 5 to 6 by @dependabot[bot] in #1169 + - Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #1140 + - Bump signpath/github-action-submit-signing-request from 1.3 to 2.0 by @dependabot[bot] in #1139 + - downscale nonrotated spreads to 2x device width for zooming by @axu2 in #1147 + Full Changelog: v9.2.2...v9.3.3 +ReleaseNotesUrl: https://github.com/ciromattia/kcc/releases/tag/v9.3.3 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/ciromattia/KCC/9.3.3/ciromattia.KCC.yaml b/manifests/c/ciromattia/KCC/9.3.3/ciromattia.KCC.yaml new file mode 100644 index 0000000000000..46ca2bff1c7eb --- /dev/null +++ b/manifests/c/ciromattia/KCC/9.3.3/ciromattia.KCC.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: ciromattia.KCC +PackageVersion: 9.3.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/d/Datadog/dda/0.30.4/Datadog.dda.installer.yaml b/manifests/d/Datadog/dda/0.30.4/Datadog.dda.installer.yaml new file mode 100644 index 0000000000000..cec00b5a883eb --- /dev/null +++ b/manifests/d/Datadog/dda/0.30.4/Datadog.dda.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Datadog.dda +PackageVersion: 0.30.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dda.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2025-11-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/DataDog/datadog-agent-dev/releases/download/v0.30.4/dda-x86_64-pc-windows-msvc.zip + InstallerSha256: D751720E95CDE9DEF2364F4126508FE32215E8DFECB9BF5F4A4AAFDE5395B818 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/d/Datadog/dda/0.30.4/Datadog.dda.locale.en-US.yaml b/manifests/d/Datadog/dda/0.30.4/Datadog.dda.locale.en-US.yaml new file mode 100644 index 0000000000000..74eb4753ef383 --- /dev/null +++ b/manifests/d/Datadog/dda/0.30.4/Datadog.dda.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Datadog.dda +PackageVersion: 0.30.4 +PackageLocale: en-US +Publisher: Datadog +PublisherUrl: https://github.com/DataDog +PublisherSupportUrl: https://github.com/DataDog/datadog-agent-dev/issues +PackageName: dda +PackageUrl: https://github.com/DataDog/datadog-agent-dev +License: MIT +LicenseUrl: https://github.com/DataDog/datadog-agent-dev/blob/HEAD/LICENSE.txt +ShortDescription: Tool for developing on the Datadog Agent platform +Tags: +- cli +- datadog +- datadog-agent +- python +- tooling +ReleaseNotes: |- + Fixed: + - Fixed release artifacts. +ReleaseNotesUrl: https://github.com/DataDog/datadog-agent-dev/releases/tag/v0.30.4 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/t/tumic0/GPXSee/15.3/tumic0.GPXSee.yaml b/manifests/d/Datadog/dda/0.30.4/Datadog.dda.yaml similarity index 75% rename from manifests/t/tumic0/GPXSee/15.3/tumic0.GPXSee.yaml rename to manifests/d/Datadog/dda/0.30.4/Datadog.dda.yaml index baea852a085f9..1dfb40d72aad9 100644 --- a/manifests/t/tumic0/GPXSee/15.3/tumic0.GPXSee.yaml +++ b/manifests/d/Datadog/dda/0.30.4/Datadog.dda.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: tumic0.GPXSee -PackageVersion: '15.3' -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 +# Created with komac v2.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Datadog.dda +PackageVersion: 0.30.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/d/DigitalScholar/Tropy/1.17.2/DigitalScholar.Tropy.installer.yaml b/manifests/d/DigitalScholar/Tropy/1.17.2/DigitalScholar.Tropy.installer.yaml new file mode 100644 index 0000000000000..9fa11ebf042cd --- /dev/null +++ b/manifests/d/DigitalScholar/Tropy/1.17.2/DigitalScholar.Tropy.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: DigitalScholar.Tropy +PackageVersion: 1.17.2 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent +UpgradeBehavior: install +Protocols: +- tropy +FileExtensions: +- tpy +- ttp +ProductCode: tropy +ReleaseDate: 2025-11-27 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/tropy/tropy/releases/download/v1.17.2/setup-tropy-1.17.2-ia32.exe + InstallerSha256: D55D17266385EC78B7AB6E317494C401D3E081C9FB9785C571B8845F876099A6 +- Architecture: x64 + InstallerUrl: https://github.com/tropy/tropy/releases/download/v1.17.2/setup-tropy-1.17.2-x64.exe + InstallerSha256: 36236D4F158855E6C47FA099DCE5A7DDB7A55A759495C504250CEDA72A19D3DD +- Architecture: arm64 + InstallerUrl: https://github.com/tropy/tropy/releases/download/v1.17.2/setup-tropy-1.17.2-arm64.exe + InstallerSha256: 1924DAF039EE7CC2D01295367494AE8737EECA54E8E4C195D1B0CD9FFB04210F +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/d/DigitalScholar/Tropy/1.17.2/DigitalScholar.Tropy.locale.en-US.yaml b/manifests/d/DigitalScholar/Tropy/1.17.2/DigitalScholar.Tropy.locale.en-US.yaml new file mode 100644 index 0000000000000..2aa93593bd200 --- /dev/null +++ b/manifests/d/DigitalScholar/Tropy/1.17.2/DigitalScholar.Tropy.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.10.0.schema.json + +PackageIdentifier: DigitalScholar.Tropy +PackageVersion: 1.17.2 +PackageLocale: en-US +Publisher: The Tropy Developers and Contributors +PublisherUrl: https://digitalscholar.org/ +PublisherSupportUrl: https://forums.tropy.org/ +Author: Corporation for Digital Scholarship +PackageName: Tropy +PackageUrl: https://tropy.org/ +License: AGPL-3.0 +LicenseUrl: https://github.com/tropy/tropy/blob/HEAD/LICENSE +Copyright: Copyright (c) 2015-2025 The Tropy Developers and Contributors. All rights not expressly granted are reserved. +CopyrightUrl: https://tropy.org/trademark +ShortDescription: Tropy is free open-source software that allows you to organize and describe photographs of research material. +Description: |- + Tropy is free open-source software that allows you to organize and describe photographs of research material. + + Tropy thinks the way you do: like a researcher. Say goodbye to IMG_5261.JPG and IMG_5262.JPG, and say hello to your sources. + + Tropy helps you contextualize artifacts and their photos by capturing your own subject expertise. A friendly editing interface allows customized templates that fit your research like a glove. + + Tropy understands that every researcher is different and that every project has its own demands. Break free from the logic of the physical archive and use tags and lists to organize your research items according to your needs. + + Tropy’s beautiful annotation tools allow you to transcribe documents, select image details, and manipulate photographs to get the clearest view of your sources. +Tags: +- material +- photo +- research +ReleaseNotes: |- + - Updated to Electron 39 + - Updated to React 19 + - Updated bundled libvips to 8.17.3 + - Some GUI fixes & improvements +ReleaseNotesUrl: https://github.com/tropy/tropy/releases/tag/v1.17.2 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.tropy.org/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/d/DigitalScholar/Tropy/1.17.2/DigitalScholar.Tropy.locale.zh-CN.yaml b/manifests/d/DigitalScholar/Tropy/1.17.2/DigitalScholar.Tropy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a199428ee060e --- /dev/null +++ b/manifests/d/DigitalScholar/Tropy/1.17.2/DigitalScholar.Tropy.locale.zh-CN.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: DigitalScholar.Tropy +PackageVersion: 1.17.2 +PackageLocale: zh-CN +Publisher: The Tropy Developers and Contributors +PublisherUrl: https://digitalscholar.org/ +PublisherSupportUrl: https://forums.tropy.org/ +Author: Corporation for Digital Scholarship +PackageName: Tropy +PackageUrl: https://tropy.org/ +License: AGPL-3.0 +LicenseUrl: https://tropy.org/license +Copyright: Copyright (c) 2015-2025 The Tropy Developers and Contributors. All rights not expressly granted are reserved. +CopyrightUrl: https://tropy.org/trademark +ShortDescription: 探索你的研究照片 +Description: Tropy 是免费开源软件,帮助您组织和描述研究材料的照片。 +Tags: +- 材料 +- 照片 +- 研究 +ReleaseNotesUrl: https://github.com/tropy/tropy/releases/tag/v1.17.2 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.tropy.org/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/d/DigitalScholar/Tropy/1.17.2/DigitalScholar.Tropy.yaml b/manifests/d/DigitalScholar/Tropy/1.17.2/DigitalScholar.Tropy.yaml new file mode 100644 index 0000000000000..e30a8f203aa09 --- /dev/null +++ b/manifests/d/DigitalScholar/Tropy/1.17.2/DigitalScholar.Tropy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: DigitalScholar.Tropy +PackageVersion: 1.17.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/d/DuckStudio/Sundry/1.5.1/DuckStudio.Sundry.installer.yaml b/manifests/d/DuckStudio/Sundry/1.5.1/DuckStudio.Sundry.installer.yaml new file mode 100644 index 0000000000000..56cc0c6061925 --- /dev/null +++ b/manifests/d/DuckStudio/Sundry/1.5.1/DuckStudio.Sundry.installer.yaml @@ -0,0 +1,59 @@ +# Created with Sundry. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: DuckStudio.Sundry +PackageVersion: 1.5.1 +UpgradeBehavior: install +Commands: + - sundry +Dependencies: + PackageDependencies: + - PackageIdentifier: DuckStudio.GitHubLabelsManager + MinimumVersion: "1.7" + - PackageIdentifier: Git.Git + - PackageIdentifier: GitHub.cli +ReleaseDate: 2025-11-27 +Installers: + # zip + portable + - Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: Release/pack/sundry.exe + InstallerUrl: https://github.com/DuckDuckStudio/Sundry/releases/download/1.5.1/Sundry.zip + InstallerSha256: 3723109542683d515020cd03183d5cf9e8eb8b869f651c895e0615aeec3379b0 + - Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: Release/pack/sundry.exe + InstallerUrl: https://github.com/DuckDuckStudio/Sundry/releases/download/1.5.1/Sundry.zip + InstallerSha256: 3723109542683d515020cd03183d5cf9e8eb8b869f651c895e0615aeec3379b0 + + # Inno Setup + - Architecture: x64 + InstallerType: inno + Scope: machine + ElevationRequirement: elevatesSelf + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Sundry' + InstallModes: + - interactive + - silent + - silentWithProgress + InstallerUrl: https://github.com/DuckDuckStudio/Sundry/releases/download/1.5.1/Sundry_Setup.exe + InstallerSha256: 269144133a099459ac8db0f427e91a9c52b9a6cde653c3ad085a37ce7d484488 + - Architecture: arm64 + InstallerType: inno + Scope: machine + ElevationRequirement: elevatesSelf + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Sundry' + InstallModes: + - interactive + - silent + - silentWithProgress + InstallerUrl: https://github.com/DuckDuckStudio/Sundry/releases/download/1.5.1/Sundry_Setup.exe + InstallerSha256: 269144133a099459ac8db0f427e91a9c52b9a6cde653c3ad085a37ce7d484488 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/d/DuckStudio/Sundry/1.5.1/DuckStudio.Sundry.locale.en-US.yaml b/manifests/d/DuckStudio/Sundry/1.5.1/DuckStudio.Sundry.locale.en-US.yaml new file mode 100644 index 0000000000000..c442a57e29e0e --- /dev/null +++ b/manifests/d/DuckStudio/Sundry/1.5.1/DuckStudio.Sundry.locale.en-US.yaml @@ -0,0 +1,63 @@ +# Created with Sundry. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: DuckStudio.Sundry +PackageVersion: 1.5.1 +PackageLocale: en-US +Publisher: DuckStudio +PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/ +PublisherSupportUrl: https://github.com/DuckDuckStudio/Sundry/issues +Author: 鸭鸭「カモ」 +PackageName: Sundry +PackageUrl: https://github.com/DuckDuckStudio/Sundry/ +License: GNU Affero General Public License v3.0 +LicenseUrl: https://github.com/DuckDuckStudio/Sundry/blob/main/LICENSE +# Icon license: https://github.com/DuckDuckStudio/Sundry/blob/main/icon/LICENSE.md +Copyright: Copyright (c) 鸭鸭「カモ」 +CopyrightUrl: https://github.com/DuckDuckStudio/Sundry/blob/main/LICENSE +ShortDescription: Sundry is a tool related to WinGet that assists you in more conveniently removing manifests, modifying manifests, and analyzing validation errors, and more. +Tags: + - Manifest + - Manifests + - package-remove + - WinGet + - winget-pkgs +ReleaseNotes: |- + ## 新功能 + - feat(autoremove): 检查响应的类型是否是常见的意外类型 (#188),并添加 5xx 状态码的结果 (#189) (5xx 不计失败) by @DuckDuckStudio in #192 + - feat(autoremove): 显示检查进度 (#193) by @DuckDuckStudio in #204 + + ## 修复 + - fix: 更正拼写 "Pipline" -> "Pipeline" (#181) by @DuckDuckStudio in #183 + - fix(verify): 修复当 PR 仅修改部分清单文件时,sundry 不会获取所有清单的问题 (#197) by @DuckDuckStudio in #198 + - fix(verify): 修复即使读到了 Token 也会假装没有读到 Token 的问题 (#202) by @DuckDuckStudio in #203 + + ## 重构 + - refactor: 代码清理 by @DuckDuckStudio in #182 + - refactor(ignore): 移除 创建拉取请求 函数未使用的形参 格式化忽略字段 + - refactor(verify): 移除 在 Auth.csv 中查找审查者 逻辑未使用的局部变量 found + - fix(config): 修复从外部作用域隐藏名称 键 的警告 + - refactor(verify): 字典创建可以作为字典面量进行重写 + - depreacted(func/print/printLogs): 弃用 PrintLogs 函数 + - feat(func/const): 在 func 中指定一些常量供其他代码使用 by @DuckDuckStudio in #192 + + ## 依赖更新 + - chore(deps): 设置依赖版本范围而不是精确依赖版本 by @DuckDuckStudio in #201 + - 依然建议安装更新的版本的依赖 + + #### CI/CD + - chore(deps): bump actions/checkout from 5.0.0 to 5.0.1 in #190 + - chore(deps): bump actions/checkout from 5.0.1 to 6.0.0 in #196 + - chore(deps): bump pyinstaller from 6.16.0 to 6.17.0 in #200 + + 完整修改记录: https://github.com/DuckDuckStudio/Sundry/compare/1.5.0...1.5.1 +ReleaseNotesUrl: https://github.com/DuckDuckStudio/Sundry/releases/tag/1.5.1 +Documentations: + - DocumentLabel: Quick start + DocumentUrl: https://github.com/DuckDuckStudio/Sundry/blob/main/README.md#使用说明 + - DocumentLabel: Detailed description of commands + DocumentUrl: https://github.com/DuckDuckStudio/Sundry/blob/main/README.md#可用命令 + - DocumentLabel: Configuration File (config.json) Document + DocumentUrl: https://github.com/DuckDuckStudio/Sundry/blob/main/docs/config/README.md +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/d/DuckStudio/Sundry/1.5.1/DuckStudio.Sundry.locale.zh-CN.yaml b/manifests/d/DuckStudio/Sundry/1.5.1/DuckStudio.Sundry.locale.zh-CN.yaml new file mode 100644 index 0000000000000..38f00ac8abd92 --- /dev/null +++ b/manifests/d/DuckStudio/Sundry/1.5.1/DuckStudio.Sundry.locale.zh-CN.yaml @@ -0,0 +1,68 @@ +# Created with Sundry. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: DuckStudio.Sundry +PackageVersion: 1.5.1 +PackageLocale: zh-CN +Publisher: DuckStudio +PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/ +PublisherSupportUrl: https://github.com/DuckDuckStudio/Sundry/issues +Author: 鸭鸭「カモ」 +PackageName: Sundry +PackageUrl: https://github.com/DuckDuckStudio/Sundry/ +License: GNU Affero General Public License v3.0 +LicenseUrl: https://github.com/DuckDuckStudio/Sundry/blob/main/LICENSE +# Icon license: https://github.com/DuckDuckStudio/Sundry/blob/main/icon/LICENSE.md +Copyright: 版权所有 (c) 鸭鸭「カモ」 +CopyrightUrl: https://github.com/DuckDuckStudio/Sundry/blob/main/LICENSE +ShortDescription: Sundry 是一个 WinGet 相关的工具,帮您更方便地移除清单、修改清单、分析验证错误等。 +Tags: + - Manifest + - Manifests + - WinGet + - winget-pkgs + - 修改 + - 清单 + - 移除包 + - 日志分析 + - 舱单 + - 验证管道日志分析 +ReleaseNotes: |- + ## 新功能 + - feat(autoremove): 检查响应的类型是否是常见的意外类型 (#188),并添加 5xx 状态码的结果 (#189) (5xx 不计失败) by @DuckDuckStudio in #192 + - feat(autoremove): 显示检查进度 (#193) by @DuckDuckStudio in #204 + + ## 修复 + - fix: 更正拼写 "Pipline" -> "Pipeline" (#181) by @DuckDuckStudio in #183 + - fix(verify): 修复当 PR 仅修改部分清单文件时,sundry 不会获取所有清单的问题 (#197) by @DuckDuckStudio in #198 + - fix(verify): 修复即使读到了 Token 也会假装没有读到 Token 的问题 (#202) by @DuckDuckStudio in #203 + + ## 重构 + - refactor: 代码清理 by @DuckDuckStudio in #182 + - refactor(ignore): 移除 创建拉取请求 函数未使用的形参 格式化忽略字段 + - refactor(verify): 移除 在 Auth.csv 中查找审查者 逻辑未使用的局部变量 found + - fix(config): 修复从外部作用域隐藏名称 键 的警告 + - refactor(verify): 字典创建可以作为字典面量进行重写 + - depreacted(func/print/printLogs): 弃用 PrintLogs 函数 + - feat(func/const): 在 func 中指定一些常量供其他代码使用 by @DuckDuckStudio in #192 + + ## 依赖更新 + - chore(deps): 设置依赖版本范围而不是精确依赖版本 by @DuckDuckStudio in #201 + - 依然建议安装更新的版本的依赖 + + #### CI/CD + - chore(deps): bump actions/checkout from 5.0.0 to 5.0.1 in #190 + - chore(deps): bump actions/checkout from 5.0.1 to 6.0.0 in #196 + - chore(deps): bump pyinstaller from 6.16.0 to 6.17.0 in #200 + + 完整修改记录: https://github.com/DuckDuckStudio/Sundry/compare/1.5.0...1.5.1 +ReleaseNotesUrl: https://github.com/DuckDuckStudio/Sundry/releases/tag/1.5.1 +Documentations: + - DocumentLabel: 开始使用 + DocumentUrl: https://github.com/DuckDuckStudio/Sundry/blob/main/README.md#使用说明 + - DocumentLabel: 可用命令详细说明 + DocumentUrl: https://github.com/DuckDuckStudio/Sundry/blob/main/README.md#可用命令 + - DocumentLabel: 配置文件 (config.json) 文档 + DocumentUrl: https://github.com/DuckDuckStudio/Sundry/blob/main/docs/config/README.md +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/d/DuckStudio/Sundry/1.5.1/DuckStudio.Sundry.yaml b/manifests/d/DuckStudio/Sundry/1.5.1/DuckStudio.Sundry.yaml new file mode 100644 index 0000000000000..0591c38ec0f20 --- /dev/null +++ b/manifests/d/DuckStudio/Sundry/1.5.1/DuckStudio.Sundry.yaml @@ -0,0 +1,8 @@ +# Created with Sundry. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: DuckStudio.Sundry +PackageVersion: 1.5.1 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/e/ESET/Nod32/.validation b/manifests/e/ESET/Nod32/.validation index b2857a9a61790..0906231c87eca 100644 --- a/manifests/e/ESET/Nod32/.validation +++ b/manifests/e/ESET/Nod32/.validation @@ -1 +1 @@ -{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"0fe46484-6f53-4bec-ad94-83a221e27d9f","TestPlan":"Policy-Test-1.2","PackagePath":"manifests/e/ESET/Nod32/16.2.13.0","CommitId":"8607fb3b86790e72ae09c05067e615a0f176b879"},{"WaiverId":"2bb6fdd4-0130-4013-9725-755ceb6bd353","TestPlan":"Policy-Test-1.2","PackagePath":"manifests/e/ESET/Nod32/17.0.16.0","CommitId":"42f5f6db40d3db91cc486c85a8c036b621f3f9f0"},{"WaiverId":"d4176120-812d-406e-81fb-a95cd01558f1","TestPlan":"Policy-Test-1.2","PackagePath":"manifests/e/ESET/Nod32/18.2.18.0","CommitId":"ac437aac05247edf3d33f0e28b9e7008b26cfc4c"}],"StandardInstallationVerification":{"Executables":[]}} \ No newline at end of file +{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"0fe46484-6f53-4bec-ad94-83a221e27d9f","TestPlan":"Policy-Test-1.2","PackagePath":"manifests/e/ESET/Nod32/16.2.13.0","CommitId":"8607fb3b86790e72ae09c05067e615a0f176b879"},{"WaiverId":"2bb6fdd4-0130-4013-9725-755ceb6bd353","TestPlan":"Policy-Test-1.2","PackagePath":"manifests/e/ESET/Nod32/17.0.16.0","CommitId":"42f5f6db40d3db91cc486c85a8c036b621f3f9f0"},{"WaiverId":"d4176120-812d-406e-81fb-a95cd01558f1","TestPlan":"Policy-Test-1.2","PackagePath":"manifests/e/ESET/Nod32/18.2.18.0","CommitId":"ac437aac05247edf3d33f0e28b9e7008b26cfc4c"},{"WaiverId":"b2ee4843-f07d-42f6-bd45-a57d44c5bde4","TestPlan":"Policy-Test-1.2","PackagePath":"manifests/e/ESET/Nod32/19.0.14.0","CommitId":"ee3b32c8ce9b6c73beddacb397a68377a02cd6c8"}],"StandardInstallationVerification":{"Executables":[]}} \ No newline at end of file diff --git a/manifests/e/eksctl/eksctl/0.219.0/eksctl.eksctl.installer.yaml b/manifests/e/eksctl/eksctl/0.219.0/eksctl.eksctl.installer.yaml new file mode 100644 index 0000000000000..9ac17d23f538e --- /dev/null +++ b/manifests/e/eksctl/eksctl/0.219.0/eksctl.eksctl.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: eksctl.eksctl +PackageVersion: 0.219.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: eksctl.exe +UpgradeBehavior: install +ReleaseDate: 2025-11-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/eksctl-io/eksctl/releases/download/v0.219.0/eksctl_Windows_amd64.zip + InstallerSha256: 1AC34F04596BC1C9040B51ADB3D44D22A4847818405328498C4D0C188B285D02 +- Architecture: arm64 + InstallerUrl: https://github.com/eksctl-io/eksctl/releases/download/v0.219.0/eksctl_Windows_arm64.zip + InstallerSha256: 5FA32F4F91E8886BF2376AA7AFDAE6FBB2CF35F99FEEB13E469E5B3C39DF3092 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/e/eksctl/eksctl/0.219.0/eksctl.eksctl.locale.en-US.yaml b/manifests/e/eksctl/eksctl/0.219.0/eksctl.eksctl.locale.en-US.yaml new file mode 100644 index 0000000000000..407d9d8dadc95 --- /dev/null +++ b/manifests/e/eksctl/eksctl/0.219.0/eksctl.eksctl.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: eksctl.eksctl +PackageVersion: 0.219.0 +PackageLocale: en-US +Publisher: eksctl.io +PublisherUrl: https://eksctl.io/ +PublisherSupportUrl: https://github.com/eksctl-io/eksctl/issues +Author: eksctl.io +PackageName: eksctl +PackageUrl: https://github.com/eksctl-io/eksctl +License: Apache License 2.0 +LicenseUrl: https://github.com/eksctl-io/eksctl/blob/HEAD/LICENSE +Copyright: Copyright (c) The eksctl Authors +CopyrightUrl: https://github.com/eksctl-io/eksctl/blob/main/LICENSE +ShortDescription: The official CLI for Amazon EKS +Description: |- + eksctl is a simple CLI tool for creating clusters on EKS - Amazon's new managed Kubernetes service for EC2. + It is written in Go, and uses CloudFormation. +Moniker: eksctl +Tags: +- amazon-web-services +- aws-cloudformation +- aws-ec2 +- aws-eks +- eks +- kubernetes +- kubernetes-cluster +- kubernetes-deployment +- kubernetes-setup +ReleaseNotes: |- + Release v0.219.0 + 💥 Breaking Changes + - Make AL2023 be the default for all k8s version to handle AL2 deprecation (#8593) + 🚀 Features + - support Al2023 on outposts (#8599) + 🎯 Improvements + - Make AL2023 be the default for all k8s version to handle AL2 deprecation (#8593) + Acknowledgments + The eksctl maintainers would like to sincerely thank @NicholasBlaskey. +ReleaseNotesUrl: https://github.com/eksctl-io/eksctl/releases/tag/v0.219.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/e/eksctl/eksctl/0.219.0/eksctl.eksctl.yaml b/manifests/e/eksctl/eksctl/0.219.0/eksctl.eksctl.yaml new file mode 100644 index 0000000000000..becb2a2d594f2 --- /dev/null +++ b/manifests/e/eksctl/eksctl/0.219.0/eksctl.eksctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: eksctl.eksctl +PackageVersion: 0.219.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/e/electerm/electerm/2.3.118/electerm.electerm.installer.yaml b/manifests/e/electerm/electerm/2.3.118/electerm.electerm.installer.yaml new file mode 100644 index 0000000000000..568d334cecf88 --- /dev/null +++ b/manifests/e/electerm/electerm/2.3.118/electerm.electerm.installer.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: electerm.electerm +PackageVersion: 2.3.118 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: cdebb73f-ddf5-57cd-a4a4-998a5c7283dd +ReleaseDate: 2025-11-28 +AppsAndFeaturesEntries: +- DisplayName: electerm 2.3.118 + ProductCode: cdebb73f-ddf5-57cd-a4a4-998a5c7283dd +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/electerm/electerm/releases/download/v2.3.118/electerm-2.3.118-win-x64-installer.exe + InstallerSha256: 4AED704FDFBA002BD2D76791469F6D14064E909FAB8F761D83BF67E8710779E8 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/electerm/electerm/releases/download/v2.3.118/electerm-2.3.118-win-x64-installer.exe + InstallerSha256: 4AED704FDFBA002BD2D76791469F6D14064E909FAB8F761D83BF67E8710779E8 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/e/electerm/electerm/2.3.118/electerm.electerm.locale.en-US.yaml b/manifests/e/electerm/electerm/2.3.118/electerm.electerm.locale.en-US.yaml new file mode 100644 index 0000000000000..284ad4e52a5f2 --- /dev/null +++ b/manifests/e/electerm/electerm/2.3.118/electerm.electerm.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: electerm.electerm +PackageVersion: 2.3.118 +PackageLocale: en-US +Publisher: ZHAO Xudong +PublisherUrl: https://github.com/electerm/electerm +PublisherSupportUrl: https://github.com/electerm/electerm/issues +PrivacyUrl: https://github.com/electerm/electerm/wiki/privacy-notice +Author: ZHAO Xudong +PackageName: electerm +PackageUrl: https://github.com/electerm/electerm +License: MIT +LicenseUrl: https://github.com/electerm/electerm/blob/HEAD/LICENSE +Copyright: Copyright (c) 2017~tomorrow electerm, ZHAO Xudong +CopyrightUrl: https://raw.githubusercontent.com/electerm/electerm/master/LICENSE +ShortDescription: Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/subx and other libs +Description: Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/subx and other libs +Moniker: electerm +Tags: +- cli +- cmd +- command-line +- command-prompt +- console +- developer-tools +- file-manager +- powershell +- ps +- sftp +- shell +- ssh +- terminal +- utilities +- wsl +ReleaseNotes: |- + New features/UI/Updates + - Add new shortcut Alt+N to toggle bookmark select panel + - Auto focus search input when showing bookmark select dropdown + - Improve SSH tunnel code stability + Bug fixes + - Fix SSH tunnel error that could break SSH session (#critical) + 新功能/界面/更新 + - 添加新快捷键 Alt+N 来切换书签选择面板 + - 显示书签选择下拉框时自动聚焦搜索框 + - 改进 SSH 隧道代码稳定性 + 问题修复 + - 修复 SSH 隧道错误可能导致 SSH 会话中断的问题(#关键) +ReleaseNotesUrl: https://github.com/electerm/electerm/releases/tag/v2.3.118 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/e/electerm/electerm/2.3.118/electerm.electerm.yaml b/manifests/e/electerm/electerm/2.3.118/electerm.electerm.yaml new file mode 100644 index 0000000000000..1639452d9f43f --- /dev/null +++ b/manifests/e/electerm/electerm/2.3.118/electerm.electerm.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: electerm.electerm +PackageVersion: 2.3.118 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.224/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.3.224/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..75ff39c3fbcad --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.224/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.224 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2025-11-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.3.224/flyctl_0.3.224_Windows_x86_64.zip + InstallerSha256: C0797CADFF5FEC6767D4779EC0E0368C1E9D12225EA805CAA02B4F7212BF5A3C +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.3.224/flyctl_0.3.224_Windows_arm64.zip + InstallerSha256: 0801B6AE4FEFD64C71E5F9C1CA069A782ED44D374342CFE45105049877DF7805 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.224/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.3.224/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..6fc34fee4d68a --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.224/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.224 +PackageLocale: en-US +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: Command line tools for fly.io services +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + Changelog + - 674d5a7 Expand uiexClient interface (#4687) + - ca16eb6 Fix static deploy templating (#4686) + - 6c6584f Simplify flaps client initialization (#4685) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.3.224 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.224/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.3.224/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..1913f7145fcde --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.224/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.224 +PackageLocale: ko-KR +Publisher: Fly.io +PublisherUrl: https://fly.io/ +PublisherSupportUrl: https://community.fly.io/ +PrivacyUrl: https://fly.io/legal/privacy-policy +PackageName: flyctl +PackageUrl: https://github.com/superfly/flyctl +License: Apache-2.0 +LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE +ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구 +Tags: +- cli +- fly +- heroku +ReleaseNotes: |- + f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618) + f2416e1a Hide sentry from launch plan unless selected (#3616) + 61fa0095 Add Rails + Tigris support to fly launch (#3598) + d970980d Implement unit test with in-memory server implementation. (#3613) +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.224/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.3.224/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..8d8cecf2c63e3 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.224/Fly-io.flyctl.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.224 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/g/Gitleaks/Gitleaks/8.30.0/Gitleaks.Gitleaks.installer.yaml b/manifests/g/Gitleaks/Gitleaks/8.30.0/Gitleaks.Gitleaks.installer.yaml new file mode 100644 index 0000000000000..89099a76d8173 --- /dev/null +++ b/manifests/g/Gitleaks/Gitleaks/8.30.0/Gitleaks.Gitleaks.installer.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Gitleaks.Gitleaks +PackageVersion: 8.30.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: gitleaks.exe +Commands: +- gitleaks +FileExtensions: +- toml +ReleaseDate: 2025-11-26 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/gitleaks/gitleaks/releases/download/v8.30.0/gitleaks_8.30.0_windows_x32.zip + InstallerSha256: 35B08DB8FC11F4CEC66FE54227A9BBD8ECFD7456941D31837F9137EDB77EE60E +- Architecture: x64 + InstallerUrl: https://github.com/gitleaks/gitleaks/releases/download/v8.30.0/gitleaks_8.30.0_windows_x64.zip + InstallerSha256: 54FE94F644B832DD08E8C3A5915EFB3BFA862386D59FB27CA0792CB687A83573 +- Architecture: arm + InstallerUrl: https://github.com/gitleaks/gitleaks/releases/download/v8.30.0/gitleaks_8.30.0_windows_armv7.zip + InstallerSha256: 92F1DFF6A9D75C027E8379EDC38E79D1E8D4E9AF5789F123F7EA394F416703E0 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/g/Gitleaks/Gitleaks/8.30.0/Gitleaks.Gitleaks.locale.en-US.yaml b/manifests/g/Gitleaks/Gitleaks/8.30.0/Gitleaks.Gitleaks.locale.en-US.yaml new file mode 100644 index 0000000000000..f51d9ec56efcc --- /dev/null +++ b/manifests/g/Gitleaks/Gitleaks/8.30.0/Gitleaks.Gitleaks.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with komac v2.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Gitleaks.Gitleaks +PackageVersion: 8.30.0 +PackageLocale: en-US +Publisher: Gitleaks LLC +PublisherUrl: https://gitleaks.io/ +PublisherSupportUrl: https://github.com/gitleaks/gitleaks/issues +Author: Zachary Rice +PackageName: Gitleaks +PackageUrl: https://github.com/gitleaks/gitleaks +License: MIT +LicenseUrl: https://github.com/gitleaks/gitleaks/blob/HEAD/LICENSE +Copyright: Copyright (c) 2019 Zachary Rice +CopyrightUrl: https://github.com/gitleaks/gitleaks/blob/master/LICENSE +ShortDescription: Protect and discover secrets using Gitleaks +Description: |- + Gitleaks is a SAST tool for detecting and preventing hardcoded secrets like passwords, api keys, + and tokens in git repos. Gitleaks is an easy-to-use, all-in-one solution for detecting secrets, + past or present, in your code. +Moniker: gitleaks +Tags: +- devsecops +- git +- gitleaks +- go +- golang +- hacktoberfest +- secret +- security +- security-tools +ReleaseNotes: |- + Changelog + - 6eaad03 0 to 5 - notes on recursive decoding (#1994) + - 09242ce Add new Looker client ID and client secret rules (#1947) + - c98e5e0 feat: add Airtable Personnal Access Token detection (#1952) + - 4ed0ca4 build: upgrade Go & alpine version (#1989) +ReleaseNotesUrl: https://github.com/gitleaks/gitleaks/releases/tag/v8.30.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/Softplicity/PDFCombine/8.1.0.1/Softplicity.PDFCombine.yaml b/manifests/g/Gitleaks/Gitleaks/8.30.0/Gitleaks.Gitleaks.yaml similarity index 71% rename from manifests/s/Softplicity/PDFCombine/8.1.0.1/Softplicity.PDFCombine.yaml rename to manifests/g/Gitleaks/Gitleaks/8.30.0/Gitleaks.Gitleaks.yaml index 4979d75b3d875..f59da69ba7b7c 100644 --- a/manifests/s/Softplicity/PDFCombine/8.1.0.1/Softplicity.PDFCombine.yaml +++ b/manifests/g/Gitleaks/Gitleaks/8.30.0/Gitleaks.Gitleaks.yaml @@ -1,8 +1,8 @@ # Created with komac v2.13.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json -PackageIdentifier: Softplicity.PDFCombine -PackageVersion: 8.1.0.1 +PackageIdentifier: Gitleaks.Gitleaks +PackageVersion: 8.30.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Antigravity/1.11.9/Google.Antigravity.installer.yaml b/manifests/g/Google/Antigravity/1.11.9/Google.Antigravity.installer.yaml new file mode 100644 index 0000000000000..73d54528181b0 --- /dev/null +++ b/manifests/g/Google/Antigravity/1.11.9/Google.Antigravity.installer.yaml @@ -0,0 +1,158 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Google.Antigravity +PackageVersion: 1.11.9 +InstallerType: inno +Scope: user +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- antigravity +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 +- ipynb +- jade +- jav +- java +- js +- jscsrc +- jshintrc +- jshtm +- json +- jsp +- jsx +- less +- 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 +- psgi +- py +- pyi +- r +- rb +- rhistory +- rprofile +- rs +- rst +- rt +- sass +- scss +- sh +- shtml +- sql +- t +- tex +- toml +- ts +- tsx +- vb +- vue +- wxi +- wxl +- wxs +- xaml +- xhtml +- xml +- yaml +- yml +- zsh +ReleaseDate: 2025-11-26 +Installers: +- Architecture: x64 + InstallerUrl: https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/1.11.9-4787439284912128/windows-x64/Antigravity.exe + InstallerSha256: 5BA7FB564EC6A923BD1472BA00A46CB44FF29A6B987480BD221A02FB1EB77664 + ProductCode: '{AA73B3E3-C6C8-45C8-B1DC-4AE56C751432}_is1' +- Architecture: arm64 + InstallerUrl: https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/1.11.9-4787439284912128/windows-arm64/Antigravity.exe + InstallerSha256: CFCF518E5579CB0C177968BE3D3EA9AC897503D5FEADB546953F41DAA4BB9B29 + ProductCode: '{057BEF68-E891-4AD8-871C-3C9893C9F8A7}_is1' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Antigravity/1.11.9/Google.Antigravity.locale.en-US.yaml b/manifests/g/Google/Antigravity/1.11.9/Google.Antigravity.locale.en-US.yaml new file mode 100644 index 0000000000000..3ed92ece41709 --- /dev/null +++ b/manifests/g/Google/Antigravity/1.11.9/Google.Antigravity.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.10.0.schema.json + +PackageIdentifier: Google.Antigravity +PackageVersion: 1.11.9 +PackageLocale: en-US +Publisher: Google +PublisherUrl: https://www.google.com/ +PublisherSupportUrl: https://antigravity.google/support +PrivacyUrl: https://policies.google.com/privacy +Author: Google LLC +PackageName: Antigravity +PackageUrl: https://antigravity.google/ +License: Proprietary +LicenseUrl: https://antigravity.google/terms +CopyrightUrl: https://antigravity.google/terms +ShortDescription: Experience liftoffwith the next-generation IDE +Description: Google Antigravity is an agentic development platform, evolving the IDE into the agent-first era. Antigravity enables developers to operate at a higher, task-oriented level managing agents across workspaces, while retaining a familiar AI IDE experience at its core. Antigravity extracts agents into their own surface and provides them the tools needed to autonomously operate across the editor, terminal, and browser emphasizing verification and higher-level communication via tasks and artifacts. This capability enables agents to plan and execute more complex, end-to-end software tasks, elevating all aspects of development, from building features, UI iteration, and fixing bugs to research and generating reports. +Tags: +- code +- coding +- develop +- development +- editing +- editor +- programming +ReleaseNotes: |- + Stability and bug fixes + Bug fixes in the authentication flow + Improvements (1) + - Added better error states for onboarding users during authentication flow. + Fixes (0) + + Patches (0) +ReleaseNotesUrl: https://antigravity.google/changelog +PurchaseUrl: https://antigravity.google/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://antigravity.google/docs +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Antigravity/1.11.9/Google.Antigravity.locale.zh-CN.yaml b/manifests/g/Google/Antigravity/1.11.9/Google.Antigravity.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2277077c65387 --- /dev/null +++ b/manifests/g/Google/Antigravity/1.11.9/Google.Antigravity.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Google.Antigravity +PackageVersion: 1.11.9 +PackageLocale: zh-CN +PrivacyUrl: https://policies.google.com/privacy?hl=zh-CN +License: 专有软件 +ShortDescription: 体验新一代 IDE 的升空之旅 +Description: Google Antigravity 是一个自主智能开发平台,将集成开发环境(IDE)带入以代理为中心的新时代。Antigravity 使开发者能够以更高层次的、面向任务的方式在多个工作区中管理代理,同时在其核心保留了开发者熟悉的 AI IDE 体验。Antigravity 将代理提取到独立的界面中,并为其提供在编辑器、终端和浏览器中自主运行所需的工具,强调通过任务和产物实现验证以及更高层次的通信。这一能力使代理能够规划并执行更复杂、端到端的软件开发任务,全面提升开发的各个方面,从功能开发、UI 迭代、缺陷修复到研究和报告生成。 +Tags: +- 代码 +- 开发 +- 编程 +- 编辑 +- 编辑器 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://antigravity.google/docs +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/Antigravity/1.11.9/Google.Antigravity.yaml b/manifests/g/Google/Antigravity/1.11.9/Google.Antigravity.yaml new file mode 100644 index 0000000000000..1a3b52bd22478 --- /dev/null +++ b/manifests/g/Google/Antigravity/1.11.9/Google.Antigravity.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Google.Antigravity +PackageVersion: 1.11.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/h/HERE/OLPCLI/10.5.106/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/10.5.106/HERE.OLPCLI.installer.yaml deleted file mode 100644 index 8e073f51788a6..0000000000000 --- a/manifests/h/HERE/OLPCLI/10.5.106/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 10.5.106 -Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: wix - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:0.0.0/olp-cli-installer-0.0.0.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 5BEF87B09DB35E6DE2EB2165C683892F960DE72DEC272922E1F6ED9CE2F097DC - ProductCode: '{EB6B9D8D-7D1A-36EE-B7B8-69A4DF3EBA5F}' -ManifestType: installer -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/10.5.106/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/10.5.106/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index d43e4c10005ed..0000000000000 --- a/manifests/h/HERE/OLPCLI/10.5.106/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 10.5.106 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/10.5.106/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/10.5.106/HERE.OLPCLI.yaml deleted file mode 100644 index 2a02a656320db..0000000000000 --- a/manifests/h/HERE/OLPCLI/10.5.106/HERE.OLPCLI.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 1.0.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 10.5.106 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/10.5.125/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/10.5.125/HERE.OLPCLI.installer.yaml deleted file mode 100644 index 8c5a36a07a1fa..0000000000000 --- a/manifests/h/HERE/OLPCLI/10.5.125/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 10.5.125 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:10.5.125/olp-cli-installer-10.5.125.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 8EC698C1CDC41CD1AA1C49A053FA4256FCD7647BC3920090AFC2860C8AFE0103 - ProductCode: '{EF4D6076-0ED2-36E1-B509-D89CFA3284A4}' -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/h/HERE/OLPCLI/10.5.125/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/10.5.125/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 1e0c87897e49f..0000000000000 --- a/manifests/h/HERE/OLPCLI/10.5.125/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 10.5.125 -PackageLocale: en-US -Publisher: HERE Technologies -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: OLP CLI -# PackageUrl: -License: Proprietary -# LicenseUrl: -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -# CopyrightUrl: -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/h/HERE/OLPCLI/10.5.125/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/10.5.125/HERE.OLPCLI.yaml deleted file mode 100644 index 9d6c1aa2c507c..0000000000000 --- a/manifests/h/HERE/OLPCLI/10.5.125/HERE.OLPCLI.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 10.5.125 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/h/HERE/OLPCLI/11.1.0/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/11.1.0/HERE.OLPCLI.installer.yaml deleted file mode 100644 index aea75ca6e84b1..0000000000000 --- a/manifests/h/HERE/OLPCLI/11.1.0/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 11.1.0 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:11.1.0/olp-cli-installer-11.1.0.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 45F9DE389F88FF4F4979FE04D750DA77262D7E21B2986F424299B1276EA476E0 - ProductCode: '{F8FBFA2A-42A1-3261-B44A-F9DBFC2023F6}' -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/h/HERE/OLPCLI/11.1.0/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/11.1.0/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 707b61827b3b8..0000000000000 --- a/manifests/h/HERE/OLPCLI/11.1.0/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 11.1.0 -PackageLocale: en-US -Publisher: HERE Technologies -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: OLP CLI -# PackageUrl: -License: Proprietary -# LicenseUrl: -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -# CopyrightUrl: -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/h/HERE/OLPCLI/11.1.0/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/11.1.0/HERE.OLPCLI.yaml deleted file mode 100644 index cf27568d02a04..0000000000000 --- a/manifests/h/HERE/OLPCLI/11.1.0/HERE.OLPCLI.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 11.1.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/h/HERE/OLPCLI/12.1.17/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/12.1.17/HERE.OLPCLI.installer.yaml deleted file mode 100644 index fb7ef48673e13..0000000000000 --- a/manifests/h/HERE/OLPCLI/12.1.17/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 12.1.17 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:12.1.17/olp-cli-installer-12.1.17.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 60CD4F55C33FC8A9545354FB7BDEFB34CB56132EF46F8B052684824CB3EB6D90 - ProductCode: '{02019C1B-3FFA-32F1-B68C-F074D61B9A1F}' -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/h/HERE/OLPCLI/12.1.17/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/12.1.17/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 60f4f36c4fa70..0000000000000 --- a/manifests/h/HERE/OLPCLI/12.1.17/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 12.1.17 -PackageLocale: en-US -Publisher: HERE Technologies -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: OLP CLI -# PackageUrl: -License: Proprietary -# LicenseUrl: -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -# CopyrightUrl: -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/h/HERE/OLPCLI/12.1.17/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/12.1.17/HERE.OLPCLI.yaml deleted file mode 100644 index da8a20248f80b..0000000000000 --- a/manifests/h/HERE/OLPCLI/12.1.17/HERE.OLPCLI.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 12.1.17 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/h/HERE/OLPCLI/12.1.2/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/12.1.2/HERE.OLPCLI.installer.yaml deleted file mode 100644 index 6fa34d30f4761..0000000000000 --- a/manifests/h/HERE/OLPCLI/12.1.2/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 12.1.2 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:12.1.2/olp-cli-installer-12.1.2.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 7C26180399EBB09333AED1B2584FBAEC17441D1C65523C35ADC0737C06CDDC0B - ProductCode: '{25632546-E5D5-33C6-8567-7CA4B1348EB0}' -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/h/HERE/OLPCLI/12.1.2/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/12.1.2/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index a26662efe918e..0000000000000 --- a/manifests/h/HERE/OLPCLI/12.1.2/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 12.1.2 -PackageLocale: en-US -Publisher: HERE Technologies -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: OLP CLI -# PackageUrl: -License: Proprietary -# LicenseUrl: -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -# CopyrightUrl: -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/h/HERE/OLPCLI/12.1.2/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/12.1.2/HERE.OLPCLI.yaml deleted file mode 100644 index d1455dc49030a..0000000000000 --- a/manifests/h/HERE/OLPCLI/12.1.2/HERE.OLPCLI.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 12.1.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/h/HERE/OLPCLI/12.2.5/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/12.2.5/HERE.OLPCLI.installer.yaml deleted file mode 100644 index 2e94a12a5d259..0000000000000 --- a/manifests/h/HERE/OLPCLI/12.2.5/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 12.2.5 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:12.2.5/olp-cli-installer-12.2.5.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 9EE40575855675F4349983F059D8508A1DC73047EE12E04CA2AAB5F97B477107 - ProductCode: '{370799FF-0F4B-3632-AB28-5601355760AD}' -ManifestType: installer -ManifestVersion: 1.2.0 diff --git a/manifests/h/HERE/OLPCLI/12.2.5/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/12.2.5/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 545150d1d0163..0000000000000 --- a/manifests/h/HERE/OLPCLI/12.2.5/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 12.2.5 -PackageLocale: en-US -Publisher: HERE Technologies -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: OLP CLI -# PackageUrl: -License: Proprietary -# LicenseUrl: -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -# CopyrightUrl: -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: -ManifestType: defaultLocale -ManifestVersion: 1.2.0 diff --git a/manifests/h/HERE/OLPCLI/12.2.5/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/12.2.5/HERE.OLPCLI.yaml deleted file mode 100644 index 18612be563deb..0000000000000 --- a/manifests/h/HERE/OLPCLI/12.2.5/HERE.OLPCLI.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.1.4 $debug=AUSU.7-2-6 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 12.2.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.2.0 diff --git a/manifests/h/HERE/OLPCLI/12.3.13/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/12.3.13/HERE.OLPCLI.installer.yaml deleted file mode 100644 index d4b96a0668d66..0000000000000 --- a/manifests/h/HERE/OLPCLI/12.3.13/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 12.3.13 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -Installers: -- Architecture: x64 - InstallerType: wix - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:12.3.13/olp-cli-installer-12.3.13.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 5A3CEBC670A4553B6E9CFBAF7E139319302B48393D8F974DED030250B6788524 - ProductCode: '{19354292-3344-3060-919C-5D0A4B1B7BA5}' -ManifestType: installer -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/12.3.13/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/12.3.13/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 45ca82c3ad112..0000000000000 --- a/manifests/h/HERE/OLPCLI/12.3.13/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 12.3.13 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/12.3.13/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/12.3.13/HERE.OLPCLI.yaml deleted file mode 100644 index 2ce840477204b..0000000000000 --- a/manifests/h/HERE/OLPCLI/12.3.13/HERE.OLPCLI.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 12.3.13 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/12.3.26/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/12.3.26/HERE.OLPCLI.installer.yaml deleted file mode 100644 index 7f797d1f48959..0000000000000 --- a/manifests/h/HERE/OLPCLI/12.3.26/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 12.3.26 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -Installers: -- Architecture: x64 - InstallerType: wix - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:12.3.26/olp-cli-installer-12.3.26.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 6CFE86E7BF709F02513D148B11D2F51A47312485EE1FAC89AFC8CD87DF342DCA - ProductCode: '{E6AC8D10-D815-335F-BF9D-E81778F2CF34}' -ManifestType: installer -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/12.3.26/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/12.3.26/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 89f35733ff643..0000000000000 --- a/manifests/h/HERE/OLPCLI/12.3.26/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 12.3.26 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/12.3.26/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/12.3.26/HERE.OLPCLI.yaml deleted file mode 100644 index 23010ebdea895..0000000000000 --- a/manifests/h/HERE/OLPCLI/12.3.26/HERE.OLPCLI.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 12.3.26 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/12.3.39/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/12.3.39/HERE.OLPCLI.installer.yaml deleted file mode 100644 index d6b53e98ee8df..0000000000000 --- a/manifests/h/HERE/OLPCLI/12.3.39/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 12.3.39 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -Installers: -- Architecture: x64 - InstallerType: wix - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:12.3.39/olp-cli-installer-12.3.39.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: CA9E06AE0FCB0F63917FDC1A20EC45332258D5D90061DB7556BECB6C2989E084 - ProductCode: '{9BB9A55F-8D92-310F-969F-D2079CDE7EF8}' -ManifestType: installer -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/12.3.39/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/12.3.39/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index f980978126490..0000000000000 --- a/manifests/h/HERE/OLPCLI/12.3.39/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 12.3.39 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/12.3.39/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/12.3.39/HERE.OLPCLI.yaml deleted file mode 100644 index d58ff9ebf1ac3..0000000000000 --- a/manifests/h/HERE/OLPCLI/12.3.39/HERE.OLPCLI.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 12.3.39 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/13.0.1/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/13.0.1/HERE.OLPCLI.installer.yaml deleted file mode 100644 index f59343fa1546e..0000000000000 --- a/manifests/h/HERE/OLPCLI/13.0.1/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 13.0.1 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -Installers: -- Architecture: x64 - InstallerType: wix - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:13.0.1/olp-cli-installer-13.0.1.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 418A8DD4C16D5C10CC440BC0BE24BDFFA344E3897A77432F963CF6FFDA9E7D93 - ProductCode: '{D6D53285-93C7-33D7-9E81-0C098BAA5F8C}' -ManifestType: installer -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/13.0.1/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/13.0.1/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 5d46723172e61..0000000000000 --- a/manifests/h/HERE/OLPCLI/13.0.1/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 13.0.1 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/13.0.1/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/13.0.1/HERE.OLPCLI.yaml deleted file mode 100644 index 8a9b0175595c0..0000000000000 --- a/manifests/h/HERE/OLPCLI/13.0.1/HERE.OLPCLI.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 13.0.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/13.0.25/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/13.0.25/HERE.OLPCLI.installer.yaml deleted file mode 100644 index 50b12ceef4d13..0000000000000 --- a/manifests/h/HERE/OLPCLI/13.0.25/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 13.0.25 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -Installers: -- Architecture: x64 - InstallerType: wix - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:13.0.25/olp-cli-installer-13.0.25.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 1411AA397C2A1D4C0591F4132B10FA9780504206E029E8C4640F511523DF9245 - ProductCode: '{8D523260-78F6-3593-AEF5-31B0771036B1}' -ManifestType: installer -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/13.0.25/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/13.0.25/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 1ae2cc35a927e..0000000000000 --- a/manifests/h/HERE/OLPCLI/13.0.25/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 13.0.25 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/13.0.25/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/13.0.25/HERE.OLPCLI.yaml deleted file mode 100644 index ccfefe0605756..0000000000000 --- a/manifests/h/HERE/OLPCLI/13.0.25/HERE.OLPCLI.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 13.0.25 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/14.0.19/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/14.0.19/HERE.OLPCLI.installer.yaml deleted file mode 100644 index 71d011efcb536..0000000000000 --- a/manifests/h/HERE/OLPCLI/14.0.19/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 14.0.19 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -Installers: -- Architecture: x64 - InstallerType: wix - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:14.0.19/olp-cli-installer-14.0.19.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: F77F1D0E58544D7925747DB4B51C8682E3642632CBEBC027805705A9C7C89365 - ProductCode: '{3C845E49-E58B-3CBC-80B8-D8EF42971181}' -ManifestType: installer -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/14.0.19/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/14.0.19/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 5091f05f53f4d..0000000000000 --- a/manifests/h/HERE/OLPCLI/14.0.19/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 14.0.19 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/14.0.19/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/14.0.19/HERE.OLPCLI.yaml deleted file mode 100644 index 82a360baf5a07..0000000000000 --- a/manifests/h/HERE/OLPCLI/14.0.19/HERE.OLPCLI.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 14.0.19 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.1.1/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/16.1.1/HERE.OLPCLI.installer.yaml deleted file mode 100644 index 1ce918eab8095..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.1.1/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.1.1 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -Installers: -- Architecture: x64 - InstallerType: wix - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:16.1.1/olp-cli-installer-16.1.1.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 43EF05E727AF234C1883556962DB49EAD8253543B4A06D5A627ADF14594B4306 - ProductCode: '{95FB9461-D7E6-3109-B31A-2EBBE5438B9F}' -ManifestType: installer -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.1.1/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/16.1.1/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 6214950e425c9..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.1.1/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.1.1 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.1.1/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/16.1.1/HERE.OLPCLI.yaml deleted file mode 100644 index 501e5da9bffde..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.1.1/HERE.OLPCLI.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.1.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.2.39/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/16.2.39/HERE.OLPCLI.installer.yaml deleted file mode 100644 index e4dc2f184f5b5..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.2.39/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.2.39 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -Installers: -- Architecture: x64 - InstallerType: wix - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:16.2.39/olp-cli-installer-16.2.39.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 8B476C270D32C34CEBB2ADFEEBF7722F284EE7BBCB817097B8AA766B3F2DE170 - ProductCode: '{349AC47E-7A7D-3598-8060-F3CC1505152E}' -ManifestType: installer -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.2.39/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/16.2.39/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 813b64b3fdd50..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.2.39/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.2.39 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.2.39/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/16.2.39/HERE.OLPCLI.yaml deleted file mode 100644 index cd60d1f4b680f..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.2.39/HERE.OLPCLI.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.2.39 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.2.48/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/16.2.48/HERE.OLPCLI.installer.yaml deleted file mode 100644 index 1ead02cfc637e..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.2.48/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.2.48 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -Installers: -- Architecture: x64 - InstallerType: wix - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:16.2.48/olp-cli-installer-16.2.48.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: ACC4BEFE0129310316B863FDD55473AFB423557D26D5DE1517C99D8447F6F2C4 - ProductCode: '{F0A1F523-A9AD-3CE9-8DDB-01FE5C283CAA}' -ManifestType: installer -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.2.48/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/16.2.48/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 329d9e0c16595..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.2.48/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.2.48 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.2.48/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/16.2.48/HERE.OLPCLI.yaml deleted file mode 100644 index 588f52a5b95b1..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.2.48/HERE.OLPCLI.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.2.48 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.2.5/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/16.2.5/HERE.OLPCLI.installer.yaml deleted file mode 100644 index 68d04a49883bf..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.2.5/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.2.5 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -Installers: -- Architecture: x64 - InstallerType: wix - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:16.2.5/olp-cli-installer-16.2.5.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: F3CC6790D0A68E5390B948F5D7F39BA72078CA652EA0F1FF116212A67EA0F757 - ProductCode: '{2C2E6CA3-5370-31E8-A972-09CBCA7A1A21}' -ManifestType: installer -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.2.5/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/16.2.5/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index b0881f8d0b653..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.2.5/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.2.5 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.2.5/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/16.2.5/HERE.OLPCLI.yaml deleted file mode 100644 index 714fb7e8ce186..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.2.5/HERE.OLPCLI.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.2.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.2.57/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/16.2.57/HERE.OLPCLI.installer.yaml deleted file mode 100644 index 8f35e2d239d7f..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.2.57/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.2.57 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -Installers: -- Architecture: x64 - InstallerType: wix - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:16.2.57/olp-cli-installer-16.2.57.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: A87EB3ED7F3FFB24AB2D9C3762CC651DB751117ECCC78ADB2CC3CA80482F38F6 - ProductCode: '{CAE3936E-CA12-3D69-A1A9-6C049BF0C03D}' -ManifestType: installer -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.2.57/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/16.2.57/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 880281c648781..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.2.57/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.2.57 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.2.57/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/16.2.57/HERE.OLPCLI.yaml deleted file mode 100644 index 7f82f4a3e7061..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.2.57/HERE.OLPCLI.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.2.57 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.2.61/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/16.2.61/HERE.OLPCLI.installer.yaml deleted file mode 100644 index 3279332e08428..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.2.61/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.2.61 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -Installers: -- Architecture: x64 - InstallerType: wix - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:16.2.61/olp-cli-installer-16.2.61.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 6AA72A67CA3E87D3000FA1DC72A5D6C5E062D95057ADD73AC7D9BD863F2CB4FB - ProductCode: '{505B40AD-6A0D-35EA-A182-3993766F7995}' -ManifestType: installer -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.2.61/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/16.2.61/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 615a0951575b9..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.2.61/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.2.61 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.2.61/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/16.2.61/HERE.OLPCLI.yaml deleted file mode 100644 index f691d85e56da5..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.2.61/HERE.OLPCLI.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.2.61 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.3.10/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/16.3.10/HERE.OLPCLI.installer.yaml deleted file mode 100644 index 61ccb043d2da6..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.3.10/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.3.10 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -Installers: -- Architecture: x64 - InstallerType: wix - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:16.3.10/olp-cli-installer-16.3.10.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 5B12A13EAEEA4E659A7CBA9FAF321046EB5B290E5DD3CB18848C05BD8D5DD2D2 - ProductCode: '{42B52BC4-773E-317D-90D8-34A6DF83782B}' -ManifestType: installer -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.3.10/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/16.3.10/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 4975744f6a970..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.3.10/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.3.10 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.3.10/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/16.3.10/HERE.OLPCLI.yaml deleted file mode 100644 index 719501722ddb9..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.3.10/HERE.OLPCLI.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.3.10 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.3.100/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/16.3.100/HERE.OLPCLI.installer.yaml deleted file mode 100644 index edecea78f4df6..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.3.100/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.3.100 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -Installers: -- Architecture: x64 - InstallerType: wix - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:16.3.100/olp-cli-installer-16.3.100.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 3FE3963A33D6E32D9FC60144301C66502F08F3047C9FD8053ADF2445630FFBFF - ProductCode: '{3F72E53E-F097-3CC3-803B-8D63A755B3ED}' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/16.3.100/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/16.3.100/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index ba5f57572c076..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.3.100/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.3.100 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/16.3.100/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/16.3.100/HERE.OLPCLI.yaml deleted file mode 100644 index 94db055fda7e1..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.3.100/HERE.OLPCLI.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.3.100 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/16.3.113/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/16.3.113/HERE.OLPCLI.installer.yaml deleted file mode 100644 index b1bde91e3dce4..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.3.113/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.3.113 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -Installers: -- Architecture: x64 - InstallerType: wix - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:16.3.113/olp-cli-installer-16.3.113.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 289F14ECC86AC9A07AA3915776962B917A1B9DE2442AE2876AF38D7C09126C48 - ProductCode: '{BC868B25-F8F4-3129-9942-B4E3A20BA250}' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/16.3.113/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/16.3.113/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index eda7a3b5787b1..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.3.113/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.3.113 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/16.3.113/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/16.3.113/HERE.OLPCLI.yaml deleted file mode 100644 index 4f7f779f2778e..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.3.113/HERE.OLPCLI.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.3.113 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/16.3.24/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/16.3.24/HERE.OLPCLI.installer.yaml deleted file mode 100644 index 8396efab001d1..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.3.24/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.3.24 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -Installers: -- Architecture: x64 - InstallerType: wix - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:16.3.24/olp-cli-installer-16.3.24.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 2D5AA853BE12066D907D549CF5EA74DBE0D1CB124AC36EF2A11431A39120039E - ProductCode: '{B3A079D2-BCB9-3843-B922-5D598948720E}' -ManifestType: installer -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.3.24/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/16.3.24/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 2755cfabafdea..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.3.24/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.3.24 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.3.24/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/16.3.24/HERE.OLPCLI.yaml deleted file mode 100644 index 49b8887c75814..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.3.24/HERE.OLPCLI.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.3.24 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.3.42/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/16.3.42/HERE.OLPCLI.installer.yaml deleted file mode 100644 index 52122a344eb1a..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.3.42/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.3.42 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -Installers: -- Architecture: x64 - InstallerType: wix - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:16.3.42/olp-cli-installer-16.3.42.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 407EBE5FB811C36F2A2AC20AFAB2915BDFC7D08E165CF18EAD9F4FE46D56BB77 - ProductCode: '{CF7DA737-453C-3D37-B099-0F1750A5804E}' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/h/HERE/OLPCLI/16.3.42/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/16.3.42/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index c59cf8cdacc78..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.3.42/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.3.42 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/h/HERE/OLPCLI/16.3.42/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/16.3.42/HERE.OLPCLI.yaml deleted file mode 100644 index 27faabc0a8fc1..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.3.42/HERE.OLPCLI.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.3.42 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/h/HERE/OLPCLI/16.3.5/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/16.3.5/HERE.OLPCLI.installer.yaml deleted file mode 100644 index 6388028fb0971..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.3.5/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.3.5 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -Installers: -- Architecture: x64 - InstallerType: wix - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:16.3.5/olp-cli-installer-16.3.5.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 5D89DD689C5C94DF1105D9EA4977EC44DA4DCB72828367F16CCF4986B5F98C19 - ProductCode: '{39E2EEE3-B71B-3DBD-8B4D-7CFA1C13C4ED}' -ManifestType: installer -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.3.5/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/16.3.5/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 03ccedb8047c3..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.3.5/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.3.5 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.3.5/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/16.3.5/HERE.OLPCLI.yaml deleted file mode 100644 index b02ab5767c1d0..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.3.5/HERE.OLPCLI.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using wingetcreate 1.0.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.3.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 - diff --git a/manifests/h/HERE/OLPCLI/16.3.58/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/16.3.58/HERE.OLPCLI.installer.yaml deleted file mode 100644 index cf7ab38ea6ace..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.3.58/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.3.58 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -Installers: -- Architecture: x64 - InstallerType: wix - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:16.3.58/olp-cli-installer-16.3.58.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 083683ABDD36C228063A3D936CA389AC84EB8862D1D5CEA5271C228EAF4E8DFE - ProductCode: '{FA7128AC-6E2E-30A6-96B6-4BD7420377B3}' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/16.3.58/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/16.3.58/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index d9720209c47c1..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.3.58/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.3.58 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/16.3.58/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/16.3.58/HERE.OLPCLI.yaml deleted file mode 100644 index d4e175a160791..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.3.58/HERE.OLPCLI.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.3.58 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/16.3.75/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/16.3.75/HERE.OLPCLI.installer.yaml deleted file mode 100644 index f7c58e628b7c5..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.3.75/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.3.75 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -Installers: -- Architecture: x64 - InstallerType: wix - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:16.3.75/olp-cli-installer-16.3.75.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 81162EA5D8AE01D08EA39EE135B2C42D3245902C24BAD230E761F5FFD22F1269 - ProductCode: '{0E85B73A-D86E-376A-91D1-5CDE02C72770}' -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/16.3.75/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/16.3.75/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 93b613d436d0e..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.3.75/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.3.75 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/16.3.75/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/16.3.75/HERE.OLPCLI.yaml deleted file mode 100644 index f94d7319dfda1..0000000000000 --- a/manifests/h/HERE/OLPCLI/16.3.75/HERE.OLPCLI.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 16.3.75 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.0.14/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/17.0.14/HERE.OLPCLI.installer.yaml deleted file mode 100644 index c9e71acde83d9..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.0.14/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.0.14 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -ProductCode: '{E37C8B39-4257-3601-A563-2899804AD14A}' -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.0.14/olp-cli-installer-17.0.14.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 240D570AF79EB71AAACED19F13833C230599778A9B5E61F2B27AB632F648BE55 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.0.14/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/17.0.14/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 7f12801a8467c..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.0.14/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.0.14 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.0.26/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/17.0.26/HERE.OLPCLI.installer.yaml deleted file mode 100644 index b95aef5393f22..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.0.26/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.0.26 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -ProductCode: '{22CE9D8E-898C-31AD-B0F3-01DE2CAB01DF}' -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.0.26/olp-cli-installer-17.0.26.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 877A1D8B31004137C27F450F9BC4B84134E9BE5C54D2CABF6441158D6ABD658C -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.0.26/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/17.0.26/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 79e29777d4d7f..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.0.26/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.0.26 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.0.26/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/17.0.26/HERE.OLPCLI.yaml deleted file mode 100644 index 7e03d361af9fc..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.0.26/HERE.OLPCLI.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.0.26 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.0.6/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/17.0.6/HERE.OLPCLI.installer.yaml deleted file mode 100644 index 64b92b34d669c..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.0.6/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.0.6 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -ProductCode: '{86C2FF6A-1043-3EB4-9F06-313B4A0D659E}' -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.0.6/olp-cli-installer-17.0.6.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: D94E492C1E505E4D067079878545D87BEA47CD7F00310C86A449A26C80F1E2BF -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.0.6/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/17.0.6/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 0afd2318ffb27..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.0.6/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.0.6 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.0.6/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/17.0.6/HERE.OLPCLI.yaml deleted file mode 100644 index 59f4472418464..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.0.6/HERE.OLPCLI.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.0.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.1.17/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/17.1.17/HERE.OLPCLI.installer.yaml deleted file mode 100644 index 8aec9a8a872ef..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.1.17/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.1.17 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -ProductCode: '{6F7466AA-D366-3337-AFA3-1C8910B531BD}' -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.1.17/olp-cli-installer-17.1.17.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 785026970D86CFE1EEF42263790B8BB652DDCCABA6DEB0F6C82370DA12610718 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.1.17/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/17.1.17/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 8e3e501c7b4c6..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.1.17/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.1.17 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.1.17/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/17.1.17/HERE.OLPCLI.yaml deleted file mode 100644 index 2acc6f8d180da..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.1.17/HERE.OLPCLI.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.1.17 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.1.25/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/17.1.25/HERE.OLPCLI.installer.yaml deleted file mode 100644 index 12cc665b61923..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.1.25/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.1.25 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -ProductCode: '{A2B564DD-9E9C-30E3-AB84-987942171E87}' -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.1.25/olp-cli-installer-17.1.25.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 1469EFC9EA850C9DF981DBC275CCD12DFAC98F79D60ABA3B3D0279AF4C5608D2 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.1.25/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/17.1.25/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index d10bf4797a5cd..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.1.25/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.1.25 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.1.25/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/17.1.25/HERE.OLPCLI.yaml deleted file mode 100644 index 607a84d6267c0..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.1.25/HERE.OLPCLI.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.1.25 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.1.3/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/17.1.3/HERE.OLPCLI.installer.yaml deleted file mode 100644 index d9489b0a59872..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.1.3/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.1.3 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -ProductCode: '{B494B21D-C332-3B09-A6DE-FAB23E12FCEA}' -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.1.3/olp-cli-installer-17.1.3.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 31A1ABB746782719E53A3E946A2546C74FB7CE41B8478D5F39D0C1F0367BA53C -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.1.3/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/17.1.3/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 790d23b4feb6b..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.1.3/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.1.3 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.1.3/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/17.1.3/HERE.OLPCLI.yaml deleted file mode 100644 index 26fce4ca49b44..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.1.3/HERE.OLPCLI.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.1.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.1.41/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/17.1.41/HERE.OLPCLI.installer.yaml deleted file mode 100644 index e350a4f5c305e..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.1.41/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.1.41 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -ProductCode: '{4670772C-D1A8-33DE-9933-632ADA94D6BD}' -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.1.41/olp-cli-installer-17.1.41.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: B741D20206BDB8E8B1339B77822711B29C411E7C225E30E9B74C8812396371E4 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.1.41/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/17.1.41/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index ce607f4a763f4..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.1.41/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.1.41 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.1.41/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/17.1.41/HERE.OLPCLI.yaml deleted file mode 100644 index 7772be6d4617d..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.1.41/HERE.OLPCLI.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.1.41 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.2.28/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/17.2.28/HERE.OLPCLI.installer.yaml deleted file mode 100644 index 3c645dff41d74..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.2.28/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.2.28 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -ProductCode: '{A1B0A2F0-E6A1-3420-9036-94BA63B09409}' -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.2.28/olp-cli-installer-17.2.28.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 3F788F3D8775871965D2A5DB043752B0185366A59D3F6F7A26DCBA89258A677B -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.2.28/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/17.2.28/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 7494e39e6cec5..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.2.28/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.2.28 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.2.28/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/17.2.28/HERE.OLPCLI.yaml deleted file mode 100644 index 69688db911e31..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.2.28/HERE.OLPCLI.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.2.28 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.2.39/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/17.2.39/HERE.OLPCLI.installer.yaml deleted file mode 100644 index 391fe71d32c79..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.2.39/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.2.39 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -ProductCode: '{91361873-11AE-31C8-BD17-0AFF90E4EC38}' -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.2.39/olp-cli-installer-17.2.39.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 43B4AC361FBB480DBEA3D4D188ED16E0E1679BBCE814B3B86B8BF848C9EF8811 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.2.39/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/17.2.39/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 707152e475189..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.2.39/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.2.39 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.2.39/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/17.2.39/HERE.OLPCLI.yaml deleted file mode 100644 index db40c0af08ae6..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.2.39/HERE.OLPCLI.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.2.39 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.2.9/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/17.2.9/HERE.OLPCLI.installer.yaml deleted file mode 100644 index 0acfea6a25c62..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.2.9/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.2.9 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -ProductCode: '{9F6A1A23-028F-3662-8676-A8FC001040E0}' -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.2.9/olp-cli-installer-17.2.9.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 78AAF806B869BF7988F742EDB17E83AC002237BA01FC5A2442AB1CA9A648D83F -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.2.9/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/17.2.9/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index af22e7eb9d990..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.2.9/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.2.9 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.2.9/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/17.2.9/HERE.OLPCLI.yaml deleted file mode 100644 index 010b4d5d08629..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.2.9/HERE.OLPCLI.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.2.9 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.3.3/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/17.3.3/HERE.OLPCLI.installer.yaml deleted file mode 100644 index cadd6a5de5731..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.3.3/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.3.3 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -ProductCode: '{4EF42BC5-5952-34E2-8C66-17B1FEA74006}' -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.3.3/olp-cli-installer-17.3.3.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: C2B661BEE4DC27206BE975AB0BA5B37FE52498DD93EAE1AA41C04FE60D3AAD76 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.3.3/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/17.3.3/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 703ef0dcca7c6..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.3.3/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.3.3 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.3.3/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/17.3.3/HERE.OLPCLI.yaml deleted file mode 100644 index d9d3504debc09..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.3.3/HERE.OLPCLI.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.3.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.5.6/HERE.OLPCLI.installer.yaml b/manifests/h/HERE/OLPCLI/17.5.6/HERE.OLPCLI.installer.yaml deleted file mode 100644 index 1ac8988c1ae52..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.5.6/HERE.OLPCLI.installer.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.5.6 -InstallerLocale: en-US -MinimumOSVersion: 10.0.0.0 -InstallerType: wix -ProductCode: '{3D357148-BA48-380D-9DD1-3EB9BD698314}' -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.5.6/olp-cli-installer-17.5.6.msi?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 4149CE9957E819FC7C7CAABF4ACA06DFCE36D792A1EB03E5401F0B96D04A3160 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.5.6/HERE.OLPCLI.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/17.5.6/HERE.OLPCLI.locale.en-US.yaml deleted file mode 100644 index 989711c078359..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.5.6/HERE.OLPCLI.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.5.6 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI -License: Proprietary -Copyright: Copyright (C) 2017-2022 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.5.6/HERE.OLPCLI.yaml b/manifests/h/HERE/OLPCLI/17.5.6/HERE.OLPCLI.yaml deleted file mode 100644 index 7ab6ec59844fd..0000000000000 --- a/manifests/h/HERE/OLPCLI/17.5.6/HERE.OLPCLI.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.5.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/16.3.100/HERE.OLPCLI.NATIVE.installer.yaml b/manifests/h/HERE/OLPCLI/NATIVE/16.3.100/HERE.OLPCLI.NATIVE.installer.yaml deleted file mode 100644 index 862fd8ec803b0..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/16.3.100/HERE.OLPCLI.NATIVE.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 16.3.100 -Commands: -- olp -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -Installers: -- Architecture: x64 - InstallerType: portable - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:16.3.100/olp-cli-native-image-16.3.100.exe?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: E3EFA04E5321EC30E178FE782910FAA40D01697C1DA7498CD25608CBE1C002F3 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/16.3.100/HERE.OLPCLI.NATIVE.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/NATIVE/16.3.100/HERE.OLPCLI.NATIVE.locale.en-US.yaml deleted file mode 100644 index 741cf1b216c4e..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/16.3.100/HERE.OLPCLI.NATIVE.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 16.3.100 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI Native -License: Proprietary -Copyright: Copyright (C) 2017-2024 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/16.3.100/HERE.OLPCLI.NATIVE.yaml b/manifests/h/HERE/OLPCLI/NATIVE/16.3.100/HERE.OLPCLI.NATIVE.yaml deleted file mode 100644 index 7f6d667a62498..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/16.3.100/HERE.OLPCLI.NATIVE.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 16.3.100 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/16.3.113/HERE.OLPCLI.NATIVE.installer.yaml b/manifests/h/HERE/OLPCLI/NATIVE/16.3.113/HERE.OLPCLI.NATIVE.installer.yaml deleted file mode 100644 index a3a7182b256be..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/16.3.113/HERE.OLPCLI.NATIVE.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 16.3.113 -Commands: -- olp -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -Installers: -- Architecture: x64 - InstallerType: portable - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:16.3.113/olp-cli-native-image-16.3.113.exe?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: CB4AD59D1401E5EE54CC16DD218758CEA18567ED58DF668F5121BE63D77C7D5B -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/16.3.113/HERE.OLPCLI.NATIVE.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/NATIVE/16.3.113/HERE.OLPCLI.NATIVE.locale.en-US.yaml deleted file mode 100644 index d20d72037b527..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/16.3.113/HERE.OLPCLI.NATIVE.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 16.3.113 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI Native -License: Proprietary -Copyright: Copyright (C) 2017-2024 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/16.3.113/HERE.OLPCLI.NATIVE.yaml b/manifests/h/HERE/OLPCLI/NATIVE/16.3.113/HERE.OLPCLI.NATIVE.yaml deleted file mode 100644 index 1057a86b4bbb2..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/16.3.113/HERE.OLPCLI.NATIVE.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 16.3.113 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/16.3.24/HERE.OLPCLI.NATIVE.installer.yaml b/manifests/h/HERE/OLPCLI/NATIVE/16.3.24/HERE.OLPCLI.NATIVE.installer.yaml deleted file mode 100644 index d7525869d03ea..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/16.3.24/HERE.OLPCLI.NATIVE.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 16.3.24 -InstallerType: portable -Commands: -- olp -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:16.3.24/olp-cli-native-image-16.3.24.exe?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 815DEAEA9A0DF6905DF5A4E6BB72C4BBA41DC74160D9CB5F59A69B1E2812C8D5 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/16.3.24/HERE.OLPCLI.NATIVE.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/NATIVE/16.3.24/HERE.OLPCLI.NATIVE.locale.en-US.yaml deleted file mode 100644 index 022bdef3c2c6a..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/16.3.24/HERE.OLPCLI.NATIVE.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 16.3.24 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI Native -License: Proprietary -Copyright: Copyright (C) 2017-2024 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/16.3.24/HERE.OLPCLI.NATIVE.yaml b/manifests/h/HERE/OLPCLI/NATIVE/16.3.24/HERE.OLPCLI.NATIVE.yaml deleted file mode 100644 index f716cd7d6c553..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/16.3.24/HERE.OLPCLI.NATIVE.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 16.3.24 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/16.3.42/HERE.OLPCLI.NATIVE.installer.yaml b/manifests/h/HERE/OLPCLI/NATIVE/16.3.42/HERE.OLPCLI.NATIVE.installer.yaml deleted file mode 100644 index 4f709c16c2dad..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/16.3.42/HERE.OLPCLI.NATIVE.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 16.3.42 -InstallerType: portable -Commands: -- olp -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:16.3.42/olp-cli-native-image-16.3.42.exe?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: EDE3B50A06344C1E08E84F21FD8AEDB5FACD01FCBC1B2479E5942A539DA2FBEB -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/16.3.42/HERE.OLPCLI.NATIVE.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/NATIVE/16.3.42/HERE.OLPCLI.NATIVE.locale.en-US.yaml deleted file mode 100644 index dbf7884d26a88..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/16.3.42/HERE.OLPCLI.NATIVE.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 16.3.42 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI Native -License: Proprietary -Copyright: Copyright (C) 2017-2024 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/16.3.42/HERE.OLPCLI.NATIVE.yaml b/manifests/h/HERE/OLPCLI/NATIVE/16.3.42/HERE.OLPCLI.NATIVE.yaml deleted file mode 100644 index 99d7c08d385a4..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/16.3.42/HERE.OLPCLI.NATIVE.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 16.3.42 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/16.3.5/HERE.OLPCLI.NATIVE.installer.yaml b/manifests/h/HERE/OLPCLI/NATIVE/16.3.5/HERE.OLPCLI.NATIVE.installer.yaml deleted file mode 100644 index d29cb3440b1a9..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/16.3.5/HERE.OLPCLI.NATIVE.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 16.3.5 -InstallerType: portable -Commands: -- olp -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:16.3.5/olp-cli-native-image-16.3.5.exe?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: EAF55FDADF1F6343442F415E0F749DC5850D2D33C4E10584A7ADDD5908220408 -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/16.3.5/HERE.OLPCLI.NATIVE.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/NATIVE/16.3.5/HERE.OLPCLI.NATIVE.locale.en-US.yaml deleted file mode 100644 index d9a3a9e667cae..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/16.3.5/HERE.OLPCLI.NATIVE.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 16.3.5 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI Native -License: Proprietary -Copyright: Copyright (C) 2017-2024 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/16.3.5/HERE.OLPCLI.NATIVE.yaml b/manifests/h/HERE/OLPCLI/NATIVE/16.3.5/HERE.OLPCLI.NATIVE.yaml deleted file mode 100644 index 96d537b7a5d2e..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/16.3.5/HERE.OLPCLI.NATIVE.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.5.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 16.3.5 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/16.3.58/HERE.OLPCLI.NATIVE.installer.yaml b/manifests/h/HERE/OLPCLI/NATIVE/16.3.58/HERE.OLPCLI.NATIVE.installer.yaml deleted file mode 100644 index 9defce7b51513..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/16.3.58/HERE.OLPCLI.NATIVE.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 16.3.58 -InstallerType: portable -Commands: -- olp -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:16.3.58/olp-cli-native-image-16.3.58.exe?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: A38F6CECBC802D8CF2862246E7EFE5AF41689C07B5657EFE399C5862DFD5DF2D -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/16.3.58/HERE.OLPCLI.NATIVE.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/NATIVE/16.3.58/HERE.OLPCLI.NATIVE.locale.en-US.yaml deleted file mode 100644 index c32a8c214e06d..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/16.3.58/HERE.OLPCLI.NATIVE.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 16.3.58 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI Native -License: Proprietary -Copyright: Copyright (C) 2017-2024 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/16.3.58/HERE.OLPCLI.NATIVE.yaml b/manifests/h/HERE/OLPCLI/NATIVE/16.3.58/HERE.OLPCLI.NATIVE.yaml deleted file mode 100644 index 1bfc32773a534..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/16.3.58/HERE.OLPCLI.NATIVE.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 16.3.58 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/16.3.75/HERE.OLPCLI.NATIVE.installer.yaml b/manifests/h/HERE/OLPCLI/NATIVE/16.3.75/HERE.OLPCLI.NATIVE.installer.yaml deleted file mode 100644 index 3f98b6d9f29ed..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/16.3.75/HERE.OLPCLI.NATIVE.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 16.3.75 -Commands: -- olp -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -Installers: -- Architecture: x64 - InstallerType: portable - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:16.3.75/olp-cli-native-image-16.3.75.exe?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 00D468CED5D7D87E7ED10EDA0BD03E8D43271A337CF898D158468F22571FF962 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/16.3.75/HERE.OLPCLI.NATIVE.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/NATIVE/16.3.75/HERE.OLPCLI.NATIVE.locale.en-US.yaml deleted file mode 100644 index 9f647d9856619..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/16.3.75/HERE.OLPCLI.NATIVE.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 16.3.75 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI Native -License: Proprietary -Copyright: Copyright (C) 2017-2024 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/16.3.75/HERE.OLPCLI.NATIVE.yaml b/manifests/h/HERE/OLPCLI/NATIVE/16.3.75/HERE.OLPCLI.NATIVE.yaml deleted file mode 100644 index 3fcc1b0f80a3d..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/16.3.75/HERE.OLPCLI.NATIVE.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 16.3.75 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.0.14/HERE.OLPCLI.NATIVE.installer.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.0.14/HERE.OLPCLI.NATIVE.installer.yaml deleted file mode 100644 index 90e450176c0f6..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.0.14/HERE.OLPCLI.NATIVE.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.0.14 -InstallerType: portable -Commands: -- olp -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.0.14/olp-cli-native-image-17.0.14.exe?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: D0CEFD856595F477438DAEC093A6A48D1A131D9E01A70841A59C77089919C5A2 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.0.14/HERE.OLPCLI.NATIVE.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.0.14/HERE.OLPCLI.NATIVE.locale.en-US.yaml deleted file mode 100644 index 22b5c52715471..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.0.14/HERE.OLPCLI.NATIVE.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.0.14 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI Native -License: Proprietary -Copyright: Copyright (C) 2017-2024 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.0.14/HERE.OLPCLI.NATIVE.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.0.14/HERE.OLPCLI.NATIVE.yaml deleted file mode 100644 index 84ddd29f64c3c..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.0.14/HERE.OLPCLI.NATIVE.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.0.14 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.0.26/HERE.OLPCLI.NATIVE.installer.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.0.26/HERE.OLPCLI.NATIVE.installer.yaml deleted file mode 100644 index 2771d928330b0..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.0.26/HERE.OLPCLI.NATIVE.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.0.26 -InstallerType: portable -Commands: -- olp -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.0.26/olp-cli-native-image-17.0.26.exe?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: A68832F0B06A6697E8E180DDF57C1FB0AAA36CB0B0EA77C91E672AF838380BF2 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.0.26/HERE.OLPCLI.NATIVE.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.0.26/HERE.OLPCLI.NATIVE.locale.en-US.yaml deleted file mode 100644 index a332fc13d4850..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.0.26/HERE.OLPCLI.NATIVE.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.0.26 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI Native -License: Proprietary -Copyright: Copyright (C) 2017-2024 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.0.26/HERE.OLPCLI.NATIVE.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.0.26/HERE.OLPCLI.NATIVE.yaml deleted file mode 100644 index 11658117b396d..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.0.26/HERE.OLPCLI.NATIVE.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.0.26 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.0.6/HERE.OLPCLI.NATIVE.installer.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.0.6/HERE.OLPCLI.NATIVE.installer.yaml deleted file mode 100644 index 3aa24ef285dc4..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.0.6/HERE.OLPCLI.NATIVE.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.0.6 -InstallerType: portable -Commands: -- olp -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.0.6/olp-cli-native-image-17.0.6.exe?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 773146B987A55FF2AF9D956CF5AED21BB5E0503E489998AF534A312A28E0E6EE -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.0.6/HERE.OLPCLI.NATIVE.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.0.6/HERE.OLPCLI.NATIVE.locale.en-US.yaml deleted file mode 100644 index 8d719a9111bd6..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.0.6/HERE.OLPCLI.NATIVE.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.0.6 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI Native -License: Proprietary -Copyright: Copyright (C) 2017-2024 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.0.6/HERE.OLPCLI.NATIVE.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.0.6/HERE.OLPCLI.NATIVE.yaml deleted file mode 100644 index 7102c2a452478..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.0.6/HERE.OLPCLI.NATIVE.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.0.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.1.17/HERE.OLPCLI.NATIVE.installer.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.1.17/HERE.OLPCLI.NATIVE.installer.yaml deleted file mode 100644 index 70f9d5ae51b21..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.1.17/HERE.OLPCLI.NATIVE.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.1.17 -InstallerType: portable -Commands: -- olp -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.1.17/olp-cli-native-image-17.1.17.exe?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: E65A6ED2AC49D25ED32846CE003947204C09101B430368320A016DD8B0097417 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.1.17/HERE.OLPCLI.NATIVE.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.1.17/HERE.OLPCLI.NATIVE.locale.en-US.yaml deleted file mode 100644 index 291f2bebb8aaa..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.1.17/HERE.OLPCLI.NATIVE.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.1.17 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI Native -License: Proprietary -Copyright: Copyright (C) 2017-2024 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.1.17/HERE.OLPCLI.NATIVE.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.1.17/HERE.OLPCLI.NATIVE.yaml deleted file mode 100644 index 0e7197fcdd539..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.1.17/HERE.OLPCLI.NATIVE.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.1.17 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.1.25/HERE.OLPCLI.NATIVE.installer.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.1.25/HERE.OLPCLI.NATIVE.installer.yaml deleted file mode 100644 index 9889c3b2a04bd..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.1.25/HERE.OLPCLI.NATIVE.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.1.25 -InstallerType: portable -Commands: -- olp -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.1.25/olp-cli-native-image-17.1.25.exe?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 9887239EAEEADE2AA032C1499A6EC29CDAE5D861095C63027344FC5029630E34 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.1.25/HERE.OLPCLI.NATIVE.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.1.25/HERE.OLPCLI.NATIVE.locale.en-US.yaml deleted file mode 100644 index e9b0aab46257f..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.1.25/HERE.OLPCLI.NATIVE.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.1.25 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI Native -License: Proprietary -Copyright: Copyright (C) 2017-2024 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.1.25/HERE.OLPCLI.NATIVE.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.1.25/HERE.OLPCLI.NATIVE.yaml deleted file mode 100644 index 470e4823d98fa..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.1.25/HERE.OLPCLI.NATIVE.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.1.25 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.1.3/HERE.OLPCLI.NATIVE.installer.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.1.3/HERE.OLPCLI.NATIVE.installer.yaml deleted file mode 100644 index 121229a3cebf4..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.1.3/HERE.OLPCLI.NATIVE.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.1.3 -InstallerType: portable -Commands: -- olp -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.1.3/olp-cli-native-image-17.1.3.exe?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: C7BC21B89CF263BFCDC1DC17CDB67B1E69D623E3D015141417E3F0A105403E3B -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.1.3/HERE.OLPCLI.NATIVE.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.1.3/HERE.OLPCLI.NATIVE.locale.en-US.yaml deleted file mode 100644 index 5696a821cd5bd..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.1.3/HERE.OLPCLI.NATIVE.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.1.3 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI Native -License: Proprietary -Copyright: Copyright (C) 2017-2024 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.1.3/HERE.OLPCLI.NATIVE.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.1.3/HERE.OLPCLI.NATIVE.yaml deleted file mode 100644 index 821af8b18f43e..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.1.3/HERE.OLPCLI.NATIVE.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.1.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.1.41/HERE.OLPCLI.NATIVE.installer.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.1.41/HERE.OLPCLI.NATIVE.installer.yaml deleted file mode 100644 index fe077b2d58e9a..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.1.41/HERE.OLPCLI.NATIVE.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.1.41 -InstallerType: portable -Commands: -- olp -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.1.41/olp-cli-native-image-17.1.41.exe?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: B5FC67703B09B8CE3EA71E227ADB4C77D52CFDC75B52B847FC05165557A4450D -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.1.41/HERE.OLPCLI.NATIVE.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.1.41/HERE.OLPCLI.NATIVE.locale.en-US.yaml deleted file mode 100644 index 78688ff24b4f3..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.1.41/HERE.OLPCLI.NATIVE.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.1.41 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI Native -License: Proprietary -Copyright: Copyright (C) 2017-2024 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.1.41/HERE.OLPCLI.NATIVE.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.1.41/HERE.OLPCLI.NATIVE.yaml deleted file mode 100644 index 798baea327006..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.1.41/HERE.OLPCLI.NATIVE.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.1.41 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.2.28/HERE.OLPCLI.NATIVE.installer.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.2.28/HERE.OLPCLI.NATIVE.installer.yaml deleted file mode 100644 index 95f8e1b29fc3f..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.2.28/HERE.OLPCLI.NATIVE.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.2.28 -InstallerType: portable -Commands: -- olp -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.2.28/olp-cli-native-image-17.2.28.exe?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 860DCFF49A835657872E48F95C92D61A95931F034A75D72787F521BF2A4A2450 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.2.28/HERE.OLPCLI.NATIVE.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.2.28/HERE.OLPCLI.NATIVE.locale.en-US.yaml deleted file mode 100644 index 042a6bf0722a0..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.2.28/HERE.OLPCLI.NATIVE.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.2.28 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI Native -License: Proprietary -Copyright: Copyright (C) 2017-2024 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.2.28/HERE.OLPCLI.NATIVE.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.2.28/HERE.OLPCLI.NATIVE.yaml deleted file mode 100644 index 7869f497638b2..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.2.28/HERE.OLPCLI.NATIVE.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.2.28 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.2.39/HERE.OLPCLI.NATIVE.installer.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.2.39/HERE.OLPCLI.NATIVE.installer.yaml deleted file mode 100644 index d7d45cbe6995f..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.2.39/HERE.OLPCLI.NATIVE.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.2.39 -InstallerType: portable -Commands: -- olp -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.2.39/olp-cli-native-image-17.2.39.exe?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 1A4D82C576597944E3B5DE95FFDC172A603711A109DEE7CDD335F022EE78AE2D -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.2.39/HERE.OLPCLI.NATIVE.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.2.39/HERE.OLPCLI.NATIVE.locale.en-US.yaml deleted file mode 100644 index d8f779aa40249..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.2.39/HERE.OLPCLI.NATIVE.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.2.39 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI Native -License: Proprietary -Copyright: Copyright (C) 2017-2024 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.2.39/HERE.OLPCLI.NATIVE.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.2.39/HERE.OLPCLI.NATIVE.yaml deleted file mode 100644 index e0a0003caf5bf..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.2.39/HERE.OLPCLI.NATIVE.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.2.39 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.2.9/HERE.OLPCLI.NATIVE.installer.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.2.9/HERE.OLPCLI.NATIVE.installer.yaml deleted file mode 100644 index 4a987ec25775f..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.2.9/HERE.OLPCLI.NATIVE.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.2.9 -InstallerType: portable -Commands: -- olp -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.2.9/olp-cli-native-image-17.2.9.exe?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: B9F3CF4ACF4D219FD1AC75540A6295D763C1843BF397D10D9143F7FFAA024FC2 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.2.9/HERE.OLPCLI.NATIVE.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.2.9/HERE.OLPCLI.NATIVE.locale.en-US.yaml deleted file mode 100644 index 4e24f8b8b4437..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.2.9/HERE.OLPCLI.NATIVE.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.2.9 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI Native -License: Proprietary -Copyright: Copyright (C) 2017-2024 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.2.9/HERE.OLPCLI.NATIVE.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.2.9/HERE.OLPCLI.NATIVE.yaml deleted file mode 100644 index ff8b64f14ab85..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.2.9/HERE.OLPCLI.NATIVE.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.2.9 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.3.3/HERE.OLPCLI.NATIVE.installer.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.3.3/HERE.OLPCLI.NATIVE.installer.yaml deleted file mode 100644 index f4ad1a16df2c4..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.3.3/HERE.OLPCLI.NATIVE.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.3.3 -InstallerType: portable -Commands: -- olp -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.3.3/olp-cli-native-image-17.3.3.exe?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 6C8CCE6D139DA48F73D3C60D4C64B8C6BF2AF9196892F29434DBB0F86E6903A9 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.3.3/HERE.OLPCLI.NATIVE.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.3.3/HERE.OLPCLI.NATIVE.locale.en-US.yaml deleted file mode 100644 index 606e7f7344b0f..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.3.3/HERE.OLPCLI.NATIVE.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.3.3 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI Native -License: Proprietary -Copyright: Copyright (C) 2017-2024 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.3.3/HERE.OLPCLI.NATIVE.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.3.3/HERE.OLPCLI.NATIVE.yaml deleted file mode 100644 index f11d94c61c8aa..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.3.3/HERE.OLPCLI.NATIVE.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.3.3 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.5.6/HERE.OLPCLI.NATIVE.installer.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.5.6/HERE.OLPCLI.NATIVE.installer.yaml deleted file mode 100644 index b006fbba1bba5..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.5.6/HERE.OLPCLI.NATIVE.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.5.6 -InstallerType: portable -Commands: -- olp -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -Installers: -- Architecture: x64 - InstallerUrl: https://artifact.api.platform.here.com/v1/references/hrn:here:artifact::olp-here-test:com.here.platform:cli:17.5.6/olp-cli-native-image-17.5.6.exe?apiKey=84q8N9DRx6YAqyJaXUpr9fhiTnCUIBzvHLpk3QU4Oaw - InstallerSha256: 0C5E03F4CD5FAD2DFF42C725F505D755EE372AA35BEFFBB297C5DCA1CD1B3391 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.5.6/HERE.OLPCLI.NATIVE.locale.en-US.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.5.6/HERE.OLPCLI.NATIVE.locale.en-US.yaml deleted file mode 100644 index 0d7ecba742d29..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.5.6/HERE.OLPCLI.NATIVE.locale.en-US.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.5.6 -PackageLocale: en-US -Publisher: HERE Technologies -PackageName: OLP CLI Native -License: Proprietary -Copyright: Copyright (C) 2017-2024 HERE Global B.V. and its affiliate(s). -ShortDescription: With the Command Line Interface you can access HERE platform services from a command line or with scripts. -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/NATIVE/17.5.6/HERE.OLPCLI.NATIVE.yaml b/manifests/h/HERE/OLPCLI/NATIVE/17.5.6/HERE.OLPCLI.NATIVE.yaml deleted file mode 100644 index 74169d5c2061e..0000000000000 --- a/manifests/h/HERE/OLPCLI/NATIVE/17.5.6/HERE.OLPCLI.NATIVE.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI.NATIVE -PackageVersion: 17.5.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/25.11.0-0/hoppscotch.Hoppscotch.installer.yaml b/manifests/h/hoppscotch/Hoppscotch/25.11.0-0/hoppscotch.Hoppscotch.installer.yaml new file mode 100644 index 0000000000000..0fa633c5c89b0 --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/25.11.0-0/hoppscotch.Hoppscotch.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 25.11.0-0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +ProductCode: '{4DEFB147-3244-4A88-A46C-A4F3AC78D884}' +ReleaseDate: 2025-11-27 +AppsAndFeaturesEntries: +- DisplayVersion: 25.11.0 + ProductCode: '{4DEFB147-3244-4A88-A46C-A4F3AC78D884}' + UpgradeCode: '{75553029-191D-517B-AAA3-B841B7DD3064}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Hoppscotch' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hoppscotch/releases/releases/download/v25.11.0-0/Hoppscotch_win_x64.msi + InstallerSha256: 25AFECFCBE0DAF170A710DC67BC87E1502A1471D369F0038E59E287388E115FA +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/25.11.0-0/hoppscotch.Hoppscotch.locale.en-US.yaml b/manifests/h/hoppscotch/Hoppscotch/25.11.0-0/hoppscotch.Hoppscotch.locale.en-US.yaml new file mode 100644 index 0000000000000..24e61793e491b --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/25.11.0-0/hoppscotch.Hoppscotch.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 25.11.0-0 +PackageLocale: en-US +Publisher: hoppscotch +PublisherUrl: https://github.com/hoppscotch +PublisherSupportUrl: https://github.com/hoppscotch/releases/issues +PackageName: Hoppscotch +PackageUrl: https://github.com/hoppscotch/releases +License: MIT License +ShortDescription: Open Source API Development Ecosystem +ReleaseNotes: 'chore: bump cloud-desktop and selfhost-desktop to v25.11.0-0' +ReleaseNotesUrl: https://github.com/hoppscotch/releases/releases/tag/v25.11.0-0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/h/hoppscotch/Hoppscotch/25.11.0-0/hoppscotch.Hoppscotch.yaml b/manifests/h/hoppscotch/Hoppscotch/25.11.0-0/hoppscotch.Hoppscotch.yaml new file mode 100644 index 0000000000000..ae8c3da3ac3f9 --- /dev/null +++ b/manifests/h/hoppscotch/Hoppscotch/25.11.0-0/hoppscotch.Hoppscotch.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: hoppscotch.Hoppscotch +PackageVersion: 25.11.0-0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/i/InterfaceFluidics/Autobench/Beta/0.95.36.0/InterfaceFluidics.Autobench.Beta.installer.yaml b/manifests/i/InterfaceFluidics/Autobench/Beta/0.95.36.0/InterfaceFluidics.Autobench.Beta.installer.yaml new file mode 100644 index 0000000000000..bfb1d81ef7413 --- /dev/null +++ b/manifests/i/InterfaceFluidics/Autobench/Beta/0.95.36.0/InterfaceFluidics.Autobench.Beta.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: InterfaceFluidics.Autobench.Beta +PackageVersion: 0.95.36.0 +Platform: +- Windows.Universal +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msix +PackageFamilyName: Autobench-Beta_adgv3mcaarp50 +Installers: +- Architecture: neutral + InstallerUrl: https://apps.interfacefluidics.com/autobench/beta/0.95.36.0/autobench-0.95.36.0.msix + InstallerSha256: 3020B60D015EA6A8284F263628E910AEC864FBB6B546FB36922F26ADCA8E3762 + SignatureSha256: 8AE0C45D5756E174F4FC8A6B18367488361F883BDF439B84D07DA51B63D518C0 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/InterfaceFluidics/Autobench/Beta/0.95.36.0/InterfaceFluidics.Autobench.Beta.locale.en-US.yaml b/manifests/i/InterfaceFluidics/Autobench/Beta/0.95.36.0/InterfaceFluidics.Autobench.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..d0268b7e8e57c --- /dev/null +++ b/manifests/i/InterfaceFluidics/Autobench/Beta/0.95.36.0/InterfaceFluidics.Autobench.Beta.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: InterfaceFluidics.Autobench.Beta +PackageVersion: 0.95.36.0 +PackageLocale: en-US +Publisher: Interface Fluidics +PackageName: Autobench Beta +License: Proprietary +ShortDescription: Autobench +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/InterfaceFluidics/Autobench/Beta/0.95.36.0/InterfaceFluidics.Autobench.Beta.yaml b/manifests/i/InterfaceFluidics/Autobench/Beta/0.95.36.0/InterfaceFluidics.Autobench.Beta.yaml new file mode 100644 index 0000000000000..7c75560c3de90 --- /dev/null +++ b/manifests/i/InterfaceFluidics/Autobench/Beta/0.95.36.0/InterfaceFluidics.Autobench.Beta.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: InterfaceFluidics.Autobench.Beta +PackageVersion: 0.95.36.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/InterfaceFluidics/Autobench/Release-Candidate/0.95.36.0/InterfaceFluidics.Autobench.Release-Candidate.installer.yaml b/manifests/i/InterfaceFluidics/Autobench/Release-Candidate/0.95.36.0/InterfaceFluidics.Autobench.Release-Candidate.installer.yaml new file mode 100644 index 0000000000000..d4e8a31f6ea32 --- /dev/null +++ b/manifests/i/InterfaceFluidics/Autobench/Release-Candidate/0.95.36.0/InterfaceFluidics.Autobench.Release-Candidate.installer.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: InterfaceFluidics.Autobench.Release-Candidate +PackageVersion: 0.95.36.0 +Platform: +- Windows.Universal +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msix +PackageFamilyName: Autobench-Release-Candidate_adgv3mcaarp50 +Installers: +- Architecture: neutral + InstallerUrl: https://apps.interfacefluidics.com/autobench/release-candidate/0.95.36.0/autobench-0.95.36.0.msix + InstallerSha256: 3AA1A98B92034209C2FD1C025610F08B941F4CC81A1211925F84E68FB5676B40 + SignatureSha256: C20627BA19D316E46B483FC7F65837F2992ED8FAE828CBDD93839527466019B6 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/InterfaceFluidics/Autobench/Release-Candidate/0.95.36.0/InterfaceFluidics.Autobench.Release-Candidate.locale.en-US.yaml b/manifests/i/InterfaceFluidics/Autobench/Release-Candidate/0.95.36.0/InterfaceFluidics.Autobench.Release-Candidate.locale.en-US.yaml new file mode 100644 index 0000000000000..f8daed67b0554 --- /dev/null +++ b/manifests/i/InterfaceFluidics/Autobench/Release-Candidate/0.95.36.0/InterfaceFluidics.Autobench.Release-Candidate.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: InterfaceFluidics.Autobench.Release-Candidate +PackageVersion: 0.95.36.0 +PackageLocale: en-US +Publisher: Interface Fluidics +PackageName: Autobench Release-Candidate +License: Proprietary +ShortDescription: Autobench +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/InterfaceFluidics/Autobench/Release-Candidate/0.95.36.0/InterfaceFluidics.Autobench.Release-Candidate.yaml b/manifests/i/InterfaceFluidics/Autobench/Release-Candidate/0.95.36.0/InterfaceFluidics.Autobench.Release-Candidate.yaml new file mode 100644 index 0000000000000..0d9bee74ebed1 --- /dev/null +++ b/manifests/i/InterfaceFluidics/Autobench/Release-Candidate/0.95.36.0/InterfaceFluidics.Autobench.Release-Candidate.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: InterfaceFluidics.Autobench.Release-Candidate +PackageVersion: 0.95.36.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/Invantive/InvantiveQueryTool/25.0.95/Invantive.InvantiveQueryTool.installer.yaml b/manifests/i/Invantive/InvantiveQueryTool/25.0.118/Invantive.InvantiveQueryTool.installer.yaml similarity index 76% rename from manifests/i/Invantive/InvantiveQueryTool/25.0.95/Invantive.InvantiveQueryTool.installer.yaml rename to manifests/i/Invantive/InvantiveQueryTool/25.0.118/Invantive.InvantiveQueryTool.installer.yaml index d6fc61291c6b1..33eaef93669e7 100644 --- a/manifests/i/Invantive/InvantiveQueryTool/25.0.95/Invantive.InvantiveQueryTool.installer.yaml +++ b/manifests/i/Invantive/InvantiveQueryTool/25.0.118/Invantive.InvantiveQueryTool.installer.yaml @@ -2,17 +2,17 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: Invantive.InvantiveQueryTool -PackageVersion: 25.0.95 +PackageVersion: 25.0.118 InstallerType: wix Scope: machine InstallerSwitches: InstallLocation: INSTALLDIR="" -ProductCode: '{47133204-FFF9-4A76-AF75-30BA90061900}' +ProductCode: '{47133204-FFF9-4A76-AF75-30BA90078900}' AppsAndFeaturesEntries: - UpgradeCode: '{47133204-FFF9-4A76-AF75-30BA00001900}' Installers: - Architecture: x64 InstallerUrl: https://download.invantive.com/current/Invantive%20Query%20Tool-current.msi - InstallerSha256: E2FD4DE2B913668A67E7B4C9FB433705F58AA0B7B5A86742AC9D0ACFE082E2E5 + InstallerSha256: A7E9E61559C0D3C99516CB5AF85EB195E32B413717D2017120550B320C0F6A31 ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/i/Invantive/InvantiveQueryTool/25.0.95/Invantive.InvantiveQueryTool.locale.en-US.yaml b/manifests/i/Invantive/InvantiveQueryTool/25.0.118/Invantive.InvantiveQueryTool.locale.en-US.yaml similarity index 89% rename from manifests/i/Invantive/InvantiveQueryTool/25.0.95/Invantive.InvantiveQueryTool.locale.en-US.yaml rename to manifests/i/Invantive/InvantiveQueryTool/25.0.118/Invantive.InvantiveQueryTool.locale.en-US.yaml index 6daf240b8f267..63d1c6a70086a 100644 --- a/manifests/i/Invantive/InvantiveQueryTool/25.0.95/Invantive.InvantiveQueryTool.locale.en-US.yaml +++ b/manifests/i/Invantive/InvantiveQueryTool/25.0.118/Invantive.InvantiveQueryTool.locale.en-US.yaml @@ -2,21 +2,16 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: Invantive.InvantiveQueryTool -PackageVersion: 25.0.95 +PackageVersion: 25.0.118 PackageLocale: en-US Publisher: Invantive Software B.V. -# PublisherUrl: https://cloud.invantive.com/ -# PublisherSupportUrl: https://cloud.invantive.com/support -# PrivacyUrl: https://cloud.invantive.com/privacy Author: Invantive Software B.V. PackageName: Invantive Query Tool -# PackageUrl: https://download.invantive.com/ License: Proprietary Copyright: (C) Copyright 2004-2025 Invantive Software BV, the Netherlands. All rights reserved. ShortDescription: Easily query and maintain data in over 105 data sources using familiar SQL statements. Description: The following data sources are available as cloud and database data to access in real-time through familiar SQL queries and statements using Invantive Query Tool. The SQL queries and statements can be run on Invantive Query Tool and easily re-used across all Invantive UniversalSQL-based products on Windows, MacOS, Linux and web. Invantive PSQL adds procedural options and Invantive Script makes it easy to export data and documents. Invantive Query Tool scales from small to large enterprises through the solid foundation on Invantive UniversalSQL, including many complex data filters, and transparant parallel execution using high-performance streaming of data for SQL queries. Multiple relational databases and multiple cloud data sources can be accessed in real time by a single SQL query thanks to Invantive's virtual database globally spanning cloud data sources and multiple databases. Loading a data warehouse for business intelligence is largely simplified by the integrated 'synchronize' statement, bulk loaders and the `union distinct` capability. To export data, Invantive UniversalSQL provides supporting native support for popular data export formats such as XML, JSON and CSV. Additionally, Invantive Script provides many more export formats. The graphical SQL editor integrates code editing, high-performance display of many data types, PDFs and images, data export options, data model browser and output browser. The SQL editor can execute single statements or run SQL-statements as a large batch of SQL and PSQL statements, real time exchanging data between multiple sources, mail and the local file system. ReleaseNotesUrl: https://releasenotes.invantive.com/ -# PurchaseUrl: https://cloud.invantive.com/ Documentations: - DocumentLabel: Documentation DocumentUrl: https://documentation.invantive.com/ diff --git a/manifests/i/Invantive/InvantiveQueryTool/25.0.95/Invantive.InvantiveQueryTool.locale.zh-CN.yaml b/manifests/i/Invantive/InvantiveQueryTool/25.0.118/Invantive.InvantiveQueryTool.locale.zh-CN.yaml similarity index 98% rename from manifests/i/Invantive/InvantiveQueryTool/25.0.95/Invantive.InvantiveQueryTool.locale.zh-CN.yaml rename to manifests/i/Invantive/InvantiveQueryTool/25.0.118/Invantive.InvantiveQueryTool.locale.zh-CN.yaml index 48af170b13c9f..37eeeb5878abe 100644 --- a/manifests/i/Invantive/InvantiveQueryTool/25.0.95/Invantive.InvantiveQueryTool.locale.zh-CN.yaml +++ b/manifests/i/Invantive/InvantiveQueryTool/25.0.118/Invantive.InvantiveQueryTool.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json PackageIdentifier: Invantive.InvantiveQueryTool -PackageVersion: 25.0.95 +PackageVersion: 25.0.118 PackageLocale: zh-CN License: 专有软件 ShortDescription: 通过熟悉的 SQL 语句,轻松查询和维护超过 105 种数据源中的数据。 diff --git a/manifests/i/Invantive/InvantiveQueryTool/25.0.95/Invantive.InvantiveQueryTool.yaml b/manifests/i/Invantive/InvantiveQueryTool/25.0.118/Invantive.InvantiveQueryTool.yaml similarity index 90% rename from manifests/i/Invantive/InvantiveQueryTool/25.0.95/Invantive.InvantiveQueryTool.yaml rename to manifests/i/Invantive/InvantiveQueryTool/25.0.118/Invantive.InvantiveQueryTool.yaml index 8c93d2ed2bf21..a72af436bd73b 100644 --- a/manifests/i/Invantive/InvantiveQueryTool/25.0.95/Invantive.InvantiveQueryTool.yaml +++ b/manifests/i/Invantive/InvantiveQueryTool/25.0.118/Invantive.InvantiveQueryTool.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: Invantive.InvantiveQueryTool -PackageVersion: 25.0.95 +PackageVersion: 25.0.118 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/i/iFlytek/iFlyNote/5.0.1294/iFlytek.iFlyNote.installer.yaml b/manifests/i/iFlytek/iFlyNote/5.0.1294/iFlytek.iFlyNote.installer.yaml new file mode 100644 index 0000000000000..858f6e0b49efa --- /dev/null +++ b/manifests/i/iFlytek/iFlyNote/5.0.1294/iFlytek.iFlyNote.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: iFlytek.iFlyNote +PackageVersion: 5.0.1294 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 400acf8a-064b-5b2e-81af-d89bb61fd210 +ReleaseDate: 2025-11-19 +Installers: +- Architecture: x86 + InstallerUrl: https://bjb.openstorage.cn/v1/iflytek/pcdownload/voicenote-5.0.1294.exe + InstallerSha256: 7AC84DAE55CDC6EA31B4C4335ADF60C0002CF55EAF0C0840C1DE4AA2EC488E64 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/i/iFlytek/iFlyNote/5.0.1294/iFlytek.iFlyNote.locale.en-US.yaml b/manifests/i/iFlytek/iFlyNote/5.0.1294/iFlytek.iFlyNote.locale.en-US.yaml new file mode 100644 index 0000000000000..eb17d0c1fec24 --- /dev/null +++ b/manifests/i/iFlytek/iFlyNote/5.0.1294/iFlytek.iFlyNote.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: iFlytek.iFlyNote +PackageVersion: 5.0.1294 +PackageLocale: en-US +Author: Iflytek Co., Ltd. +License: Proprietary +ShortDescription: A comprehensive cloud note-taking app by iFlytek focusing on speech input, which supports real-time speech dictation, conference recording transcription, photo recognition, text-and-image layout and reading aloud. +Description: iFlyNote is a cloud note-taking app by iFlytek that converts speech into text. It supports recording for note-taking, text-and-image layout, task reminders, reading notes aloud, synchronization between devices, and category management. It is an essential tool for writing novels, keeping diaries, conducting interviews and taking notes. +Tags: +- extract +- extraction +- extractor +- notes +- ocr +- recognition +- recognize +- speech +- speech-recognition +- voice +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/i/iFlytek/iFlyNote/5.0.1294/iFlytek.iFlyNote.locale.zh-CN.yaml b/manifests/i/iFlytek/iFlyNote/5.0.1294/iFlytek.iFlyNote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0a06a8d492d09 --- /dev/null +++ b/manifests/i/iFlytek/iFlyNote/5.0.1294/iFlytek.iFlyNote.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: iFlytek.iFlyNote +PackageVersion: 5.0.1294 +PackageLocale: zh-CN +Publisher: 科大讯飞股份有限公司 +PublisherUrl: https://iflynote.com/ +PublisherSupportUrl: https://iflynote.com/h/help.html +PrivacyUrl: https://iflynote.com/h/agreements-privacy.html +Author: 科大讯飞股份有限公司 +PackageName: 讯飞语记 +PackageUrl: https://iflynote.com/h/download.html +License: 专有软件 +LicenseUrl: https://iflynote.com/h/agreements-user.html +Copyright: Copyright © 2025 科大讯飞股份有限公司 版权所有 +ShortDescription: 科大讯飞出品,专注于语音输入的综合类云笔记。支持实时语音听写、会议录音转写,拍照识别、图文编排、发音人朗读等功能。 +Description: 讯飞语记由科大讯飞出品,是一款语音变文字输入的云笔记APP,并支持录音速记、图文编排、任务提醒、朗读笔记、多端同步、分类管理等功能。是您写小说、写日记、采访、记事的必备神器! +Tags: +- ocr +- 提取 +- 笔记 +- 识别 +- 语音 +- 语音识别 +ReleaseNotes: 新增(多语种)笔记朗读功能 +PurchaseUrl: https://iflynote.com/h/rights.html +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/i/iFlytek/iFlyNote/5.0.1294/iFlytek.iFlyNote.yaml b/manifests/i/iFlytek/iFlyNote/5.0.1294/iFlytek.iFlyNote.yaml new file mode 100644 index 0000000000000..ebe8dddfa83a7 --- /dev/null +++ b/manifests/i/iFlytek/iFlyNote/5.0.1294/iFlytek.iFlyNote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: iFlytek.iFlyNote +PackageVersion: 5.0.1294 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/i/infisical/infisical/0.43.32/infisical.infisical.installer.yaml b/manifests/i/infisical/infisical/0.43.32/infisical.infisical.installer.yaml new file mode 100644 index 0000000000000..eb3dff5f8461b --- /dev/null +++ b/manifests/i/infisical/infisical/0.43.32/infisical.infisical.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.6.0.schema.json +PackageIdentifier: infisical.infisical +PackageVersion: 0.43.32 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2025-11-26" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: infisical.exe + PortableCommandAlias: infisical + InstallerUrl: https://github.com/Infisical/cli/releases/download/v0.43.32/cli_0.43.32_windows_arm64.zip + InstallerSha256: b5914a39e5b16a483cb3711de8fc9f625ac25f201cacf872df3ff649ea2cc8ab + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: infisical.exe + PortableCommandAlias: infisical + InstallerUrl: https://github.com/Infisical/cli/releases/download/v0.43.32/cli_0.43.32_windows_amd64.zip + InstallerSha256: c8af762bc8674a5e604166dfbe6b13757033f276cfd1babdf1c00583a6c02a4d + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/i/infisical/infisical/0.43.32/infisical.infisical.locale.en-US.yaml b/manifests/i/infisical/infisical/0.43.32/infisical.infisical.locale.en-US.yaml new file mode 100644 index 0000000000000..0706c51977e10 --- /dev/null +++ b/manifests/i/infisical/infisical/0.43.32/infisical.infisical.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: infisical.infisical +PackageVersion: 0.43.32 +PackageLocale: en-US +Publisher: infisical +PackageName: infisical +PackageUrl: https://infisical.com +License: MIT +ShortDescription: The official Infisical CLI +Moniker: infisical +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/HERE/OLPCLI/17.0.14/HERE.OLPCLI.yaml b/manifests/i/infisical/infisical/0.43.32/infisical.infisical.yaml similarity index 56% rename from manifests/h/HERE/OLPCLI/17.0.14/HERE.OLPCLI.yaml rename to manifests/i/infisical/infisical/0.43.32/infisical.infisical.yaml index c92cddb91d213..51c83b4171d3a 100644 --- a/manifests/h/HERE/OLPCLI/17.0.14/HERE.OLPCLI.yaml +++ b/manifests/i/infisical/infisical/0.43.32/infisical.infisical.yaml @@ -1,8 +1,7 @@ -# Created using wingetcreate 1.6.1.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: HERE.OLPCLI -PackageVersion: 17.0.14 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: infisical.infisical +PackageVersion: 0.43.32 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.44.12/JLC.LCEDA.Pro.installer.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.44.12/JLC.LCEDA.Pro.installer.yaml new file mode 100644 index 0000000000000..e1f5817a3094b --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/2.2.44.12/JLC.LCEDA.Pro.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 2.2.44.12 +InstallerType: inno +InstallerSwitches: + Silent: /VERYSILENT /SP- /NORESTART + SilentWithProgress: /SILENT /SP- /NORESTART +UpgradeBehavior: install +FileExtensions: +- elib +- eprj +ProductCode: '{AE7E9847-9DF3-48EC-8A82-766094DE876F}_is1' +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://image.lceda.cn/files/lceda-pro-windows-x64-2.2.44.12.exe + InstallerSha256: 0F9DB5DD4122A0F7CF1674B87E37092C47457354659D6A2023964FF4AD3E698D + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://image.lceda.cn/files/lceda-pro-windows-x64-2.2.44.12.exe + InstallerSha256: 0F9DB5DD4122A0F7CF1674B87E37092C47457354659D6A2023964FF4AD3E698D + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://image.lceda.cn/files/lceda-pro-windows-arm64-2.2.44.12.exe + InstallerSha256: 6AE6397C1A2F5E1C210B959139CF13DC6E569A41E49B842689B7FFE8C6F8DBD7 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://image.lceda.cn/files/lceda-pro-windows-arm64-2.2.44.12.exe + InstallerSha256: 6AE6397C1A2F5E1C210B959139CF13DC6E569A41E49B842689B7FFE8C6F8DBD7 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.44.12/JLC.LCEDA.Pro.locale.en-US.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.44.12/JLC.LCEDA.Pro.locale.en-US.yaml new file mode 100644 index 0000000000000..ad13cb734f7f6 --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/2.2.44.12/JLC.LCEDA.Pro.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 2.2.44.12 +PackageLocale: en-US +Publisher: 嘉立创EDA +PublisherUrl: https://lceda.cn/ +PublisherSupportUrl: https://prodocs.lceda.cn/cn/faq/contact-us/index.html +PrivacyUrl: https://lceda.cn/page/privacy +Author: Shenzhen Lichuang E-COMMERCE Co., Ltd. +PackageName: 嘉立创EDA(专业版) +PackageUrl: https://pro.lceda.cn/ +License: Freeware +LicenseUrl: https://lceda.cn/page/legal +Copyright: Copyright (C) 2025 LCEDA.cn. All rights reserved. +ShortDescription: Professional and powerful Chinese PCB design tool +Tags: +- eda +- electronic-design-automation +- pcb +ReleaseNotesUrl: https://pro.lceda.cn/page/update-record +PurchaseUrl: https://lceda.cn/page/pricing +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://prodocs.lceda.cn/cn/faq/editor/index.html +- DocumentLabel: Tutorial + DocumentUrl: https://prodocs.lceda.cn/cn/introduction/introduction/index.html +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.44.12/JLC.LCEDA.Pro.locale.zh-CN.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.44.12/JLC.LCEDA.Pro.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e3176cfe005a1 --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/2.2.44.12/JLC.LCEDA.Pro.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 2.2.44.12 +PackageLocale: zh-CN +Publisher: 嘉立创EDA +PublisherUrl: https://lceda.cn/ +PublisherSupportUrl: https://prodocs.lceda.cn/cn/faq/contact-us/index.html +PrivacyUrl: https://lceda.cn/page/privacy +Author: 深圳市立创电子商务有限公司 +PackageName: 嘉立创EDA(专业版) +PackageUrl: https://pro.lceda.cn/ +License: 免费软件 +LicenseUrl: https://lceda.cn/page/legal +Copyright: Copyright (C) 2025 LCEDA.cn. All rights reserved. +ShortDescription: 专业、强大的国产 PCB 设计工具 +Tags: +- eda +- pcb +- 电子设计自动化 +ReleaseNotesUrl: https://pro.lceda.cn/page/update-record +PurchaseUrl: https://lceda.cn/page/pricing +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://prodocs.lceda.cn/cn/faq/editor/index.html +- DocumentLabel: 文档教程 + DocumentUrl: https://prodocs.lceda.cn/cn/introduction/introduction/index.html +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/j/JLC/LCEDA/Pro/2.2.44.12/JLC.LCEDA.Pro.yaml b/manifests/j/JLC/LCEDA/Pro/2.2.44.12/JLC.LCEDA.Pro.yaml new file mode 100644 index 0000000000000..a9c633cc42e90 --- /dev/null +++ b/manifests/j/JLC/LCEDA/Pro/2.2.44.12/JLC.LCEDA.Pro.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: JLC.LCEDA.Pro +PackageVersion: 2.2.44.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/j/Jackett/Jackett/0.24.364/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.24.364/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..60b5ce6c9ad0f --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.364/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.364 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2025-11-28 +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.364/Jackett.Installer.Windows.exe + InstallerSha256: 1BFB7BA04F02E7CF8D15E3E455CA6EE3FD0A987DB0383456614C5935887393DE +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/j/Jackett/Jackett/0.24.364/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.24.364/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..49d5bdd45d4c3 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.364/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.364 +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: + - c357a9f zetorrents: new domain + - 0097d82 Update rudub + - 798a4b1 torrentqq: bump domains + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.24.364 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/j/Jackett/Jackett/0.24.364/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.24.364/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..e2e3cab580320 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.364/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.364 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/j/Jamovi/Desktop/Current/2.7.13.0/Jamovi.Desktop.Current.installer.yaml b/manifests/j/Jamovi/Desktop/Current/2.7.13.0/Jamovi.Desktop.Current.installer.yaml new file mode 100644 index 0000000000000..565be1d5729fa --- /dev/null +++ b/manifests/j/Jamovi/Desktop/Current/2.7.13.0/Jamovi.Desktop.Current.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Jamovi.Desktop.Current +PackageVersion: 2.7.13.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: jamovi 2.7.13.0 +AppsAndFeaturesEntries: +- DisplayName: jamovi 2.7.13.0 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\jamovi 2.7.13.0' +Installers: +- Architecture: x64 + InstallerUrl: https://dl.jamovi.org/jamovi-2.7.13.0-win-x64.exe + InstallerSha256: A067A47831A5BCD6BCF18070B6769CA24B40623DDE2BC3A825A71B3138B061A3 +ManifestType: installer +ManifestVersion: 1.10.0 + diff --git a/manifests/j/Jamovi/Desktop/Current/2.7.13.0/Jamovi.Desktop.Current.locale.en-US.yaml b/manifests/j/Jamovi/Desktop/Current/2.7.13.0/Jamovi.Desktop.Current.locale.en-US.yaml new file mode 100644 index 0000000000000..9ab47ee1d3fe0 --- /dev/null +++ b/manifests/j/Jamovi/Desktop/Current/2.7.13.0/Jamovi.Desktop.Current.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Jamovi.Desktop.Current +PackageVersion: 2.7.13.0 +PackageLocale: en-US +Publisher: The jamovi Project +PublisherUrl: https://www.jamovi.org/about.html +PublisherSupportUrl: https://docs.jamovi.org/ +PackageName: jamovi 2.7.13.0 +PackageUrl: https://www.jamovi.org/download.html +License: AGPL-3.0 +Copyright: jamovi (C) 2017 +ShortDescription: Open statistical software for the desktop and cloud +ReleaseNotes: Added .ods (LibreOffice) export (thanks SJ!); RM ANOVA - Added contrasts (thanks SJ!); General bug-fixes and improvements +ReleaseNotesUrl: https://www.jamovi.org/release-notes.html +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/j/Jamovi/Desktop/Current/2.7.13.0/Jamovi.Desktop.Current.yaml b/manifests/j/Jamovi/Desktop/Current/2.7.13.0/Jamovi.Desktop.Current.yaml new file mode 100644 index 0000000000000..d7c697b3f98d4 --- /dev/null +++ b/manifests/j/Jamovi/Desktop/Current/2.7.13.0/Jamovi.Desktop.Current.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Jamovi.Desktop.Current +PackageVersion: 2.7.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/Gateway/2025.2.5/JetBrains.Gateway.installer.yaml b/manifests/j/JetBrains/Gateway/2025.2.5/JetBrains.Gateway.installer.yaml new file mode 100644 index 0000000000000..0dc5c9a769212 --- /dev/null +++ b/manifests/j/JetBrains/Gateway/2025.2.5/JetBrains.Gateway.installer.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: JetBrains.Gateway +PackageVersion: 2025.2.5 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +Protocols: +- jetbrains-gateway +ProductCode: JetBrains Gateway 2025.2.5 +ReleaseDate: 2025-11-26 +AppsAndFeaturesEntries: +- DisplayVersion: 252.28238.6 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/gateway/JetBrainsGateway-2025.2.5.exe + InstallerSha256: 9C25960D835B9D8D43BD926B2133D52DFA23E2E5CDCE4DD3A0F57C2EA7AD03C1 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/gateway/JetBrainsGateway-2025.2.5.exe + InstallerSha256: 9C25960D835B9D8D43BD926B2133D52DFA23E2E5CDCE4DD3A0F57C2EA7AD03C1 + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/idea/gateway/JetBrainsGateway-2025.2.5-aarch64.exe + InstallerSha256: 76F6D47CD92BD712092E3C064C6F410215AFE99EE796ABE45E53FA4EA0A5427C +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/idea/gateway/JetBrainsGateway-2025.2.5-aarch64.exe + InstallerSha256: 76F6D47CD92BD712092E3C064C6F410215AFE99EE796ABE45E53FA4EA0A5427C + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/Gateway/2025.2.5/JetBrains.Gateway.locale.en-US.yaml b/manifests/j/JetBrains/Gateway/2025.2.5/JetBrains.Gateway.locale.en-US.yaml new file mode 100644 index 0000000000000..014997cef6dc0 --- /dev/null +++ b/manifests/j/JetBrains/Gateway/2025.2.5/JetBrains.Gateway.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: JetBrains.Gateway +PackageVersion: 2025.2.5 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/support/ +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ +Author: JetBrains s.r.o. +PackageName: JetBrains Gateway +PackageUrl: https://www.jetbrains.com/remote-development/gateway/ +License: Proprietary +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user/ +Copyright: Copyright © 2000-2025 JetBrains s.r.o. +ShortDescription: Your single entry point to all remote development environments +Moniker: jetbrains-gateway +Tags: +- gateway +- jetbrains +- remote +- remotedev +- ssh +ReleaseNotes: |- + The Gateway 2025.2.5 is out with the following updates: + - Fixed: "Status 400: client version 1.24 is too old" after updating Docker Engine to v29 (IJPL-217878). + - Fixed: Can't resume Debug session via F9 with focus in Editor in RemDev mode (IJPL-213877). +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.jetbrains.com/help/idea/remote-development-a.html +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/Gateway/2025.2.5/JetBrains.Gateway.locale.zh-CN.yaml b/manifests/j/JetBrains/Gateway/2025.2.5/JetBrains.Gateway.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6594c39834777 --- /dev/null +++ b/manifests/j/JetBrains/Gateway/2025.2.5/JetBrains.Gateway.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: JetBrains.Gateway +PackageVersion: 2025.2.5 +PackageLocale: zh-CN +PublisherUrl: https://www.jetbrains.com/zh-cn/ +PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ +PackageUrl: https://www.jetbrains.com/zh-cn/remote-development/gateway/ +License: 专有软件 +ShortDescription: 所有远程开发环境的单一入口点 +Tags: +- gateway +- jetbrains +- ssh +- 远程 +- 远程开发 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.jetbrains.com/help/idea/remote-development-a.html +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/j/JetBrains/Gateway/2025.2.5/JetBrains.Gateway.yaml b/manifests/j/JetBrains/Gateway/2025.2.5/JetBrains.Gateway.yaml new file mode 100644 index 0000000000000..fcdc5a7d15e7a --- /dev/null +++ b/manifests/j/JetBrains/Gateway/2025.2.5/JetBrains.Gateway.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: JetBrains.Gateway +PackageVersion: 2025.2.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/k/KandoMenu/Kando/2.1.1/KandoMenu.Kando.installer.yaml b/manifests/k/KandoMenu/Kando/2.1.1/KandoMenu.Kando.installer.yaml new file mode 100644 index 0000000000000..4a769f99a4768 --- /dev/null +++ b/manifests/k/KandoMenu/Kando/2.1.1/KandoMenu.Kando.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: KandoMenu.Kando +PackageVersion: 2.1.1 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Silent: --silent +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2025-11-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/kando-menu/kando/releases/download/v2.1.1/Kando-2.1.1.Setup-x64.exe + InstallerSha256: 48C8D745DDFCF8738CAF442867BAA927D73D4EF2980B63E83BB796BA7F1D3A57 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/k/KandoMenu/Kando/2.1.1/KandoMenu.Kando.locale.en-US.yaml b/manifests/k/KandoMenu/Kando/2.1.1/KandoMenu.Kando.locale.en-US.yaml new file mode 100644 index 0000000000000..bb282b273d025 --- /dev/null +++ b/manifests/k/KandoMenu/Kando/2.1.1/KandoMenu.Kando.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: KandoMenu.Kando +PackageVersion: 2.1.1 +PackageLocale: en-US +Publisher: Simon Schneegans +PublisherUrl: https://kando.menu/ +PublisherSupportUrl: https://discord.gg/hZwbVSDkhy +PackageName: Kando +PackageUrl: https://kando.menu/ +License: MIT License +LicenseUrl: https://github.com/kando-menu/kando/blob/HEAD/LICENSE.md +Copyright: Copyright © 2024 Simon Schneegans +ShortDescription: Do things with utmost efficiency +Description: Kando is an open source pie menu for your desktop. It offers an unconventional, fast, highly efficient, and fun way of interacting with your computer! You can use it to launch applications, simulate keyboard shortcuts, open files, and much more. +Moniker: kando +Tags: +- cross-platform +- electron +- gestures +- linux +- macos +- marking-menu +- pie-menu +- ux-design +- windows +ReleaseNotes: |- + This bugfix release addresses a variety of bugs but adds no new features. Behind the scenes, this required some fundamental changes to the input handling and window management, so look out for any new bugs and report them on GitHub! + - 💬 Join our Discord server + - 📝 Read the changelog + A big shout-out to all the ❤️ sponsors, translators, and @netizen-ais for their contributions to this version! +ReleaseNotesUrl: https://github.com/kando-menu/kando/releases/tag/v2.1.1 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/k/KandoMenu/Kando/2.1.1/KandoMenu.Kando.yaml b/manifests/k/KandoMenu/Kando/2.1.1/KandoMenu.Kando.yaml new file mode 100644 index 0000000000000..2346449fd11da --- /dev/null +++ b/manifests/k/KandoMenu/Kando/2.1.1/KandoMenu.Kando.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: KandoMenu.Kando +PackageVersion: 2.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/l/Lablicate/OpenChrom/1.5.34/Lablicate.OpenChrom.installer.yaml b/manifests/l/Lablicate/OpenChrom/1.5.34/Lablicate.OpenChrom.installer.yaml new file mode 100644 index 0000000000000..3bbf8372ef1cf --- /dev/null +++ b/manifests/l/Lablicate/OpenChrom/1.5.34/Lablicate.OpenChrom.installer.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: Lablicate.OpenChrom +PackageVersion: 1.5.34 +InstallerLocale: en-US +InstallerType: nullsoft +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ch +- dat +- raw +- gcd +- run +- ms +- icp +- cgm +- db +- qgd +- spc +- sms +- wiff +- dfm +- prm +- mfg +- mfl +Installers: +- Architecture: x64 + InstallerUrl: https://products.lablicate.com/openchrom/1.5.34/OpenChrom_1.5.34_setup_x64.exe + InstallerSha256: 81f9c8c8d9645a67f6403198a7b6cc9974cbde0da6487ce887e0ab55be961d59 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/l/Lablicate/OpenChrom/1.5.34/Lablicate.OpenChrom.locale.en-US.yaml b/manifests/l/Lablicate/OpenChrom/1.5.34/Lablicate.OpenChrom.locale.en-US.yaml new file mode 100644 index 0000000000000..36fd0c8be4a06 --- /dev/null +++ b/manifests/l/Lablicate/OpenChrom/1.5.34/Lablicate.OpenChrom.locale.en-US.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: Lablicate.OpenChrom +PackageVersion: 1.5.34 +PackageLocale: en-US +Publisher: Lablicate GmbH +PublisherUrl: https://lablicate.com +PackageName: OpenChrom +PackageUrl: https://openchrom.net +License: EPL-2.0 +Copyright: Lablicate GmbH +ShortDescription: Open Source software for chromatography, spectrometry and spectroscopy +Tags: +- chemistry +- chromatography +- spectrometry +- spectroscopy +ReleaseNotesUrl: https://github.com/openchrom/openchrom/wiki/changelog#1.5.34 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/l/Lablicate/OpenChrom/1.5.34/Lablicate.OpenChrom.yaml b/manifests/l/Lablicate/OpenChrom/1.5.34/Lablicate.OpenChrom.yaml new file mode 100644 index 0000000000000..c8a46c73763ca --- /dev/null +++ b/manifests/l/Lablicate/OpenChrom/1.5.34/Lablicate.OpenChrom.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: Lablicate.OpenChrom +PackageVersion: 1.5.34 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/l/LukiLabs/Craft/3.3.0/LukiLabs.Craft.installer.yaml b/manifests/l/LukiLabs/Craft/3.3.0/LukiLabs.Craft.installer.yaml new file mode 100644 index 0000000000000..c4d69675b478f --- /dev/null +++ b/manifests/l/LukiLabs/Craft/3.3.0/LukiLabs.Craft.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: LukiLabs.Craft +PackageVersion: 3.3.0 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- craftdocs +ProductCode: e640d26b-c20e-51a9-b51a-c0dc9aeac168 +ReleaseDate: 2025-11-27 +Installers: +- Architecture: x64 + InstallerUrl: https://res.craft.do/windows-app/Craft%20Installer%203.3.0.exe + InstallerSha256: 18D0C2C21E68EC45120472E9BAF62A8B981CF2CDA3DDCE2DBA8347F1AD7E0E07 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/l/LukiLabs/Craft/3.3.0/LukiLabs.Craft.locale.en-US.yaml b/manifests/l/LukiLabs/Craft/3.3.0/LukiLabs.Craft.locale.en-US.yaml new file mode 100644 index 0000000000000..a4a097aee1432 --- /dev/null +++ b/manifests/l/LukiLabs/Craft/3.3.0/LukiLabs.Craft.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: LukiLabs.Craft +PackageVersion: 3.3.0 +PackageLocale: en-US +Publisher: Luki Labs Ltd. +PublisherUrl: https://www.craft.do/ +PublisherSupportUrl: https://support.craft.do/ +PrivacyUrl: https://www.craft.do/privacy +Author: Luki Labs Limited +PackageName: Craft +PackageUrl: https://www.craft.do/ +License: Proprietary +LicenseUrl: https://www.craft.do/terms +Copyright: Copyright © 2025 Luki Labs Ltd. +ShortDescription: Create documents, which will make an impact. +Tags: +- backlink +- bi-directional-link +- block +- collaborate +- collaboration +- docs +- document +- editor +- markdown +- notes +- reference +- share +- team +ReleaseNotesUrl: https://www.craft.do/whats-new +PurchaseUrl: https://www.craft.do/pricing +Documentations: +- DocumentLabel: Getting Started Guide + DocumentUrl: https://www.craft.do/s/gy4OMeABSTIlUw +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/l/LukiLabs/Craft/3.3.0/LukiLabs.Craft.locale.zh-CN.yaml b/manifests/l/LukiLabs/Craft/3.3.0/LukiLabs.Craft.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f0a2a3abcb9f8 --- /dev/null +++ b/manifests/l/LukiLabs/Craft/3.3.0/LukiLabs.Craft.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: LukiLabs.Craft +PackageVersion: 3.3.0 +PackageLocale: zh-CN +Publisher: Luki Labs Ltd. +PublisherUrl: https://www.craft.do/ +PublisherSupportUrl: https://support.craft.do/ +PrivacyUrl: https://www.craft.do/privacy +Author: Luki Labs Limited +PackageName: Craft +PackageUrl: https://www.craft.do/ +License: 专有软件 +LicenseUrl: https://www.craft.do/terms +Copyright: Copyright © 2025 Luki Labs Ltd. +ShortDescription: 创造有影响力的文档 +Tags: +- markdown +- 共享 +- 内容块 +- 协作 +- 协同 +- 双向链接 +- 反向链接 +- 团队 +- 引用 +- 文档 +- 笔记 +- 编辑器 +ReleaseNotesUrl: https://www.craft.do/whats-new +PurchaseUrl: https://www.craft.do/pricing +Documentations: +- DocumentLabel: 新手教程 + DocumentUrl: https://www.craft.do/s/gy4OMeABSTIlUw +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/l/LukiLabs/Craft/3.3.0/LukiLabs.Craft.yaml b/manifests/l/LukiLabs/Craft/3.3.0/LukiLabs.Craft.yaml new file mode 100644 index 0000000000000..373ac121139cb --- /dev/null +++ b/manifests/l/LukiLabs/Craft/3.3.0/LukiLabs.Craft.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: LukiLabs.Craft +PackageVersion: 3.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/l/LukiLabs/Craft/3.3.1/LukiLabs.Craft.installer.yaml b/manifests/l/LukiLabs/Craft/3.3.1/LukiLabs.Craft.installer.yaml new file mode 100644 index 0000000000000..0b9d7ae81416c --- /dev/null +++ b/manifests/l/LukiLabs/Craft/3.3.1/LukiLabs.Craft.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: LukiLabs.Craft +PackageVersion: 3.3.1 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- craftdocs +ProductCode: e640d26b-c20e-51a9-b51a-c0dc9aeac168 +ReleaseDate: 2025-11-28 +Installers: +- Architecture: x64 + InstallerUrl: https://res.craft.do/windows-app/Craft%20Installer%203.3.1.exe + InstallerSha256: E77CB44A7AA0BC12DE99DA919EAFCDABC5985A67AF530D09863EF9A9101E55C5 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/l/LukiLabs/Craft/3.3.1/LukiLabs.Craft.locale.en-US.yaml b/manifests/l/LukiLabs/Craft/3.3.1/LukiLabs.Craft.locale.en-US.yaml new file mode 100644 index 0000000000000..fcf96b2b3904e --- /dev/null +++ b/manifests/l/LukiLabs/Craft/3.3.1/LukiLabs.Craft.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: LukiLabs.Craft +PackageVersion: 3.3.1 +PackageLocale: en-US +Publisher: Luki Labs Ltd. +PublisherUrl: https://www.craft.do/ +PublisherSupportUrl: https://support.craft.do/ +PrivacyUrl: https://www.craft.do/privacy +Author: Luki Labs Limited +PackageName: Craft +PackageUrl: https://www.craft.do/ +License: Proprietary +LicenseUrl: https://www.craft.do/terms +Copyright: Copyright © 2025 Luki Labs Ltd. +ShortDescription: Create documents, which will make an impact. +Tags: +- backlink +- bi-directional-link +- block +- collaborate +- collaboration +- docs +- document +- editor +- markdown +- notes +- reference +- share +- team +ReleaseNotesUrl: https://www.craft.do/whats-new +PurchaseUrl: https://www.craft.do/pricing +Documentations: +- DocumentLabel: Getting Started Guide + DocumentUrl: https://www.craft.do/s/gy4OMeABSTIlUw +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/l/LukiLabs/Craft/3.3.1/LukiLabs.Craft.locale.zh-CN.yaml b/manifests/l/LukiLabs/Craft/3.3.1/LukiLabs.Craft.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bc576219754d8 --- /dev/null +++ b/manifests/l/LukiLabs/Craft/3.3.1/LukiLabs.Craft.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: LukiLabs.Craft +PackageVersion: 3.3.1 +PackageLocale: zh-CN +Publisher: Luki Labs Ltd. +PublisherUrl: https://www.craft.do/ +PublisherSupportUrl: https://support.craft.do/ +PrivacyUrl: https://www.craft.do/privacy +Author: Luki Labs Limited +PackageName: Craft +PackageUrl: https://www.craft.do/ +License: 专有软件 +LicenseUrl: https://www.craft.do/terms +Copyright: Copyright © 2025 Luki Labs Ltd. +ShortDescription: 创造有影响力的文档 +Tags: +- markdown +- 共享 +- 内容块 +- 协作 +- 协同 +- 双向链接 +- 反向链接 +- 团队 +- 引用 +- 文档 +- 笔记 +- 编辑器 +ReleaseNotesUrl: https://www.craft.do/whats-new +PurchaseUrl: https://www.craft.do/pricing +Documentations: +- DocumentLabel: 新手教程 + DocumentUrl: https://www.craft.do/s/gy4OMeABSTIlUw +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/l/LukiLabs/Craft/3.3.1/LukiLabs.Craft.yaml b/manifests/l/LukiLabs/Craft/3.3.1/LukiLabs.Craft.yaml new file mode 100644 index 0000000000000..85be41aeba822 --- /dev/null +++ b/manifests/l/LukiLabs/Craft/3.3.1/LukiLabs.Craft.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: LukiLabs.Craft +PackageVersion: 3.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/m/MilosParipovic/OneCommander/3.104.0/MilosParipovic.OneCommander.installer.yaml b/manifests/m/MilosParipovic/OneCommander/3.104.0/MilosParipovic.OneCommander.installer.yaml new file mode 100644 index 0000000000000..3adf8cc5db4b6 --- /dev/null +++ b/manifests/m/MilosParipovic/OneCommander/3.104.0/MilosParipovic.OneCommander.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: MilosParipovic.OneCommander +PackageVersion: 3.104.0 +InstallerType: msi +Scope: machine +UpgradeBehavior: install +ProductCode: '{2E65EE63-80B4-4812-B502-4924736D9FDD}' +ReleaseDate: 2025-11-28 +AppsAndFeaturesEntries: +- ProductCode: '{2E65EE63-80B4-4812-B502-4924736D9FDD}' + UpgradeCode: '{E2AFC434-3689-40B9-B3DB-A1D80FDDA478}' +Installers: +- Architecture: x64 + InstallerUrl: https://onecommander.com/OneCommanderSetup3.104.0.0.msi + InstallerSha256: 9A180A58DAD32BD6830D25108D7205A2217F2075C6FCFF02D7EE76877C24D2F2 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/m/MilosParipovic/OneCommander/3.104.0/MilosParipovic.OneCommander.locale.en-US.yaml b/manifests/m/MilosParipovic/OneCommander/3.104.0/MilosParipovic.OneCommander.locale.en-US.yaml new file mode 100644 index 0000000000000..cc92143c1e3d2 --- /dev/null +++ b/manifests/m/MilosParipovic/OneCommander/3.104.0/MilosParipovic.OneCommander.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.10.0.schema.json + +PackageIdentifier: MilosParipovic.OneCommander +PackageVersion: 3.104.0 +PackageLocale: en-US +Publisher: Milos Paripovic +PublisherUrl: https://onecommander.com/ +PublisherSupportUrl: https://onecommander.com/help +PrivacyUrl: https://onecommander.com/privacy.html +Author: Milos Paripovic +PackageName: OneCommander +PackageUrl: https://onecommander.com/ +License: Proprietary +LicenseUrl: https://onecommander.com/license.txt +Copyright: Copyright 2013-2025 Milos Paripovic. All rights reserved. +ShortDescription: A modern file manager for Windows 10 and Windows 11. +Description: OneCommander is a modern file manager for Windows 10 and Windows 11. Features include tabs, dual-pane browsers, columns navigation, built-in preview, a theming system, color tags, and much more. It is free for home use and has no ads. +Moniker: onecommander +Tags: +- directory +- explorer +- file +- file-manager +- find +- folder +ReleaseNotes: |- + 🛠️ Dialog Connector improvements and bugfixes + - Now works again with dark theme + - Fixed issues interacting with some programs + - Fixed focus shuffle after sending path to OC + - Connector now has a same version as OC for which it was built + 🛠️ Message about archive extraction being removed + 🛠️ Outlook email drops now support $RecipientName and $RecipientEmail + 🛠️ Ignoring Windows' DWM issues - these were falsely shown as crashes + 🐞 Fixed previewed pdf blocking move/delete operation until preview is closed + 🐞 Fixed rare issue with saving tabs + 🐞 Several bugfixes +ReleaseNotesUrl: https://onecommander.com/releasenotes.txt +PurchaseUrl: https://onecommander.com/license.php +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/MilosParipovic/OneCommander/3.104.0/MilosParipovic.OneCommander.locale.zh-CN.yaml b/manifests/m/MilosParipovic/OneCommander/3.104.0/MilosParipovic.OneCommander.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1ee44e90f8586 --- /dev/null +++ b/manifests/m/MilosParipovic/OneCommander/3.104.0/MilosParipovic.OneCommander.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: MilosParipovic.OneCommander +PackageVersion: 3.104.0 +PackageLocale: zh-CN +Publisher: Milos Paripovic +PublisherUrl: https://onecommander.com/ +PublisherSupportUrl: https://onecommander.com/help +PrivacyUrl: https://onecommander.com/privacy.html +Author: Milos Paripovic +PackageName: OneCommander +PackageUrl: https://onecommander.com/ +License: 专有软件 +LicenseUrl: https://onecommander.com/license.txt +Copyright: Copyright 2013-2025 Milos Paripovic. All rights reserved. +ShortDescription: 适用于 Windows 10 和 Windows 11 的现代文件管理器 +Description: OneCommander 是一款适用于 Windows 10 和 Windows 11 的现代文件管理器,包含标签页、双窗格浏览器、列导航、内置预览、主题系统、颜色标签等功能。它免费供家庭使用,没有广告。 +Tags: +- 搜索 +- 文件 +- 文件夹 +- 文件管理器 +- 文件资源管理器 +- 目录 +ReleaseNotesUrl: https://onecommander.com/releasenotes.txt +PurchaseUrl: https://onecommander.com/license.php +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/m/MilosParipovic/OneCommander/3.104.0/MilosParipovic.OneCommander.yaml b/manifests/m/MilosParipovic/OneCommander/3.104.0/MilosParipovic.OneCommander.yaml new file mode 100644 index 0000000000000..cfdfc98ffcdec --- /dev/null +++ b/manifests/m/MilosParipovic/OneCommander/3.104.0/MilosParipovic.OneCommander.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: MilosParipovic.OneCommander +PackageVersion: 3.104.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/m/ModelScope/FlowBench/0.6.0/ModelScope.FlowBench.installer.yaml b/manifests/m/ModelScope/FlowBench/0.6.0/ModelScope.FlowBench.installer.yaml new file mode 100644 index 0000000000000..fc8e2a7840a29 --- /dev/null +++ b/manifests/m/ModelScope/FlowBench/0.6.0/ModelScope.FlowBench.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: ModelScope.FlowBench +PackageVersion: 0.6.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +Protocols: +- flowbench +ProductCode: 746944d4-4e52-5f6e-8b9e-09a634688101 +Installers: +- Architecture: x64 + InstallerUrl: https://cdn-muse-cn-1.modelscope.cn/flowbench/release/win/FlowBench-0.6.0-beta-20251128-1147.exe + InstallerSha256: 46B01175EC80E2EB1CF7DC790D179D39786A645BA8BC64BA9C04598B2ACDD38E +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/m/ModelScope/FlowBench/0.6.0/ModelScope.FlowBench.locale.en-US.yaml b/manifests/m/ModelScope/FlowBench/0.6.0/ModelScope.FlowBench.locale.en-US.yaml new file mode 100644 index 0000000000000..49d197b819369 --- /dev/null +++ b/manifests/m/ModelScope/FlowBench/0.6.0/ModelScope.FlowBench.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: ModelScope.FlowBench +PackageVersion: 0.6.0 +PackageLocale: en-US +PrivacyUrl: https://www.modelscope.cn/protocol/terms-privacy-policy +Author: Alibaba Cloud (Singapore) Private Limited +License: Proprietary +LicenseUrl: https://www.modelscope.cn/protocol/terms-privacy-policy +Copyright: © 2022-2025 ModelScope.cn all rights reserved +CopyrightUrl: https://www.modelscope.cn/protocol/terms-privacy-policy +ShortDescription: One-stop AI creativity platform +Tags: +- ai +- comfy +- comfyui +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/m/ModelScope/FlowBench/0.6.0/ModelScope.FlowBench.locale.zh-CN.yaml b/manifests/m/ModelScope/FlowBench/0.6.0/ModelScope.FlowBench.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c20a5f2f9ae5a --- /dev/null +++ b/manifests/m/ModelScope/FlowBench/0.6.0/ModelScope.FlowBench.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: ModelScope.FlowBench +PackageVersion: 0.6.0 +PackageLocale: zh-CN +Publisher: modelscope X museAI +PublisherUrl: https://www.modelscope.cn/ +PrivacyUrl: https://www.modelscope.cn/protocol/用户协议与隐私政策 +Author: 上海魔搭科技有限公司 +PackageName: FlowBench +PackageUrl: https://www.modelscope.cn/learn/1426 +License: 专有软件 +LicenseUrl: https://www.modelscope.cn/protocol/用户协议与隐私政策 +Copyright: © 2022-2025 ModelScope.cn 版权所有 +CopyrightUrl: https://www.modelscope.cn/protocol/用户协议与隐私政策 +ShortDescription: 一站式 AI 创作平台 +Tags: +- comfy +- comfyui +- 人工智能 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/ModelScope/FlowBench/0.6.0/ModelScope.FlowBench.yaml b/manifests/m/ModelScope/FlowBench/0.6.0/ModelScope.FlowBench.yaml new file mode 100644 index 0000000000000..253dad7707524 --- /dev/null +++ b/manifests/m/ModelScope/FlowBench/0.6.0/ModelScope.FlowBench.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: ModelScope.FlowBench +PackageVersion: 0.6.0 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/dsb/146.0/Mozilla.Firefox.DeveloperEdition.dsb.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/dsb/146.0/Mozilla.Firefox.DeveloperEdition.dsb.installer.yaml index 6a7fcb1578f33..aca5abebf11b6 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/dsb/146.0/Mozilla.Firefox.DeveloperEdition.dsb.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/dsb/146.0/Mozilla.Firefox.DeveloperEdition.dsb.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-24 +ReleaseDate: 2025-11-26 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win32/dsb/Firefox%20Setup%20146.0b7.exe - InstallerSha256: EE3C980C8C7C389781F2C945BFA4615E5C292270E61F3D9C74D5925582E8151D + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/dsb/Firefox%20Setup%20146.0b8.exe + InstallerSha256: DE665DB6230E10D8EC24B6FDD168BFB3F0A7EE57FC4EE67D86B09588ECD6FDA2 ProductCode: Firefox Developer Edition 146.0 (x86 dsb) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64/dsb/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 3C522E25C26610AAFA7D25C580F367DCA63959A0011E17EDB3829C407D5DA7EB + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/dsb/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 5855AEC7D40E92456EFE999CAF0B6D47804BC97FC7C1A131F4E372B0926DF2C5 ProductCode: Firefox Developer Edition 146.0 (x64 dsb) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64-aarch64/dsb/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 8DE6863CDE43E42DA9E66B7DF54DC6FE518AE29738BABD3D764A5D96A99A37A5 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/dsb/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 7FA2C7CC2E2557A62487F3FD119850FD18BA1A3CEA4ACF81140879D5BD51033F ProductCode: Firefox Developer Edition 146.0 (arm64 dsb) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/es-ES/146.0/Mozilla.Firefox.DeveloperEdition.es-ES.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/es-ES/146.0/Mozilla.Firefox.DeveloperEdition.es-ES.installer.yaml index f62fd492497a7..fa6ab24e12630 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/es-ES/146.0/Mozilla.Firefox.DeveloperEdition.es-ES.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/es-ES/146.0/Mozilla.Firefox.DeveloperEdition.es-ES.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-24 +ReleaseDate: 2025-11-26 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win32/es-ES/Firefox%20Setup%20146.0b7.exe - InstallerSha256: E8842D9A057D3784172B70DF8884854DBF1FC5F3CCABA083E3F80A416486042A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/es-ES/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 812F20C2CCF6257D166C59F985A37B8A198B95612A724D28EEC0C974B546B1A7 ProductCode: Firefox Developer Edition 146.0 (x86 es-ES) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64/es-ES/Firefox%20Setup%20146.0b7.exe - InstallerSha256: B6601C84BA15E83F817F937DA210EA773B6CBD7377B7B71D19020C8FAC0C4D9D + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/es-ES/Firefox%20Setup%20146.0b8.exe + InstallerSha256: A390848C625CB66FD46264B8A30EAE435981BDE32E5C87A319B8272BE2BBB845 ProductCode: Firefox Developer Edition 146.0 (x64 es-ES) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64-aarch64/es-ES/Firefox%20Setup%20146.0b7.exe - InstallerSha256: CB8C18D08F2C2D414F8D7CEE67CECD6A799777C66B1395C5D6BFC1D192656263 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/es-ES/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 101032401EA9812F100BFA6C04F7BB342100E7257D53D84A70A8C38AC32AB04B ProductCode: Firefox Developer Edition 146.0 (arm64 es-ES) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/id/146.0/Mozilla.Firefox.DeveloperEdition.id.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/id/146.0/Mozilla.Firefox.DeveloperEdition.id.installer.yaml index 943d912664e64..8cea44925ae33 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/id/146.0/Mozilla.Firefox.DeveloperEdition.id.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/id/146.0/Mozilla.Firefox.DeveloperEdition.id.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-24 +ReleaseDate: 2025-11-26 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win32/id/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 86803EFE4715096CBC56383751AD2B53DA16D40109E4E6B7709F9F37A9CFC018 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/id/Firefox%20Setup%20146.0b8.exe + InstallerSha256: BAA44C087C3991A629D449FD7F409AEB10A0060FE96465B932700193CB0C6751 ProductCode: Firefox Developer Edition 146.0 (x86 id) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64/id/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 276166CCA4559D48228EA310B835490C91936944C47CA222C9F462D8FD34B745 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/id/Firefox%20Setup%20146.0b8.exe + InstallerSha256: F95577330AB0CD48DBB8C063B6A968711312DDF714ABA535897999FECB4989C8 ProductCode: Firefox Developer Edition 146.0 (x64 id) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64-aarch64/id/Firefox%20Setup%20146.0b7.exe - InstallerSha256: AF3652F35ED2994F9D6DE149852F0A73F77FCF84D60CC8563B39EA1A8A35351C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/id/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 47529C037DADFA73634B26634AA7CD79C04AC101C4A5E690232E49952DA3D242 ProductCode: Firefox Developer Edition 146.0 (arm64 id) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/it/146.0/Mozilla.Firefox.DeveloperEdition.it.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/it/146.0/Mozilla.Firefox.DeveloperEdition.it.installer.yaml index 3f0d9e9c7c09d..409d4285ed152 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/it/146.0/Mozilla.Firefox.DeveloperEdition.it.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/it/146.0/Mozilla.Firefox.DeveloperEdition.it.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-24 +ReleaseDate: 2025-11-26 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win32/it/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 4F570518A44EFC6DDDFC081F0C1956DCC52B7BA849AF80AFBCDAB87B081B3543 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/it/Firefox%20Setup%20146.0b8.exe + InstallerSha256: CDD51A59EAE537F97FC57D280C5E606A67F30AD627AF6F08DCD2FC1DD15A1C9D ProductCode: Firefox Developer Edition 146.0 (x86 it) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64/it/Firefox%20Setup%20146.0b7.exe - InstallerSha256: EBA63A223A1A7ABCE5968689B0FFC6B936ECDEA1F8B963B1FA0B7B7B94DBC277 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/it/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 604B5EFBBB2E631E9E8F507F13B57942A7041BF9528FE59635556042EAA9AC19 ProductCode: Firefox Developer Edition 146.0 (x64 it) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64-aarch64/it/Firefox%20Setup%20146.0b7.exe - InstallerSha256: B4C306B4C2BF12E69DC7514B728A6F1A7717A1F1C3C2D2F7882101062D324C4A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/it/Firefox%20Setup%20146.0b8.exe + InstallerSha256: B27F3A2DF989DCE2C98BD33D703C3337053C3F6AD4657BD9C3CA8867B9147782 ProductCode: Firefox Developer Edition 146.0 (arm64 it) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ka/146.0/Mozilla.Firefox.DeveloperEdition.ka.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ka/146.0/Mozilla.Firefox.DeveloperEdition.ka.installer.yaml index de31628d64639..42036ceffba8a 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ka/146.0/Mozilla.Firefox.DeveloperEdition.ka.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ka/146.0/Mozilla.Firefox.DeveloperEdition.ka.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-24 +ReleaseDate: 2025-11-26 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win32/ka/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 29FD961CEC5C258EF0372A03781D46561BEF2DAC2F5F67FD9FFB5ABF2973FCD1 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/ka/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 19CAB74D3B397DED5C0C7D71B69DC1579FE9C50BB05E979078D980C9A5DE00FE ProductCode: Firefox Developer Edition 146.0 (x86 ka) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64/ka/Firefox%20Setup%20146.0b7.exe - InstallerSha256: F6DD07103AA7E957C3F359B1FE85E4ACF1554837866F5B81A3478FAF892814B4 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/ka/Firefox%20Setup%20146.0b8.exe + InstallerSha256: CD229975CF2BCEFAA643A2DBE9740C7BC114118AB2EAFD7D455AC157EA17A3FF ProductCode: Firefox Developer Edition 146.0 (x64 ka) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64-aarch64/ka/Firefox%20Setup%20146.0b7.exe - InstallerSha256: AC0B73BACAF68D6EA8CD5604614DC95776881026FD70C349EFCD0A74F8800C45 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/ka/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 8301BBD814D4E34F7013FE3AC697EF8960422058FAB2A8DB230BA66D6E1D3ED9 ProductCode: Firefox Developer Edition 146.0 (arm64 ka) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/nb-NO/146.0/Mozilla.Firefox.DeveloperEdition.nb-NO.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/nb-NO/146.0/Mozilla.Firefox.DeveloperEdition.nb-NO.installer.yaml index 514a0f1d16aa6..3ac62fb522959 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/nb-NO/146.0/Mozilla.Firefox.DeveloperEdition.nb-NO.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/nb-NO/146.0/Mozilla.Firefox.DeveloperEdition.nb-NO.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-24 +ReleaseDate: 2025-11-26 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win32/nb-NO/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 982D1723FF262E9E374509793186E34A45EFB671433152305833DF5C72BEA84D + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/nb-NO/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 40293B33C5FEC1F7BCCCA22C2F99EBB2E708098BAB20F71A03972063D4FC9B83 ProductCode: Firefox Developer Edition 146.0 (x86 nb-NO) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64/nb-NO/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 565BC6325F73190FAC954ACF11CD3C0D62FA2D9A30F2A5FF7F648E500E3CF8CF + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/nb-NO/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 26884BD9DDE34022F7A5946981B990B9AEEFE41E892BEBE01CD4DD3D2DD637A8 ProductCode: Firefox Developer Edition 146.0 (x64 nb-NO) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64-aarch64/nb-NO/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 407009CBF322A5F32377F6F8ECB80188D9805F334B614A503690DA9E0B21A746 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/nb-NO/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 7337D3DCF3F732CF100E0BDD1AB71A1ABB3C895AD753400A4B3C24A1C6E86371 ProductCode: Firefox Developer Edition 146.0 (arm64 nb-NO) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/nl/146.0/Mozilla.Firefox.DeveloperEdition.nl.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/nl/146.0/Mozilla.Firefox.DeveloperEdition.nl.installer.yaml index 4444298c14150..b78576fd297e7 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/nl/146.0/Mozilla.Firefox.DeveloperEdition.nl.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/nl/146.0/Mozilla.Firefox.DeveloperEdition.nl.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-24 +ReleaseDate: 2025-11-26 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win32/nl/Firefox%20Setup%20146.0b7.exe - InstallerSha256: D9481E8488053EB1DDA3CC7484D6B26568598A795EEEF9872C8A670BE600209D + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/nl/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 70B26248FD799CBC46ED460DA0678540730B307ABDBAF739397AE7ABAB38A42E ProductCode: Firefox Developer Edition 146.0 (x86 nl) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64/nl/Firefox%20Setup%20146.0b7.exe - InstallerSha256: CF9F9FE0F2899692200F2DADDED68EB14107DB2468293AFBEED70D26607F000D + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/nl/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 593CA80FEC56DE7088EA4AB38F21FB9FB84DA13AC27F0B8EDE74D54F6084AA50 ProductCode: Firefox Developer Edition 146.0 (x64 nl) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64-aarch64/nl/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 17C8AE594E4FEEA5BDE3D882A145162C4E66B5366B302635F6B5E5804F729125 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/nl/Firefox%20Setup%20146.0b8.exe + InstallerSha256: EF36525730BF927AE224642E61C707B1CF0CEFDAC5FB4D24F85053D68E5230D2 ProductCode: Firefox Developer Edition 146.0 (arm64 nl) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/nn-NO/146.0/Mozilla.Firefox.DeveloperEdition.nn-NO.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/nn-NO/146.0/Mozilla.Firefox.DeveloperEdition.nn-NO.installer.yaml index 6c34eee7870bf..d395d386755fe 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/nn-NO/146.0/Mozilla.Firefox.DeveloperEdition.nn-NO.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/nn-NO/146.0/Mozilla.Firefox.DeveloperEdition.nn-NO.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-24 +ReleaseDate: 2025-11-26 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win32/nn-NO/Firefox%20Setup%20146.0b7.exe - InstallerSha256: FD3E4B6AE87C921F1E9EDAA7A351BF1CDB36885403610463FD6D14D675BE6FCD + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/nn-NO/Firefox%20Setup%20146.0b8.exe + InstallerSha256: D450ED533883B7774831842425C0AAEB8E77A1EA2228CDCB15F29E12E53C05EF ProductCode: Firefox Developer Edition 146.0 (x86 nn-NO) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64/nn-NO/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 96FE0BE894F547C4FE6A20259FE811B6F0B441B97F1237474FBD46A68F95D004 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/nn-NO/Firefox%20Setup%20146.0b8.exe + InstallerSha256: C7E1ADD37E6EFE2263E12BF28441841626209CECC56BC622DA3986C9CA5C5F45 ProductCode: Firefox Developer Edition 146.0 (x64 nn-NO) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64-aarch64/nn-NO/Firefox%20Setup%20146.0b7.exe - InstallerSha256: BA737B0BB7CE1624FFD2B3DE25D43C583BAFDC516100E76DCB2F0E8EC6136CB7 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/nn-NO/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 75F7D9DDAE96AB3C85319CFF6E850C1844B53EA224F6BC7B3708F450C0BAEB48 ProductCode: Firefox Developer Edition 146.0 (arm64 nn-NO) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/pt-PT/146.0/Mozilla.Firefox.DeveloperEdition.pt-PT.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/pt-PT/146.0/Mozilla.Firefox.DeveloperEdition.pt-PT.installer.yaml index ea59bce7286a1..56f77ecd1eade 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/pt-PT/146.0/Mozilla.Firefox.DeveloperEdition.pt-PT.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/pt-PT/146.0/Mozilla.Firefox.DeveloperEdition.pt-PT.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-24 +ReleaseDate: 2025-11-26 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win32/pt-PT/Firefox%20Setup%20146.0b7.exe - InstallerSha256: FE5950CAE22B4B1FA9C2A89C7E21B5B039B8289403FA3862070FDB3D9E5171A8 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/pt-PT/Firefox%20Setup%20146.0b8.exe + InstallerSha256: B41688AC4FF70602DA18395401A48609EF4C378409F2EAC9006A3AEE498598B6 ProductCode: Firefox Developer Edition 146.0 (x86 pt-PT) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64/pt-PT/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 722F99DADB2B08B04F27726FE34E07EEF96424E71C4991C387A829BACDB408EE + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/pt-PT/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 38078ED65F6DF43E7B02E227DE3519E7BC38429B233803BF8EF4E2882474DE7A ProductCode: Firefox Developer Edition 146.0 (x64 pt-PT) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64-aarch64/pt-PT/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 2BFD3650A7A8B5BA4E460403123E8AF334B1B494586CE2071E759B09E0C6360D + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/pt-PT/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 427C301148FB8726B8C74159088ED865C6E1D2130C03F7BFB391B21025B0AFEF ProductCode: Firefox Developer Edition 146.0 (arm64 pt-PT) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/ru/146.0/Mozilla.Firefox.DeveloperEdition.ru.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/ru/146.0/Mozilla.Firefox.DeveloperEdition.ru.installer.yaml index 21ac9af3c2c37..825b09135fb6e 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/ru/146.0/Mozilla.Firefox.DeveloperEdition.ru.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/ru/146.0/Mozilla.Firefox.DeveloperEdition.ru.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-24 +ReleaseDate: 2025-11-26 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win32/ru/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 772CB3A26AA6F19515FF4F8D17668E96B7F125A89B2B6D84745595025D636E12 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/ru/Firefox%20Setup%20146.0b8.exe + InstallerSha256: B1C34DB607C5097D6575D049F3DC4ED656119BCC6825E26C6B0B6E9082BFB1E2 ProductCode: Firefox Developer Edition 146.0 (x86 ru) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64/ru/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 2E6C8C4C7CA4D0C5EF109A776C6E2C4A6587F45699EAAB8494A9FD2CD263268E + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/ru/Firefox%20Setup%20146.0b8.exe + InstallerSha256: C7CE27E538C1C54762F38BB018EFEBB5B195BAC3E2CF4D8568AD1384412D3871 ProductCode: Firefox Developer Edition 146.0 (x64 ru) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64-aarch64/ru/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 900AB91873F685DEEB46F833E829CD8D06466CF03A360A7CCE03CBFDD69274BF + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/ru/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 1B0894CC6C163817E93363C5E2853D6F088A7981F5246E19049F79E2BFF9C9DB ProductCode: Firefox Developer Edition 146.0 (arm64 ru) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/sr/146.0/Mozilla.Firefox.DeveloperEdition.sr.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/sr/146.0/Mozilla.Firefox.DeveloperEdition.sr.installer.yaml index 6176846110b6f..93d210c1a985c 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/sr/146.0/Mozilla.Firefox.DeveloperEdition.sr.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/sr/146.0/Mozilla.Firefox.DeveloperEdition.sr.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-24 +ReleaseDate: 2025-11-26 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win32/sr/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 3B37A4824E0E7AADF822C88A6D26D396BF5899DA11E5177707E8AD0247D3CB83 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/sr/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 496B7460504F2DE6635269683089078B56F3E0534E6DB3BAD99702BEB62FB71F ProductCode: Firefox Developer Edition 146.0 (x86 sr) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64/sr/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 0E14AEDCD7248D92B9A23102747A8ED9234745C61F2A07C698641B82A3172935 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/sr/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 2C1526BA1E0130F3AB239E95E144050F92FE194094FE3260D896132231C0EB3D ProductCode: Firefox Developer Edition 146.0 (x64 sr) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64-aarch64/sr/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 1BDFDA2CD2101DBB00387CE6ADBA06F0771C8D7396A6FEBA116C78E151C08DAE + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/sr/Firefox%20Setup%20146.0b8.exe + InstallerSha256: B2CD71487A12E77E1B139BEB83012A3A3D9B75990930D56E1B1655DF08B67357 ProductCode: Firefox Developer Edition 146.0 (arm64 sr) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/szl/146.0/Mozilla.Firefox.DeveloperEdition.szl.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/szl/146.0/Mozilla.Firefox.DeveloperEdition.szl.installer.yaml index dc861a6b7c45b..6ce9530577391 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/szl/146.0/Mozilla.Firefox.DeveloperEdition.szl.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/szl/146.0/Mozilla.Firefox.DeveloperEdition.szl.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-24 +ReleaseDate: 2025-11-26 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win32/szl/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 238292856EB842FB51BE305E5E70DA642CE3169D422A86F13FF81250CF370117 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/szl/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 9CFD6C00DE144167C15F521766CDC68E9E30063A1E4B99D30EEFFE7E21189E63 ProductCode: Firefox Developer Edition 146.0 (x86 szl) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64/szl/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 6EA392917C32F5B4D00DB9EDFBECF7F18113AF31DC70F56C4DD833C473C7AC41 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/szl/Firefox%20Setup%20146.0b8.exe + InstallerSha256: A889A139EF50886E6F73949BEF69106A2BBBDBC6451A214BDB0EC5FC32677BCF ProductCode: Firefox Developer Edition 146.0 (x64 szl) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64-aarch64/szl/Firefox%20Setup%20146.0b7.exe - InstallerSha256: BC2F00B0AF16D3A497D617B5F5C3AA252CD0F430D81F8D5C7D5095BB2A0703F6 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/szl/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 2894AE8F1A7BDE26C2BE368EF6E388EFE57B575B0AA2A69AFE06C3F410D9BE53 ProductCode: Firefox Developer Edition 146.0 (arm64 szl) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/te/146.0/Mozilla.Firefox.DeveloperEdition.te.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/te/146.0/Mozilla.Firefox.DeveloperEdition.te.installer.yaml index a141d2d920d88..f87244a463fa2 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/te/146.0/Mozilla.Firefox.DeveloperEdition.te.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/te/146.0/Mozilla.Firefox.DeveloperEdition.te.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-24 +ReleaseDate: 2025-11-26 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win32/te/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 18B67C0364271FA17C57416B75D87426C9EC8966F3C94A2556DCA59DA4F2BC06 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/te/Firefox%20Setup%20146.0b8.exe + InstallerSha256: F10A1E64BE077B4475F8C2B35DA278126CBE87948A70E44E9885DEFF18B432B5 ProductCode: Firefox Developer Edition 146.0 (x86 te) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64/te/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 055D4D59C25AFA12798D972FA5BE521DC296DAC307EF429F99BC9B7A4BE000A2 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/te/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 1D6D611C62BA6CC3FD2ED93C56409F9B407ACBEF0CDE30007C75B26B91A8575A ProductCode: Firefox Developer Edition 146.0 (x64 te) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64-aarch64/te/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 48E15019A275E25F61F073360D446536BFB830EFA89A7973F92EEDF816E49B1F + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/te/Firefox%20Setup%20146.0b8.exe + InstallerSha256: CAFD20E2307B73E4A5123D5D9DED08D8CDA198A389749C3BE77C2713F23942C5 ProductCode: Firefox Developer Edition 146.0 (arm64 te) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/trs/146.0/Mozilla.Firefox.DeveloperEdition.trs.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/trs/146.0/Mozilla.Firefox.DeveloperEdition.trs.installer.yaml index 712bdae01b7e2..0eebfe94eea3c 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/trs/146.0/Mozilla.Firefox.DeveloperEdition.trs.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/trs/146.0/Mozilla.Firefox.DeveloperEdition.trs.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-24 +ReleaseDate: 2025-11-26 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win32/trs/Firefox%20Setup%20146.0b7.exe - InstallerSha256: FBB5885C4E8149AA223ABBB98A31073FAA23FA3BDF3B9F0C9838499396E208E8 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/trs/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 58AAC1C2FAE2A1C0A41405677EEE91B54C0014B77911C119E1CDD8F465308573 ProductCode: Firefox Developer Edition 146.0 (x86 trs) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64/trs/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 40720454CE6E69A17B8FA43546F42D100D7DC0EF1DDF9535BB5B44DB5BDF0E3C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/trs/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 289B5D25D98530BE74DAE0765F1F79089DCD1C8E649557E10723FFFDEAB6DC75 ProductCode: Firefox Developer Edition 146.0 (x64 trs) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64-aarch64/trs/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 75A0285C0B92F98C9320055F711F9D55BCD8374D15D6F9F10D9A605EAE1BCDF3 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/trs/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 0F3E22FE143C706567349CC0FAF199E6EB1CE78A50CAAF08DEF519CEC7EC6F37 ProductCode: Firefox Developer Edition 146.0 (arm64 trs) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/uk/146.0/Mozilla.Firefox.DeveloperEdition.uk.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/uk/146.0/Mozilla.Firefox.DeveloperEdition.uk.installer.yaml index 15fdef1d1d6bd..164c27de3e989 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/uk/146.0/Mozilla.Firefox.DeveloperEdition.uk.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/uk/146.0/Mozilla.Firefox.DeveloperEdition.uk.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-24 +ReleaseDate: 2025-11-26 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win32/uk/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 19470E1F3D452F63D7D3DE1EF0BA79083C545A1FE6C7187CE1A2428F228490CC + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/uk/Firefox%20Setup%20146.0b8.exe + InstallerSha256: C579C86702C9499B29EECBA32CA35C2F794E11A575E995BA5AFABBF4F89FC4F6 ProductCode: Firefox Developer Edition 146.0 (x86 uk) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64/uk/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 49A155794EE6852A0261D83B1D8645D475C4E67BD0451A8C4B3AD5FD65F5F9EC + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/uk/Firefox%20Setup%20146.0b8.exe + InstallerSha256: D7E16A5E3A6F258BE53D32ABB97EB5903391EA997E93EFF24C3EBB005F67683D ProductCode: Firefox Developer Edition 146.0 (x64 uk) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64-aarch64/uk/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 6CAA3057B242F97A92C242DE025AF18E19ED223412750C3F28B9BB133798A45B + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/uk/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 4C9BAF6A3F1A1F8C5D3F4A0BE4239E69219853F224F095A8C0BBF25C31AD69A0 ProductCode: Firefox Developer Edition 146.0 (arm64 uk) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/uz/146.0/Mozilla.Firefox.DeveloperEdition.uz.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/uz/146.0/Mozilla.Firefox.DeveloperEdition.uz.installer.yaml index 2159a053614ed..cd74f59feca61 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/uz/146.0/Mozilla.Firefox.DeveloperEdition.uz.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/uz/146.0/Mozilla.Firefox.DeveloperEdition.uz.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-24 +ReleaseDate: 2025-11-26 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win32/uz/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 61BBFF9626452185AA10D57BB4521700E75AE47D589CAD110F61ACEF18FAFF4C + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/uz/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 0C423B1A2E3CC0698D4B2595676C88A039064774112BF1D4393A196527D76279 ProductCode: Firefox Developer Edition 146.0 (x86 uz) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64/uz/Firefox%20Setup%20146.0b7.exe - InstallerSha256: C4A6C3E1A919DAE202012888929B3AB2650B357FCE6C033891C64CA490B95E0D + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/uz/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 71AFD68449784105E84F177E1FFCD793E32E3BF4BB6B7D074DA9BBA8A8026692 ProductCode: Firefox Developer Edition 146.0 (x64 uz) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64-aarch64/uz/Firefox%20Setup%20146.0b7.exe - InstallerSha256: B535CF1D7D4983D52FB999C92C342EDAAD2EF4A2533FA548B51D72DFB5A25356 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/uz/Firefox%20Setup%20146.0b8.exe + InstallerSha256: C8571E1B2F90FDF81FA19757FE685D8E468394DEFCB040E4BF8F628942976C68 ProductCode: Firefox Developer Edition 146.0 (arm64 uz) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/xh/146.0/Mozilla.Firefox.DeveloperEdition.xh.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/xh/146.0/Mozilla.Firefox.DeveloperEdition.xh.installer.yaml index 321b816b3d266..36da4b0519336 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/xh/146.0/Mozilla.Firefox.DeveloperEdition.xh.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/xh/146.0/Mozilla.Firefox.DeveloperEdition.xh.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-24 +ReleaseDate: 2025-11-26 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win32/xh/Firefox%20Setup%20146.0b7.exe - InstallerSha256: C29292D3EB4F27E3C5301FD75ABCF4B986D65044C450F2BDDC9CD03767D58BFD + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/xh/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 0E46125719F022DA5C1F55B83DF6EFFE996A4B9E53A4CE712D572FBEE1DAC815 ProductCode: Firefox Developer Edition 146.0 (x86 xh) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64/xh/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 7D06D92761132895258A8624D2C48EC24C1AE4570E7078E1243DC80D551434DB + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/xh/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 832CB30EF2DE6F101B6021DB22A2FAE6E29CEC6198F7DFFC0085E50EE75BDE22 ProductCode: Firefox Developer Edition 146.0 (x64 xh) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64-aarch64/xh/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 7946AA0F1DE2FD0DE807AF4943243A5CF533EE5E91594400C51C99E6E7FD8B0B + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/xh/Firefox%20Setup%20146.0b8.exe + InstallerSha256: F1C4DC50D42AE478D8C8E9951F3B0BFECBAA945D1F27C21370B2B3DB6B797851 ProductCode: Firefox Developer Edition 146.0 (arm64 xh) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/zh-CN/146.0/Mozilla.Firefox.DeveloperEdition.zh-CN.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/zh-CN/146.0/Mozilla.Firefox.DeveloperEdition.zh-CN.installer.yaml index dd0de254ee196..42164ad64a189 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/zh-CN/146.0/Mozilla.Firefox.DeveloperEdition.zh-CN.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/zh-CN/146.0/Mozilla.Firefox.DeveloperEdition.zh-CN.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-24 +ReleaseDate: 2025-11-26 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win32/zh-CN/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 2E95DD4F6F934EA373B256BE3E6DD54638853B9243C61EA25A9137BB836DFA50 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/zh-CN/Firefox%20Setup%20146.0b8.exe + InstallerSha256: A84B8D79303D10B982741A0C9DC80B6096EC60E388D7E1765E95476B8443FBB1 ProductCode: Firefox Developer Edition 146.0 (x86 zh-CN) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64/zh-CN/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 219D52C93BE1AC5A629D0F840A12390E32CB49ADB3D16FAE3AC35F2B600676C5 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/zh-CN/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 9D1082BDC0A46F9164F5D0F562270FE427C7FF6A45B93064FEDBCD871FF2B513 ProductCode: Firefox Developer Edition 146.0 (x64 zh-CN) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64-aarch64/zh-CN/Firefox%20Setup%20146.0b7.exe - InstallerSha256: E3ED8D9D72ED7A282939F9D078CAF0ABE58F89B3A133E55681F6662EBCBF5130 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/zh-CN/Firefox%20Setup%20146.0b8.exe + InstallerSha256: DEF1B218042A820A83CA04A926BECB4B9925245DABE2A80BBC8BDFC141C1A942 ProductCode: Firefox Developer Edition 146.0 (arm64 zh-CN) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/m/Mozilla/Firefox/DeveloperEdition/zh-TW/146.0/Mozilla.Firefox.DeveloperEdition.zh-TW.installer.yaml b/manifests/m/Mozilla/Firefox/DeveloperEdition/zh-TW/146.0/Mozilla.Firefox.DeveloperEdition.zh-TW.installer.yaml index e1aed956feff7..66295e2398e3c 100644 --- a/manifests/m/Mozilla/Firefox/DeveloperEdition/zh-TW/146.0/Mozilla.Firefox.DeveloperEdition.zh-TW.installer.yaml +++ b/manifests/m/Mozilla/Firefox/DeveloperEdition/zh-TW/146.0/Mozilla.Firefox.DeveloperEdition.zh-TW.installer.yaml @@ -24,19 +24,19 @@ FileExtensions: - webp - xht - xhtml -ReleaseDate: 2025-11-24 +ReleaseDate: 2025-11-26 Installers: - Architecture: x86 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win32/zh-TW/Firefox%20Setup%20146.0b7.exe - InstallerSha256: 047752CBBDA6EABE1CE1FFF8B3FAB9D1F3BBEEC06E1DE55488586B7686F31738 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win32/zh-TW/Firefox%20Setup%20146.0b8.exe + InstallerSha256: BD378A8C6E4EBCB5BA309A616726A1EDD615E5A7C5B659F5650AAA3E65C30EA3 ProductCode: Firefox Developer Edition 146.0 (x86 zh-TW) - Architecture: x64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64/zh-TW/Firefox%20Setup%20146.0b7.exe - InstallerSha256: C2F30605B653C4CDC2DCB2939280E4B4697F3947CFF43D86BB05347E03BA263A + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64/zh-TW/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 106C906A3C204DA49D88056A0473914FD96A8FAF1C6414C0BC3AB0809BF1595E ProductCode: Firefox Developer Edition 146.0 (x64 zh-TW) - Architecture: arm64 - InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b7/win64-aarch64/zh-TW/Firefox%20Setup%20146.0b7.exe - InstallerSha256: F4FD96F44F1359B1A18126637E6EF18DDBE5589577ED4B2F968BE366F1AB5382 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/146.0b8/win64-aarch64/zh-TW/Firefox%20Setup%20146.0b8.exe + InstallerSha256: 7B17840ECACEDB8CB54909A03B62557FD81849B80C0736717130C56EF6A040D3 ProductCode: Firefox Developer Edition 146.0 (arm64 zh-TW) ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/n/Neovim/Neovim/Nightly/0.12.0/Neovim.Neovim.Nightly.installer.yaml b/manifests/n/Neovim/Neovim/Nightly/0.12.0/Neovim.Neovim.Nightly.installer.yaml index c53e3d94b09a5..82538c470ea2c 100644 --- a/manifests/n/Neovim/Neovim/Nightly/0.12.0/Neovim.Neovim.Nightly.installer.yaml +++ b/manifests/n/Neovim/Neovim/Nightly/0.12.0/Neovim.Neovim.Nightly.installer.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2025/Nov/27 +# Automatically updated by the winget bot at 2025/Nov/28 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: Neovim.Neovim.Nightly @@ -12,7 +12,7 @@ AppsAndFeaturesEntries: Installers: - Architecture: x64 InstallerUrl: https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.msi - InstallerSha256: 4E5A52F50ED84B2998BF67B18072D55C9BEACC223695F646401A71C85F165C90 - ProductCode: '{273368A5-3B78-4FAC-99B6-71D74096C2A5}' + InstallerSha256: 77A3364C56652D1288F34963FAA889F87A4B2D6F972A98B875C5B0ECD835DFB2 + ProductCode: '{7AAB2D18-953F-492C-90F8-64223CC366D3}' ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/n/Neovim/Neovim/Nightly/0.12.0/Neovim.Neovim.Nightly.locale.en-US.yaml b/manifests/n/Neovim/Neovim/Nightly/0.12.0/Neovim.Neovim.Nightly.locale.en-US.yaml index 0a1dc8015aa49..86faaa97f1b5f 100644 --- a/manifests/n/Neovim/Neovim/Nightly/0.12.0/Neovim.Neovim.Nightly.locale.en-US.yaml +++ b/manifests/n/Neovim/Neovim/Nightly/0.12.0/Neovim.Neovim.Nightly.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2025/Nov/27 +# Automatically updated by the winget bot at 2025/Nov/28 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: Neovim.Neovim.Nightly diff --git a/manifests/n/Neovim/Neovim/Nightly/0.12.0/Neovim.Neovim.Nightly.yaml b/manifests/n/Neovim/Neovim/Nightly/0.12.0/Neovim.Neovim.Nightly.yaml index 3195da7a987a3..2efc91be0a5d1 100644 --- a/manifests/n/Neovim/Neovim/Nightly/0.12.0/Neovim.Neovim.Nightly.yaml +++ b/manifests/n/Neovim/Neovim/Nightly/0.12.0/Neovim.Neovim.Nightly.yaml @@ -1,4 +1,4 @@ -# Automatically updated by the winget bot at 2025/Nov/27 +# Automatically updated by the winget bot at 2025/Nov/28 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: Neovim.Neovim.Nightly diff --git a/manifests/n/NetEase/YoudaoNote/8.2.10/NetEase.YoudaoNote.installer.yaml b/manifests/n/NetEase/YoudaoNote/8.2.10/NetEase.YoudaoNote.installer.yaml new file mode 100644 index 0000000000000..7403d078ee5a5 --- /dev/null +++ b/manifests/n/NetEase/YoudaoNote/8.2.10/NetEase.YoudaoNote.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: NetEase.YoudaoNote +PackageVersion: 8.2.10 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: e0397fb9-ce0d-5ee5-8455-1e3dc75b4034 +ReleaseDate: 2025-11-25 +Installers: +- Architecture: x64 + InstallerUrl: https://artifact.lx.netease.com/download/ynote-electron/有道云笔记-8.2.10.exe + InstallerSha256: 066ECD0AC3731A505F103DE65A825EF92A71A24EA255090C987B0528D9175A81 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/n/NetEase/YoudaoNote/8.2.10/NetEase.YoudaoNote.locale.en-US.yaml b/manifests/n/NetEase/YoudaoNote/8.2.10/NetEase.YoudaoNote.locale.en-US.yaml new file mode 100644 index 0000000000000..fcde528a85cdb --- /dev/null +++ b/manifests/n/NetEase/YoudaoNote/8.2.10/NetEase.YoudaoNote.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.10.0.schema.json + +PackageIdentifier: NetEase.YoudaoNote +PackageVersion: 8.2.10 +PackageLocale: en-US +Publisher: 网易公司 +PublisherUrl: https://note.youdao.com/ +PublisherSupportUrl: https://note.youdao.com/help-center/ +PrivacyUrl: https://note.youdao.com/license-secrecy.html +Author: NetEase Youdao Information Technology (Beijing) Co., Ltd. +PackageName: 有道云笔记 +PackageUrl: https://note.youdao.com/note-download +License: Proprietary +LicenseUrl: https://note.youdao.com/license.html +Copyright: Copyright © 2025 NetEase +ShortDescription: Online resource base for individuals and teams from NetEase Youdao +Description: YNote is a multi-platform note-taking tool that powers hundreds of millions of excellent users through scanning, voice, Markdown, collection and other note-taking methods. +Tags: +- backlink +- bi-directional-link +- collaboration +- diagram +- docs +- document +- markdown +- mind-map +- mindmap +- notes +- reference +- share +- sheet +- sync +- team +- template +ReleaseNotesUrl: https://note.youdao.com/help-center/changelog_windows.html +PurchaseUrl: https://note.youdao.com/vip-charge/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/n/NetEase/YoudaoNote/8.2.10/NetEase.YoudaoNote.locale.zh-CN.yaml b/manifests/n/NetEase/YoudaoNote/8.2.10/NetEase.YoudaoNote.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a44ecae6a3f3a --- /dev/null +++ b/manifests/n/NetEase/YoudaoNote/8.2.10/NetEase.YoudaoNote.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: NetEase.YoudaoNote +PackageVersion: 8.2.10 +PackageLocale: zh-CN +Publisher: 网易公司 +PublisherUrl: https://note.youdao.com/ +PublisherSupportUrl: https://note.youdao.com/help-center/ +PrivacyUrl: https://note.youdao.com/license-secrecy.html +Author: 网易有道信息技术(北京)有限公司 +PackageName: 有道云笔记 +PackageUrl: https://note.youdao.com/note-download +License: 专有软件 +LicenseUrl: https://note.youdao.com/license.html +Copyright: Copyright © 2025 NetEase +ShortDescription: 网易有道推出的个人与团队的线上资料库软件 +Description: 有道云笔记是一款多平台记录工具,通过扫描、语音、Markdown、收藏等记录方式,为亿万优秀用户提供助力。 +Tags: +- markdown +- 共享 +- 协作 +- 协同 +- 双向链接 +- 反向链接 +- 同步 +- 团队 +- 图表 +- 引用 +- 思维导图 +- 文档 +- 模板 +- 笔记 +- 脑图 +- 表格 +ReleaseNotes: |- + 【功能新增】 + - 文档编辑新增公式能力,支持用户插入数学公式; + - 搜索支持默认选中当前文件夹; + - 笔记目录支持一键展开和收起; + - 代码块新增 groovy、batch 等语言。 + + 【体验优化】 + - 修复已知问题和 UI 交互,提升用户体验。 + + 感谢你使用有道云笔记,记录,成为更好的自己! +ReleaseNotesUrl: https://note.youdao.com/help-center/changelog_windows.html +PurchaseUrl: https://note.youdao.com/vip-charge/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/n/NetEase/YoudaoNote/8.2.10/NetEase.YoudaoNote.yaml b/manifests/n/NetEase/YoudaoNote/8.2.10/NetEase.YoudaoNote.yaml new file mode 100644 index 0000000000000..83120a7bb044b --- /dev/null +++ b/manifests/n/NetEase/YoudaoNote/8.2.10/NetEase.YoudaoNote.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: NetEase.YoudaoNote +PackageVersion: 8.2.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/n/Novacura/FlowClient/1.33.2/Novacura.FlowClient.installer.yaml b/manifests/n/Novacura/FlowClient/1.33.2/Novacura.FlowClient.installer.yaml new file mode 100644 index 0000000000000..c1a422daea2a4 --- /dev/null +++ b/manifests/n/Novacura/FlowClient/1.33.2/Novacura.FlowClient.installer.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Novacura.FlowClient +PackageVersion: 1.33.2 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: '{F70E819D-ED81-4948-A2DA-B9EC91720BC4}}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://home.novacuraflow.com/Downloads/NGClients/web/Flow%20Forms%20WebClient.exe + InstallerSha256: 53BE799F178CE8657452084F8D0D5502C109F808ADB74C5D3F0AF455662E3B22 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/n/Novacura/FlowClient/1.33.2/Novacura.FlowClient.locale.en-US.yaml b/manifests/n/Novacura/FlowClient/1.33.2/Novacura.FlowClient.locale.en-US.yaml new file mode 100644 index 0000000000000..3c5da97e1caab --- /dev/null +++ b/manifests/n/Novacura/FlowClient/1.33.2/Novacura.FlowClient.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Novacura.FlowClient +PackageVersion: 1.33.2 +PackageLocale: en-US +Publisher: Novacura AB +PublisherUrl: https://www.novacura.com/ +PublisherSupportUrl: https://forum.novacura.com/ +PrivacyUrl: https://www.novacura.com/privacy-policy/ +Author: Novacura AB +PackageName: Flow Classic - Windows Client +PackageUrl: https://help.novacuraflow.com/clients/web-client +License: Proprietary +Copyright: Copyright (C) NovaCura AB, all rights reserved +ShortDescription: Run workflows created in the Flow Studio. +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/n/Novacura/FlowClient/1.33.2/Novacura.FlowClient.locale.zh-CN.yaml b/manifests/n/Novacura/FlowClient/1.33.2/Novacura.FlowClient.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2b21572674913 --- /dev/null +++ b/manifests/n/Novacura/FlowClient/1.33.2/Novacura.FlowClient.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Novacura.FlowClient +PackageVersion: 1.33.2 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 运行在 Flow Studio 中创建的工作流。 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/n/Novacura/FlowClient/1.33.2/Novacura.FlowClient.yaml b/manifests/n/Novacura/FlowClient/1.33.2/Novacura.FlowClient.yaml new file mode 100644 index 0000000000000..31cabeaa6c840 --- /dev/null +++ b/manifests/n/Novacura/FlowClient/1.33.2/Novacura.FlowClient.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Novacura.FlowClient +PackageVersion: 1.33.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenJS/Electron/35/35.5.0/OpenJS.Electron.35.installer.yaml b/manifests/o/OpenJS/Electron/35/35.5.0/OpenJS.Electron.35.installer.yaml index 33f610b51698e..749f2738e6fcb 100644 --- a/manifests/o/OpenJS/Electron/35/35.5.0/OpenJS.Electron.35.installer.yaml +++ b/manifests/o/OpenJS/Electron/35/35.5.0/OpenJS.Electron.35.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: OpenJS.Electron.35 PackageVersion: 35.5.0 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://github.com/electron/electron/releases/download/v35.5.0/electron-v35.5.0-win32-arm64.zip InstallerSha256: E82778F5566EBCE86C5AF8E807FCC94C1199E7801AA4ABDFA204E39AEC062CA1 ManifestType: installer -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenJS/Electron/35/35.5.0/OpenJS.Electron.35.locale.en-US.yaml b/manifests/o/OpenJS/Electron/35/35.5.0/OpenJS.Electron.35.locale.en-US.yaml index 4fa6d62e22005..0b544baf227ef 100644 --- a/manifests/o/OpenJS/Electron/35/35.5.0/OpenJS.Electron.35.locale.en-US.yaml +++ b/manifests/o/OpenJS/Electron/35/35.5.0/OpenJS.Electron.35.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: OpenJS.Electron.35 PackageVersion: 35.5.0 @@ -44,4 +44,4 @@ ReleaseNotes: |- - Updated Node.js to v22.15.1. #47102 ReleaseNotesUrl: https://github.com/electron/electron/releases/tag/v35.5.0 ManifestType: defaultLocale -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenJS/Electron/35/35.5.0/OpenJS.Electron.35.yaml b/manifests/o/OpenJS/Electron/35/35.5.0/OpenJS.Electron.35.yaml index c20a06dd52d82..8d3d557f5983e 100644 --- a/manifests/o/OpenJS/Electron/35/35.5.0/OpenJS.Electron.35.yaml +++ b/manifests/o/OpenJS/Electron/35/35.5.0/OpenJS.Electron.35.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: OpenJS.Electron.35 PackageVersion: 35.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenJS/Electron/35/35.5.1/OpenJS.Electron.35.installer.yaml b/manifests/o/OpenJS/Electron/35/35.5.1/OpenJS.Electron.35.installer.yaml index e025ceaa4630f..cbb5f6c80d2c1 100644 --- a/manifests/o/OpenJS/Electron/35/35.5.1/OpenJS.Electron.35.installer.yaml +++ b/manifests/o/OpenJS/Electron/35/35.5.1/OpenJS.Electron.35.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: OpenJS.Electron.35 PackageVersion: 35.5.1 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://github.com/electron/electron/releases/download/v35.5.1/electron-v35.5.1-win32-arm64.zip InstallerSha256: DC2660E7D9BF3DE3C987F7F2B27D1C8FEEB71B218D374EA1D56A715EBC12EF15 ManifestType: installer -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenJS/Electron/35/35.5.1/OpenJS.Electron.35.locale.en-US.yaml b/manifests/o/OpenJS/Electron/35/35.5.1/OpenJS.Electron.35.locale.en-US.yaml index 65c054a794b20..12fdcc712f5b9 100644 --- a/manifests/o/OpenJS/Electron/35/35.5.1/OpenJS.Electron.35.locale.en-US.yaml +++ b/manifests/o/OpenJS/Electron/35/35.5.1/OpenJS.Electron.35.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: OpenJS.Electron.35 PackageVersion: 35.5.1 @@ -33,4 +33,4 @@ ReleaseNotes: |- - Security: backported fix for CVE-2025-5419. #47354 ReleaseNotesUrl: https://github.com/electron/electron/releases/tag/v35.5.1 ManifestType: defaultLocale -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenJS/Electron/35/35.5.1/OpenJS.Electron.35.yaml b/manifests/o/OpenJS/Electron/35/35.5.1/OpenJS.Electron.35.yaml index 2f6eacd4a9ba7..559e2228d8bb4 100644 --- a/manifests/o/OpenJS/Electron/35/35.5.1/OpenJS.Electron.35.yaml +++ b/manifests/o/OpenJS/Electron/35/35.5.1/OpenJS.Electron.35.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.11.2 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: OpenJS.Electron.35 PackageVersion: 35.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.9.0 +ManifestVersion: 1.10.0 diff --git a/manifests/o/Opera/OperaGX/124.0.5705.61/Opera.OperaGX.installer.yaml b/manifests/o/Opera/OperaGX/124.0.5705.61/Opera.OperaGX.installer.yaml new file mode 100644 index 0000000000000..89bc72d492be7 --- /dev/null +++ b/manifests/o/Opera/OperaGX/124.0.5705.61/Opera.OperaGX.installer.yaml @@ -0,0 +1,57 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Opera.OperaGX +PackageVersion: 124.0.5705.61 +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /silent + SilentWithProgress: /runimmediately +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- opera-gxstable +FileExtensions: +- crx +- gxanimations +- htm +- html +- opdownload +- pdf +- shtml +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera_gx/124.0.5705.61/win/Opera_GX_124.0.5705.61_Setup.exe + InstallerSha256: 2351C62D4D981DBE2E5D0DBEDB52F96A8FB839C0DBB72D011D17ED2B35983C55 + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x86 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera_gx/124.0.5705.61/win/Opera_GX_124.0.5705.61_Setup.exe + InstallerSha256: 2351C62D4D981DBE2E5D0DBEDB52F96A8FB839C0DBB72D011D17ED2B35983C55 + InstallerSwitches: + Custom: /allusers=1 +- Architecture: x64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera_gx/124.0.5705.61/win/Opera_GX_124.0.5705.61_Setup_x64.exe + InstallerSha256: E1D4A2F2C4DDF1DB8CC442406A2C9395362D2A8F8F43D067D68530B55593EDD6 + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera_gx/124.0.5705.61/win/Opera_GX_124.0.5705.61_Setup_x64.exe + InstallerSha256: E1D4A2F2C4DDF1DB8CC442406A2C9395362D2A8F8F43D067D68530B55593EDD6 + InstallerSwitches: + Custom: /allusers=1 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/o/Opera/OperaGX/124.0.5705.61/Opera.OperaGX.locale.en-US.yaml b/manifests/o/Opera/OperaGX/124.0.5705.61/Opera.OperaGX.locale.en-US.yaml new file mode 100644 index 0000000000000..5b05ecaf1ae56 --- /dev/null +++ b/manifests/o/Opera/OperaGX/124.0.5705.61/Opera.OperaGX.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Opera.OperaGX +PackageVersion: 124.0.5705.61 +PackageLocale: en-US +Publisher: Opera Software +PublisherUrl: https://www.opera.com/ +PublisherSupportUrl: https://www.opera.com/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Norway AS +PackageName: Opera GX Stable +PackageUrl: https://www.opera.com/gx +License: Freeware +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: Copyright © 1995-2025 Opera Software AS. All rights reserved. +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: Opera GX is a special version of the Opera browser which, on top of Opera’s great features for privacy, security and efficiency, includes special features designed to complement gaming. +Moniker: operagx +Tags: +- browser +- chromium +- internet +- web +- webpage +Documentations: +- DocumentLabel: Tutorial + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: FAQ + DocumentUrl: https://help.opera.com/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/o/Opera/OperaGX/124.0.5705.61/Opera.OperaGX.locale.zh-CN.yaml b/manifests/o/Opera/OperaGX/124.0.5705.61/Opera.OperaGX.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d4af8dea80c96 --- /dev/null +++ b/manifests/o/Opera/OperaGX/124.0.5705.61/Opera.OperaGX.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Opera.OperaGX +PackageVersion: 124.0.5705.61 +PackageLocale: zh-CN +Publisher: Opera Software +PublisherUrl: https://www.opera.com/zh-cn +PublisherSupportUrl: https://www.opera.com/zh-cn/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Norway AS +PackageName: Opera GX Stable +PackageUrl: https://www.opera.com/zh-cn/gx +License: 免费软件 +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: 版权所有 © 1995-2025 Opera Software AS。保留所有权利。 +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: Opera GX 是 Opera 浏览器的一个特殊版本,不仅继承了 Opera 在隐私、安全和效率方面的强大功能,还包括专门为游戏设计的特殊功能。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +Documentations: +- DocumentLabel: 教程 + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: 常见问题 + DocumentUrl: https://help.opera.com/faq/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/o/Opera/OperaGX/124.0.5705.61/Opera.OperaGX.yaml b/manifests/o/Opera/OperaGX/124.0.5705.61/Opera.OperaGX.yaml new file mode 100644 index 0000000000000..8aed3c25d8b0d --- /dev/null +++ b/manifests/o/Opera/OperaGX/124.0.5705.61/Opera.OperaGX.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Opera.OperaGX +PackageVersion: 124.0.5705.61 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/o/Overmind/OvermindCLI/1.10.4/Overmind.OvermindCLI.installer.yaml b/manifests/o/Overmind/OvermindCLI/1.10.4/Overmind.OvermindCLI.installer.yaml new file mode 100644 index 0000000000000..cea1b2d664b7a --- /dev/null +++ b/manifests/o/Overmind/OvermindCLI/1.10.4/Overmind.OvermindCLI.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: Overmind.OvermindCLI +PackageVersion: 1.10.4 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2025-11-26" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: overmind.exe + PortableCommandAlias: overmind + InstallerUrl: https://github.com/overmindtech/cli/releases/download/v1.10.4/overmind_cli_Windows_i386.zip + InstallerSha256: 00eb65e4bd2ec85625f88f1e9cc9b25392f473d88e0ecaa527a9d2f23d5c2589 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: overmind.exe + PortableCommandAlias: overmind + InstallerUrl: https://github.com/overmindtech/cli/releases/download/v1.10.4/overmind_cli_Windows_arm64.zip + InstallerSha256: 13e2aec87ece16459d7ae3c0e608f255e3bf5f90f29079cf32b9f66c990a60c0 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: overmind.exe + PortableCommandAlias: overmind + InstallerUrl: https://github.com/overmindtech/cli/releases/download/v1.10.4/overmind_cli_Windows_x86_64.zip + InstallerSha256: dc861ecba8e804773abb8c0738cf18f09809b3752a8fc9a9d8f933103ad115c4 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/o/Overmind/OvermindCLI/1.10.4/Overmind.OvermindCLI.locale.en-US.yaml b/manifests/o/Overmind/OvermindCLI/1.10.4/Overmind.OvermindCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..d71ab32fee208 --- /dev/null +++ b/manifests/o/Overmind/OvermindCLI/1.10.4/Overmind.OvermindCLI.locale.en-US.yaml @@ -0,0 +1,22 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: Overmind.OvermindCLI +PackageVersion: 1.10.4 +PackageLocale: en-US +Publisher: Overmind +PublisherUrl: https://overmind.tech/ +PublisherSupportUrl: https://github.com/overmindtech/cli/issues/new +PackageName: OvermindCLI +PackageUrl: https://overmind.tech/ +License: FSL-1.1-Apache-2.0 +LicenseUrl: https://github.com/overmindtech/cli?tab=License-1-ov-file#readme +Copyright: Copyright 2024 Overmind Technology Inc. +ShortDescription: Predict what will happen for any given change +Description: Overmind calculates the impact of Terraform changes in your infrastructure, including the blast radius and likely risks. +Moniker: OvermindCLI +ReleaseNotes: | + ## Changelog + * 3a6b123404a1d6d7c81337111f8660be849a52d7 Moved to using a PAT to release the CLI (#3153) + * a68dc0056eb1ac875c45754f4700441147a5a5ec Run go mod tidy +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/o/Overmind/OvermindCLI/1.10.4/Overmind.OvermindCLI.yaml b/manifests/o/Overmind/OvermindCLI/1.10.4/Overmind.OvermindCLI.yaml new file mode 100644 index 0000000000000..3bcfb0babe75b --- /dev/null +++ b/manifests/o/Overmind/OvermindCLI/1.10.4/Overmind.OvermindCLI.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.10.0.schema.json +PackageIdentifier: Overmind.OvermindCLI +PackageVersion: 1.10.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/p/PerfectWorld/PerfectWorldArena/1.0.25112713.1209/PerfectWorld.PerfectWorldArena.installer.yaml b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.25112713.1209/PerfectWorld.PerfectWorldArena.installer.yaml new file mode 100644 index 0000000000000..1921c4ace2562 --- /dev/null +++ b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.25112713.1209/PerfectWorld.PerfectWorldArena.installer.yaml @@ -0,0 +1,20 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: PerfectWorld.PerfectWorldArena +PackageVersion: 1.0.25112713.1209 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +FileExtensions: +- wmpvp +ProductCode: '{a9be7c93-59b5-5f11-bbb9-964db82cbf57}' +ReleaseDate: 2025-11-27 +Installers: +- Architecture: x86 + InstallerUrl: https://client.wmpvp.com/download/perfectworldarena_win32_v1.0.25112713.exe + InstallerSha256: E5CC7760F22DF7A3905C199E0D1570F5FE8392ECE1B56B43348F8E31597FBABB +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/p/PerfectWorld/PerfectWorldArena/1.0.25112713.1209/PerfectWorld.PerfectWorldArena.locale.en-US.yaml b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.25112713.1209/PerfectWorld.PerfectWorldArena.locale.en-US.yaml new file mode 100644 index 0000000000000..160485d09bdf1 --- /dev/null +++ b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.25112713.1209/PerfectWorld.PerfectWorldArena.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: PerfectWorld.PerfectWorldArena +PackageVersion: 1.0.25112713.1209 +PackageLocale: en-US +Publisher: Perfect World +PublisherUrl: https://www.pwesports.cn/ +Author: Perfect World Zhengqi (Shanghai) Multimedia Technology Co., Ltd. +PackageName: 完美世界竞技平台 +PackageUrl: https://pvp.wanmei.com/ +License: Proprietary +Copyright: Copyright © 2025 Perfect World +ShortDescription: Perfect World Arena is a comprehensive PvP platform developed by Perfect World for every player. It is low-threshold, easy to use, interaction aware, and professional yet fun. +Tags: +- csgo +- dota2 +- game +- gaming +PurchaseUrl: https://pvp.wanmei.com/vip +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://pvp.wanmei.com/csgo/question/list +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/p/PerfectWorld/PerfectWorldArena/1.0.25112713.1209/PerfectWorld.PerfectWorldArena.locale.zh-CN.yaml b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.25112713.1209/PerfectWorld.PerfectWorldArena.locale.zh-CN.yaml new file mode 100644 index 0000000000000..88611e5a8a221 --- /dev/null +++ b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.25112713.1209/PerfectWorld.PerfectWorldArena.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: PerfectWorld.PerfectWorldArena +PackageVersion: 1.0.25112713.1209 +PackageLocale: zh-CN +Publisher: Perfect World +PublisherUrl: https://www.pwesports.cn/ +Author: 完美世界征奇(上海)多媒体科技有限公司 +PackageName: 完美世界竞技平台 +PackageUrl: https://pvp.wanmei.com/ +License: 专有软件 +Copyright: Copyright © 2025 Perfect World +ShortDescription: 完美世界竞技平台是一款由完美世界开发的适合每一位玩家的低门槛、易操作、重交互、兼具专业性与趣味性的集成式对战平台。 +Tags: +- csgo +- dota2 +- 游戏 +ReleaseNotes: |- + 【反作弊】“破冰行动”持续推进中,试图“绕过 VT-d 检测”者难逃法网!跟踪钓鱼两周后再封禁 1200+ 作弊账号与设备机器码,后续将进一步迭代检测技术,提高封禁效率。封禁名单及数据详见平台专题新闻~ + 【反作弊】拓展了 AI 类外挂特征库,扩大了此类外挂的检测识别范围; + 【新增】房间内新增<校友邀请>功能,玩家可邀请同校及同地区其他学校学生组队开黑,助力高校玩家快速组队一键开黑;IM 模块新增<校友推荐>入口,可查看同校及附近学校学生的最新状态,便于添加好友共同游戏~ + 【优化】CFG 云备份功能升级为列表展示形式,支持最多对 5 个 CFG 配置进行云备份,并可进行备注标注,提升配置管理便捷性;天梯房间新增 CFG 备份引导相关提示,支持一键跳转至配置页面; + 【优化】全局调整了 WE 的转化算法,解决了由于未重视关键局中关键表现,导致的整场比赛的综合 WE 数值异常低的问题; + 【优化】GO 指导页面调整优化了优劣数据的展示逻辑; + 【优化】随机皮肤功能适配印花挂件; + 【优化】明星时刻挑战&明星训练:新增 Blast Rivals 香港赛事名场面,更新包含 donk、zywoo 等选手的精彩名场面。 +PurchaseUrl: https://pvp.wanmei.com/vip +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://pvp.wanmei.com/csgo/question/list +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/t/TrackerSoftware/PDF-XChangeStandard/10.7.5.403/TrackerSoftware.PDF-XChangeStandard.yaml b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.25112713.1209/PerfectWorld.PerfectWorldArena.yaml similarity index 51% rename from manifests/t/TrackerSoftware/PDF-XChangeStandard/10.7.5.403/TrackerSoftware.PDF-XChangeStandard.yaml rename to manifests/p/PerfectWorld/PerfectWorldArena/1.0.25112713.1209/PerfectWorld.PerfectWorldArena.yaml index aa89a25f6b52f..508ec918a7596 100644 --- a/manifests/t/TrackerSoftware/PDF-XChangeStandard/10.7.5.403/TrackerSoftware.PDF-XChangeStandard.yaml +++ b/manifests/p/PerfectWorld/PerfectWorldArena/1.0.25112713.1209/PerfectWorld.PerfectWorldArena.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2025/Nov/01 +# Automatically updated by the winget bot at 2025/Nov/28 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json -PackageIdentifier: TrackerSoftware.PDF-XChangeStandard -PackageVersion: 10.7.5.403 +PackageIdentifier: PerfectWorld.PerfectWorldArena +PackageVersion: 1.0.25112713.1209 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/p/Postman/Postman/11.73.5/Postman.Postman.installer.yaml b/manifests/p/Postman/Postman/11.73.5/Postman.Postman.installer.yaml new file mode 100644 index 0000000000000..ca0315891ff19 --- /dev/null +++ b/manifests/p/Postman/Postman/11.73.5/Postman.Postman.installer.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Postman.Postman +PackageVersion: 11.73.5 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- postman +ProductCode: Postman +ReleaseDate: 2025-11-28 +Installers: +- Architecture: x64 + InstallerUrl: https://dl.pstmn.io/download/version/11.73.5/windows_64 + InstallerSha256: 67182BA2E8F0E2F4B92E898AF1436F04415AE6059A6CB43060D57661F9F81FA1 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/p/Postman/Postman/11.73.5/Postman.Postman.locale.en-US.yaml b/manifests/p/Postman/Postman/11.73.5/Postman.Postman.locale.en-US.yaml new file mode 100644 index 0000000000000..3493bec66e97f --- /dev/null +++ b/manifests/p/Postman/Postman/11.73.5/Postman.Postman.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.10.0.schema.json + +PackageIdentifier: Postman.Postman +PackageVersion: 11.73.5 +PackageLocale: en-US +Publisher: Postman +PublisherUrl: https://www.postman.com/ +PublisherSupportUrl: https://www.postman.com/support/ +PrivacyUrl: https://www.postman.com/legal/privacy-policy/ +Author: Postman, Inc. +PackageName: Postman +PackageUrl: https://www.postman.com/downloads/ +License: Proprietary +LicenseUrl: https://www.postman.com/legal/terms/ +Copyright: © 2025 Postman, Inc. +CopyrightUrl: https://www.postman.com/legal/terms/ +ShortDescription: The Collaboration Platform for API Development +Description: Postman is a collaboration platform for API development. Postman's features simplify each step of building an API and streamline collaboration so you can create better APIs — faster. +Moniker: postman +Tags: +- api +- automation +- debug +- develop +- development +- interface +- internet +- network +- request +- response +PurchaseUrl: https://www.postman.com/pricing/ +Documentations: +- DocumentLabel: Learning Center + DocumentUrl: https://learning.postman.com/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/p/Postman/Postman/11.73.5/Postman.Postman.locale.zh-CN.yaml b/manifests/p/Postman/Postman/11.73.5/Postman.Postman.locale.zh-CN.yaml new file mode 100644 index 0000000000000..35bd5eb6e63fe --- /dev/null +++ b/manifests/p/Postman/Postman/11.73.5/Postman.Postman.locale.zh-CN.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Postman.Postman +PackageVersion: 11.73.5 +PackageLocale: zh-CN +Publisher: Postman +PublisherUrl: https://www.postman.com/ +PublisherSupportUrl: https://www.postman.com/support/ +PrivacyUrl: https://www.postman.com/legal/privacy-policy/ +Author: Postman, Inc. +PackageName: Postman +PackageUrl: https://www.postman.com/downloads/ +License: 专有软件 +LicenseUrl: https://www.postman.com/legal/terms/ +Copyright: © 2025 Postman, Inc. +CopyrightUrl: https://www.postman.com/legal/terms/ +ShortDescription: API 开发协作平台 +Description: Postman 是一个 API 开发协作平台,简化构建 API 流程的每一步,并让协作流水线化,从而更快更好地创建 API。 +Tags: +- api +- 互联网 +- 响应 +- 开发 +- 接口 +- 网络 +- 自动化 +- 请求 +- 调试 +PurchaseUrl: https://www.postman.com/pricing/ +Documentations: +- DocumentLabel: 学习中心 + DocumentUrl: https://learning.postman.com/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/p/Postman/Postman/11.73.5/Postman.Postman.yaml b/manifests/p/Postman/Postman/11.73.5/Postman.Postman.yaml new file mode 100644 index 0000000000000..e09beb0883487 --- /dev/null +++ b/manifests/p/Postman/Postman/11.73.5/Postman.Postman.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Postman.Postman +PackageVersion: 11.73.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/p/PyPA/Hatch/1.16.0/PyPA.Hatch.installer.yaml b/manifests/p/PyPA/Hatch/1.16.0/PyPA.Hatch.installer.yaml new file mode 100644 index 0000000000000..956638205dbf3 --- /dev/null +++ b/manifests/p/PyPA/Hatch/1.16.0/PyPA.Hatch.installer.yaml @@ -0,0 +1,51 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: PyPA.Hatch +PackageVersion: 1.16.0 +Scope: machine +UpgradeBehavior: install +Commands: +- hatch +ReleaseDate: 2025-11-27 +Installers: +- Architecture: x86 + InstallerType: wix + InstallerUrl: https://github.com/pypa/hatch/releases/download/hatch-v1.16.0/hatch-x86.msi + InstallerSha256: 217C55C1777CDC93B5C7929CA8EE25F218611754483951F0063BFA966AEC63AE + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{171BDC5E-543F-44D7-A090-1D15D55C0ECB}' + AppsAndFeaturesEntries: + - ProductCode: '{171BDC5E-543F-44D7-A090-1D15D55C0ECB}' + UpgradeCode: '{FD7A2091-85DB-5381-9D0B-A70CCB1780AB}' +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://github.com/pypa/hatch/releases/download/hatch-v1.16.0/hatch-x64.msi + InstallerSha256: 8A910D64F0BFD904FC38CD21E009978D0E61D8D2741781B038F1511CD2478FF6 + InstallerSwitches: + InstallLocation: APPLICATIONFOLDER="" + ProductCode: '{FA9DFBD9-685B-4ED5-8493-EB7A0160BEE9}' + AppsAndFeaturesEntries: + - ProductCode: '{FA9DFBD9-685B-4ED5-8493-EB7A0160BEE9}' + UpgradeCode: '{FD7A2091-85DB-5381-9D0B-A70CCB1780AB}' +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://github.com/pypa/hatch/releases/download/hatch-v1.16.0/hatch-universal.exe + InstallerSha256: 7AC5BC8E021DC1B0DCA9EC8B0E6F61348A2095F6EA1912A71CC6A5E36DD4400D + ProductCode: '{f6d24865-b16c-44a5-81b2-0ac55922feac}' + AppsAndFeaturesEntries: + - ProductCode: '{f6d24865-b16c-44a5-81b2-0ac55922feac}' + UpgradeCode: '{B37530C5-BA4B-5B74-8FD2-11B3C6FEC322}' + ElevationRequirement: elevatesSelf +- Architecture: x64 + InstallerType: burn + InstallerUrl: https://github.com/pypa/hatch/releases/download/hatch-v1.16.0/hatch-universal.exe + InstallerSha256: 7AC5BC8E021DC1B0DCA9EC8B0E6F61348A2095F6EA1912A71CC6A5E36DD4400D + ProductCode: '{f6d24865-b16c-44a5-81b2-0ac55922feac}' + AppsAndFeaturesEntries: + - ProductCode: '{f6d24865-b16c-44a5-81b2-0ac55922feac}' + UpgradeCode: '{B37530C5-BA4B-5B74-8FD2-11B3C6FEC322}' + ElevationRequirement: elevatesSelf +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/p/PyPA/Hatch/1.16.0/PyPA.Hatch.locale.en-US.yaml b/manifests/p/PyPA/Hatch/1.16.0/PyPA.Hatch.locale.en-US.yaml new file mode 100644 index 0000000000000..26b3bba0b507e --- /dev/null +++ b/manifests/p/PyPA/Hatch/1.16.0/PyPA.Hatch.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: PyPA.Hatch +PackageVersion: 1.16.0 +PackageLocale: en-US +Publisher: Python Packaging Authority +PublisherUrl: https://www.pypa.io/ +PublisherSupportUrl: https://github.com/pypa/hatch/issues +PackageName: Hatch +PackageUrl: https://hatch.pypa.io/ +License: MIT +LicenseUrl: https://github.com/pypa/hatch/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) 2025-present Ofek Lev +ShortDescription: A modern, extensible Python project manager. +Tags: +- py +- python +ReleaseNotes: |- + Changed: + - Drop support for 3.9 + - Environment type plugins are now no longer expected to support a pseudo-build environment as any environment now may be used for building. The following methods have been removed: build_environment, build_environment_exists, run_builder, construct_build_command + Added: + - Support for workspaces inspired by Cargo Workspaces + - Dependency group support. + - The version and project metadata commands now support projects that do not use Hatchling as the build backend + - The version command accepts a --force option, allowing for downgrades when an explicit version number is given. + - Build environments can now be configured, the default build environment is hatch-build + - The environment interface now has the following methods and properties in order to better support builds on remote machines: project_root, sep, pathsep, fs_context + - Bump the minimum supported version of packaging to 24.2 + - Upgrade Ruff to 0.13.2 + Fixed: + - All HTTP requests now set an identifiable User-Agent header. + - Fix issue where terminal output would be out of sync during build. + - Fix for Click Sentinel value when using run command +ReleaseNotesUrl: https://github.com/pypa/hatch/releases/tag/hatch-v1.16.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/p/PyPA/Hatch/1.16.0/PyPA.Hatch.locale.zh-CN.yaml b/manifests/p/PyPA/Hatch/1.16.0/PyPA.Hatch.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8805712954fc1 --- /dev/null +++ b/manifests/p/PyPA/Hatch/1.16.0/PyPA.Hatch.locale.zh-CN.yaml @@ -0,0 +1,10 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: PyPA.Hatch +PackageVersion: 1.16.0 +PackageLocale: zh-CN +ShortDescription: 现代的、可扩展的 Python 项目管理器。 +ReleaseNotesUrl: https://github.com/pypa/hatch/releases/tag/hatch-v1.16.0 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/p/PyPA/Hatch/1.16.0/PyPA.Hatch.yaml b/manifests/p/PyPA/Hatch/1.16.0/PyPA.Hatch.yaml new file mode 100644 index 0000000000000..cc8b21ce6a52d --- /dev/null +++ b/manifests/p/PyPA/Hatch/1.16.0/PyPA.Hatch.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: PyPA.Hatch +PackageVersion: 1.16.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/p/payhereinc/PayhereSeller/3.1.0/payhereinc.PayhereSeller.installer.yaml b/manifests/p/payhereinc/PayhereSeller/3.1.0/payhereinc.PayhereSeller.installer.yaml new file mode 100644 index 0000000000000..1f67c0ba04d03 --- /dev/null +++ b/manifests/p/payhereinc/PayhereSeller/3.1.0/payhereinc.PayhereSeller.installer.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: payhereinc.PayhereSeller +PackageVersion: 3.1.0 +InstallerType: nullsoft +Installers: +- Architecture: x86 + InstallerUrl: https://desktop.payhere.in/windows/Payhere-Seller.exe + InstallerSha256: 402C326B13B757B8E80F4B8960BDD8A37CEE45BC6BAED15B5A4003D05E40C8EA + AppsAndFeaturesEntries: + - Publisher: payhere inc. + ProductCode: 2778135c-49fa-5035-8784-a1c823cb0e8d +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/p/payhereinc/PayhereSeller/3.1.0/payhereinc.PayhereSeller.locale.en-US.yaml b/manifests/p/payhereinc/PayhereSeller/3.1.0/payhereinc.PayhereSeller.locale.en-US.yaml new file mode 100644 index 0000000000000..76b44b6b8c4a8 --- /dev/null +++ b/manifests/p/payhereinc/PayhereSeller/3.1.0/payhereinc.PayhereSeller.locale.en-US.yaml @@ -0,0 +1,16 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: payhereinc.PayhereSeller +PackageVersion: 3.1.0 +PackageLocale: en-US +Publisher: payhere inc. +PublisherUrl: https://payhere.in/ +PrivacyUrl: https://payhere.in/policy/privacy/ +PackageName: Payhere Seller +License: Proprietary +Copyright: Copyright © 2024 payhere inc. +ShortDescription: Payhere Seller for desktop +Moniker: payhere-seller +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/p/payhereinc/PayhereSeller/3.1.0/payhereinc.PayhereSeller.yaml b/manifests/p/payhereinc/PayhereSeller/3.1.0/payhereinc.PayhereSeller.yaml new file mode 100644 index 0000000000000..5d62a25fac374 --- /dev/null +++ b/manifests/p/payhereinc/PayhereSeller/3.1.0/payhereinc.PayhereSeller.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: payhereinc.PayhereSeller +PackageVersion: 3.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/q/QNAP/NetBakPCAgent/1.3.0/QNAP.NetBakPCAgent.installer.yaml b/manifests/q/QNAP/NetBakPCAgent/1.3.0/QNAP.NetBakPCAgent.installer.yaml new file mode 100644 index 0000000000000..4f04fc32fbb22 --- /dev/null +++ b/manifests/q/QNAP/NetBakPCAgent/1.3.0/QNAP.NetBakPCAgent.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: QNAP.NetBakPCAgent +PackageVersion: 1.3.0 +InstallerType: nullsoft +Scope: machine +ProductCode: QNAP NetBak PC Agent +ReleaseDate: 2025-11-25 +Installers: +- Architecture: x64 + InstallerUrl: https://download.qnap.com/Storage/Utility/QNAP_HDP_PC_Agent-1.3.0.1134.exe + InstallerSha256: B34651710F85E8A74879A1659B9E584E1648359076E6CDDEF74E69F45E56BF5B +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://download.qnap.com.cn/Storage/Utility/QNAP_HDP_PC_Agent-1.3.0.1134.exe + InstallerSha256: B34651710F85E8A74879A1659B9E584E1648359076E6CDDEF74E69F45E56BF5B +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/q/QNAP/NetBakPCAgent/1.3.0/QNAP.NetBakPCAgent.locale.en-US.yaml b/manifests/q/QNAP/NetBakPCAgent/1.3.0/QNAP.NetBakPCAgent.locale.en-US.yaml new file mode 100644 index 0000000000000..0ea607096245c --- /dev/null +++ b/manifests/q/QNAP/NetBakPCAgent/1.3.0/QNAP.NetBakPCAgent.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: QNAP.NetBakPCAgent +PackageVersion: 1.3.0 +PackageLocale: en-US +Publisher: QNAP Systems, Inc. +PublisherUrl: https://www.qnap.com/ +PublisherSupportUrl: https://service.qnap.com/ +PrivacyUrl: https://www.qnap.com/en/legal/qnap-privacy-policy +Author: QNAP Systems, Inc. +PackageName: QNAP NetBak PC Agent +PackageUrl: https://www.qnap.com/en/utilities/essentials +License: Proprietary +LicenseUrl: https://www.qnap.com/en/legal/qnap-website-terms-of-use +Copyright: © 2025 QNAP Systems, Inc. All rights reserved. +CopyrightUrl: https://www.qnap.com/en/legal/qnap-website-terms-of-use +ShortDescription: System backup and full device restoration for Windows® PC and servers. +Description: NetBak PC Agent provides system backup and full device restoration for applications, system settings, and data from Windows® PC and servers. You can easily connect your Windows Client with QNAP NAS in just a few clicks and create backup jobs. NetBak PC Agent also supports restoration without shutting down for greater usage flexibility. +Tags: +- backup +- nas +- storage +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/q/QNAP/NetBakPCAgent/1.3.0/QNAP.NetBakPCAgent.locale.zh-CN.yaml b/manifests/q/QNAP/NetBakPCAgent/1.3.0/QNAP.NetBakPCAgent.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3eb6bde4c40ec --- /dev/null +++ b/manifests/q/QNAP/NetBakPCAgent/1.3.0/QNAP.NetBakPCAgent.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: QNAP.NetBakPCAgent +PackageVersion: 1.3.0 +PackageLocale: zh-CN +PublisherUrl: https://www.qnap.com.cn/zh-cn +PublisherSupportUrl: https://service.qnap.com.cn/ +PrivacyUrl: https://www.qnap.com.cn/zh-cn/legal/qnap-privacy-policy +PackageUrl: https://www.qnap.com.cn/zh-cn/utilities/essentials +License: 专有软件 +LicenseUrl: https://www.qnap.com.cn/zh-cn/legal/qnap-website-terms-of-use +CopyrightUrl: https://www.qnap.com.cn/zh-cn/legal/qnap-website-terms-of-use +ShortDescription: Windows® PC 与服务器的系统备份及整机还原。 +Description: NetBak PC Agent 可针对 Windows 计算机与服务器上的应用程序、系统设置及数据提供系统层级的备份和整机还原,只要简单几个点击即您就可于客户端 Windows 设备完成与 QNAP NAS 的联机设置及建立备份任务。NetBak PC Agent 还支持不关机还原,大幅提升使用弹性。 +Tags: +- nas +- 备份 +- 存储 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/q/QNAP/NetBakPCAgent/1.3.0/QNAP.NetBakPCAgent.yaml b/manifests/q/QNAP/NetBakPCAgent/1.3.0/QNAP.NetBakPCAgent.yaml new file mode 100644 index 0000000000000..f871e37238d51 --- /dev/null +++ b/manifests/q/QNAP/NetBakPCAgent/1.3.0/QNAP.NetBakPCAgent.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: QNAP.NetBakPCAgent +PackageVersion: 1.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/q/QNAP/NetBakReplicator/4.5.17.1031/QNAP.NetBakReplicator.installer.yaml b/manifests/q/QNAP/NetBakReplicator/4.5.17.1031/QNAP.NetBakReplicator.installer.yaml new file mode 100644 index 0000000000000..62e1a9e1a5ae2 --- /dev/null +++ b/manifests/q/QNAP/NetBakReplicator/4.5.17.1031/QNAP.NetBakReplicator.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: QNAP.NetBakReplicator +PackageVersion: 4.5.17.1031 +InstallerType: nullsoft +Scope: machine +ProductCode: NetBak +ReleaseDate: 2025-11-27 +Installers: +- Architecture: x86 + InstallerUrl: https://download.qnap.com/Storage/Utility/QNAPNetBakWindows-4.5.17.1031.exe + InstallerSha256: F0DBC403EC3BBDB74C590C32E9C767C4DFE363C16436667AA4AA829947447362 +- Architecture: x64 + InstallerUrl: https://download.qnap.com/Storage/Utility/QNAPNetBakWindows-4.5.17.1031.exe + InstallerSha256: F0DBC403EC3BBDB74C590C32E9C767C4DFE363C16436667AA4AA829947447362 +- InstallerLocale: zh-CN + Architecture: x86 + InstallerUrl: https://download.qnap.com.cn/Storage/Utility/QNAPNetBakWindows-4.5.17.1031.exe + InstallerSha256: F0DBC403EC3BBDB74C590C32E9C767C4DFE363C16436667AA4AA829947447362 +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://download.qnap.com.cn/Storage/Utility/QNAPNetBakWindows-4.5.17.1031.exe + InstallerSha256: F0DBC403EC3BBDB74C590C32E9C767C4DFE363C16436667AA4AA829947447362 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/q/QNAP/NetBakReplicator/4.5.17.1031/QNAP.NetBakReplicator.locale.en-US.yaml b/manifests/q/QNAP/NetBakReplicator/4.5.17.1031/QNAP.NetBakReplicator.locale.en-US.yaml new file mode 100644 index 0000000000000..f7b5550c517d2 --- /dev/null +++ b/manifests/q/QNAP/NetBakReplicator/4.5.17.1031/QNAP.NetBakReplicator.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: QNAP.NetBakReplicator +PackageVersion: 4.5.17.1031 +PackageLocale: en-US +Publisher: QNAP Systems, Inc. +PublisherUrl: https://www.qnap.com/ +PublisherSupportUrl: https://service.qnap.com/ +PrivacyUrl: https://www.qnap.com/en/legal/qnap-privacy-policy +Author: QNAP Systems, Inc. +PackageName: QNAP NetBak Replicator +PackageUrl: https://www.qnap.com/en/utilities/essentials +License: Proprietary +LicenseUrl: https://www.qnap.com/en/legal/qnap-website-terms-of-use +Copyright: © 2025 QNAP Systems, Inc. All rights reserved. +CopyrightUrl: https://www.qnap.com/en/legal/qnap-website-terms-of-use +ShortDescription: Real-time synchronization, scheduled and auto backup of Windows PCs to QNAP NAS. +Description: QNAP NetBak Replicator features real-time synchronization, scheduled and auto backup of the entire disk drives, documents, multimedia files and e-mails from multiple Windows PCs to QNAP NAS. It also supports backing up to a remote server via FTP and WebDAV over the Internet. +Tags: +- backup +- nas +- storage +ReleaseNotes: |- + [Fixed Issues] + - Fixed minor user interface issues. +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/q/QNAP/NetBakReplicator/4.5.17.1031/QNAP.NetBakReplicator.locale.zh-CN.yaml b/manifests/q/QNAP/NetBakReplicator/4.5.17.1031/QNAP.NetBakReplicator.locale.zh-CN.yaml new file mode 100644 index 0000000000000..74f67f2cf9c60 --- /dev/null +++ b/manifests/q/QNAP/NetBakReplicator/4.5.17.1031/QNAP.NetBakReplicator.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: QNAP.NetBakReplicator +PackageVersion: 4.5.17.1031 +PackageLocale: zh-CN +PublisherUrl: https://www.qnap.com.cn/zh-cn +PublisherSupportUrl: https://service.qnap.com.cn/ +PrivacyUrl: https://www.qnap.com.cn/zh-cn/legal/qnap-privacy-policy +PackageUrl: https://www.qnap.com.cn/zh-cn/utilities/essentials +License: 专有软件 +LicenseUrl: https://www.qnap.com.cn/zh-cn/legal/qnap-website-terms-of-use +CopyrightUrl: https://www.qnap.com.cn/zh-cn/legal/qnap-website-terms-of-use +ShortDescription: 实时同步、排程及自动备份 Windows 计算机至 QNAP NAS。 +Description: NetBak Replicator 协助您将 Windows 计算机上的文件、多媒体档案、电子邮件或整颗硬盘轻松备份至 QNAP NAS。简单几个点击即可快速完成实时备份、排程备份及自动备份。NetBak Replicator 亦支持 FTP 和 WebDAV 网络备份至远程服务器,即使身处异地,还是可以随时备份新增的档案。 +Tags: +- nas +- 备份 +- 存储 +ReleaseNotes: |- + [修复问题] + - 修正一些用户接口小问题。 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/q/QNAP/NetBakReplicator/4.5.17.1031/QNAP.NetBakReplicator.yaml b/manifests/q/QNAP/NetBakReplicator/4.5.17.1031/QNAP.NetBakReplicator.yaml new file mode 100644 index 0000000000000..c4214a0875c68 --- /dev/null +++ b/manifests/q/QNAP/NetBakReplicator/4.5.17.1031/QNAP.NetBakReplicator.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: QNAP.NetBakReplicator +PackageVersion: 4.5.17.1031 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/r/Racket/Racket/9.0/Racket.Racket.installer.yaml b/manifests/r/Racket/Racket/9.0/Racket.Racket.installer.yaml new file mode 100644 index 0000000000000..5464a774541e7 --- /dev/null +++ b/manifests/r/Racket/Racket/9.0/Racket.Racket.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Racket.Racket +PackageVersion: "9.0" +Platform: +- Windows.Desktop +ReleaseDate: 2025-11-22 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: uninstallPrevious +Installers: + - Architecture: x64 + InstallerUrl: https://download.racket-lang.org/releases/9.0/installers/racket-9.0-x86_64-win32-cs.exe + InstallerSha256: 856bf9e82ad588d01fafdbf6002b2fd00137e687b140072506b92a35427851a8 + - Architecture: arm64 + InstallerUrl: https://download.racket-lang.org/releases/9.0/installers/racket-9.0-arm64-win32-cs.exe + InstallerSha256: 2fcc2c27584c2e3529f76d8155d90a5440b605794787b5d3238fb809df8ac5d6 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/r/Racket/Racket/9.0/Racket.Racket.locale.en-US.yaml b/manifests/r/Racket/Racket/9.0/Racket.Racket.locale.en-US.yaml new file mode 100644 index 0000000000000..1155541e1efad --- /dev/null +++ b/manifests/r/Racket/Racket/9.0/Racket.Racket.locale.en-US.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Racket.Racket +PackageVersion: "9.0" +PackageLocale: en-US +Publisher: Racket +PublisherUrl: https://racket-lang.org +PublisherSupportUrl: https://racket-lang.org/help.html +PackageName: Racket +PackageUrl: https://racket-lang.org +License: MIT & Apache version 2.0 +LicenseUrl: https://docs.racket-lang.org/license/index.html +ShortDescription: Racket is a general-purpose, multi-paradigm programming language. +Moniker: racket +Tags: +- programming-language +- racket +ReleaseNotesUrl: https://blog.racket-lang.org/2025/11/racket-v9-0.html +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/r/Racket/Racket/9.0/Racket.Racket.yaml b/manifests/r/Racket/Racket/9.0/Racket.Racket.yaml new file mode 100644 index 0000000000000..794c37e37bfa7 --- /dev/null +++ b/manifests/r/Racket/Racket/9.0/Racket.Racket.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Racket.Racket +PackageVersion: "9.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/r/Raise3D/ideaMaker/5.3.2.8640/Raise3D.ideaMaker.installer.yaml b/manifests/r/Raise3D/ideaMaker/5.3.2.8640/Raise3D.ideaMaker.installer.yaml new file mode 100644 index 0000000000000..d6429ad871b4b --- /dev/null +++ b/manifests/r/Raise3D/ideaMaker/5.3.2.8640/Raise3D.ideaMaker.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Raise3D.ideaMaker +PackageVersion: 5.3.2.8640 +InstallerType: nullsoft +Scope: machine +Protocols: +- ideamaker +FileExtensions: +- 3mf +- firm +- gcode +- i +- idea +- obj +- oltp +- stl +ProductCode: ideaMaker-App +ReleaseDate: 2025-11-27 +Installers: +- Architecture: x64 + InstallerUrl: https://downcdn.raise3d.com/ideamaker/release/5.3.2/install_ideaMaker_5.3.2.8640.exe + InstallerSha256: A7A6E4772C67DBCA6FCEAF08404D1B0A0B24264561B1914645573A63B56A64C1 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/r/Raise3D/ideaMaker/5.3.2.8640/Raise3D.ideaMaker.locale.en-US.yaml b/manifests/r/Raise3D/ideaMaker/5.3.2.8640/Raise3D.ideaMaker.locale.en-US.yaml new file mode 100644 index 0000000000000..23c7b38d7988c --- /dev/null +++ b/manifests/r/Raise3D/ideaMaker/5.3.2.8640/Raise3D.ideaMaker.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.10.0.schema.json + +PackageIdentifier: Raise3D.ideaMaker +PackageVersion: 5.3.2.8640 +PackageLocale: en-US +Publisher: Raise3D +PublisherUrl: https://www.raise3d.com/ +PublisherSupportUrl: https://support.raise3d.com/ +PrivacyUrl: https://www.raise3d.com/legal/privacy-policy/ +Author: Raise 3D Technologies Inc. +PackageName: ideaMaker +PackageUrl: https://www.raise3d.com/ideamaker/ +License: Proprietary +LicenseUrl: https://www.raise3d.com/legal/terms-of-use/ +Copyright: Copyright © 2025, Raise 3D Technologies Inc. All rights reserved +CopyrightUrl: https://www.raise3d.com/legal/terms-of-use/ +ShortDescription: An Advanced Slicing Software for AM Production +Description: |- + ideaMaker® is optimized for use with Raise3D solutions, enabling advanced 3D printing performance with a wide range of engineering and functional materials, including FFF and DLP technology. + - Short Learning Curve needed for Successful Printing + - Easy Access to Materials + - Streamlined Software + - Improved User Experience +Tags: +- 3d +- 3d-printer +- 3d-printing +- maker +- model +- slicer +ReleaseNotes: |- + - Improved bridging detection that the inner solid fill region above sparse infill will be printed with the bridging settings. + - Improved brim generation when slicing models with single surface mode. + - Add new profiles for E3 0.6mm nozzle. + - Add new profiles for E3 0.4 mm nozzle: Hyper Speed PET CF, Hyper Speed PETG CF, PPS CF. + - Add new profiles for Pro3 HS series 0.6mm nozzle: Hyper Core PPA CF25, Hyper Speed PET CF. + - Add new resin materials: Henkel LOCTITE 3D MED3394 Black, Henkel LOCTITE 3D MED3394 White. + - Improved resin profile for Raise3D DF2+: Standard Black V1, High Clear V1, Standard White V1, Rigid 3K Grey V1. +ReleaseNotesUrl: https://www.raise3d.com/news/ideamaker-5-3-2-release-notes/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/r/Raise3D/ideaMaker/5.3.2.8640/Raise3D.ideaMaker.locale.zh-CN.yaml b/manifests/r/Raise3D/ideaMaker/5.3.2.8640/Raise3D.ideaMaker.locale.zh-CN.yaml new file mode 100644 index 0000000000000..baaf226ba28c9 --- /dev/null +++ b/manifests/r/Raise3D/ideaMaker/5.3.2.8640/Raise3D.ideaMaker.locale.zh-CN.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Raise3D.ideaMaker +PackageVersion: 5.3.2.8640 +PackageLocale: zh-CN +PublisherUrl: https://www.raise3d.cn/ +PublisherSupportUrl: https://support.raise3d.cn/ +PrivacyUrl: https://www.raise3d.cn/legal/privacy-policy/ +Author: 上海复志信息科技股份有限公司 +PackageUrl: https://www.raise3d.cn/ideamaker/ +License: 专有软件 +LicenseUrl: https://www.raise3d.cn/legal/terms-of-use/ +CopyrightUrl: https://www.raise3d.cn/legal/terms-of-use/ +ShortDescription: 用于 AM(增材制造)的先进切片软件 +Description: |- + ideaMaker® 为 Raise3D 解决方案配套使用,通过广泛的工程和功能材料(包括 FFF 技术和 DLP 技术)实现先进的 3D 打印性能。 + - 让专业的设备更易上手 + - 轻松获取开放材料 + - 简化软件 + - 赋予专业用户更高的自由度 +Tags: +- 3d +- 3d打印 +- 3d打印机 +- 切片 +- 模型 +ReleaseNotesUrl: https://www.raise3d.cn/news/ideamaker-5-3-2-release-note/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/r/Raise3D/ideaMaker/5.3.2.8640/Raise3D.ideaMaker.yaml b/manifests/r/Raise3D/ideaMaker/5.3.2.8640/Raise3D.ideaMaker.yaml new file mode 100644 index 0000000000000..2a1c033175ff5 --- /dev/null +++ b/manifests/r/Raise3D/ideaMaker/5.3.2.8640/Raise3D.ideaMaker.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Raise3D.ideaMaker +PackageVersion: 5.3.2.8640 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/r/Rubick/Rubick/4.3.7/Rubick.Rubick.installer.yaml b/manifests/r/Rubick/Rubick/4.3.7/Rubick.Rubick.installer.yaml new file mode 100644 index 0000000000000..7833007e040d6 --- /dev/null +++ b/manifests/r/Rubick/Rubick/4.3.7/Rubick.Rubick.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Rubick.Rubick +PackageVersion: 4.3.7 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 8775235d-add8-5501-961c-495d96145e7e +ReleaseDate: 2025-11-27 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v4.3.7/rubick-Setup-4.3.7-ia32.exe + InstallerSha256: B7FEEC83B96B32D43B4392442707A29BFBDE61F1568ADD4BD2CAF0155B63C090 + InstallerSwitches: + Custom: /currentuser +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v4.3.7/rubick-Setup-4.3.7-ia32.exe + InstallerSha256: B7FEEC83B96B32D43B4392442707A29BFBDE61F1568ADD4BD2CAF0155B63C090 + InstallerSwitches: + Custom: /allusers +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v4.3.7/rubick-Setup-4.3.7-x64.exe + InstallerSha256: FA98CBB8A20D1F341AD09AB7851099DF6933A9F42DC0A5047D1E8CA44E3FB0EA + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/rubickCenter/rubick/releases/download/v4.3.7/rubick-Setup-4.3.7-x64.exe + InstallerSha256: FA98CBB8A20D1F341AD09AB7851099DF6933A9F42DC0A5047D1E8CA44E3FB0EA + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/r/Rubick/Rubick/4.3.7/Rubick.Rubick.locale.en-US.yaml b/manifests/r/Rubick/Rubick/4.3.7/Rubick.Rubick.locale.en-US.yaml new file mode 100644 index 0000000000000..50e8e92aabeb4 --- /dev/null +++ b/manifests/r/Rubick/Rubick/4.3.7/Rubick.Rubick.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.10.0.schema.json + +PackageIdentifier: Rubick.Rubick +PackageVersion: 4.3.7 +PackageLocale: en-US +Publisher: muwoo +PublisherUrl: https://github.com/rubickCenter +PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues +PackageName: rubick +PackageUrl: https://rubickcenter.github.io/docs/ +License: MIT +LicenseUrl: https://github.com/rubickCenter/rubick/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 clouDr +ShortDescription: Electron based open source toolbox, free integration of rich plug-ins. +Description: Open-source plugin-based desktop efficiency toolbox. The plugins are installed and uninstalled based on npm, which is very lightweight. The plugin data supports WebDAV multi-terminal synchronization, which is very secure. It supports internal network deployment and can be customized for further development, which is very flexible. +Tags: +- add-on +- addon +- app +- application +- extension +- find +- launcher +- plugin +- productivity +- search +- tool +- utility +ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v4.3.7 +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://rubickcenter.github.io/docs/guide/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/r/Rubick/Rubick/4.3.7/Rubick.Rubick.locale.zh-CN.yaml b/manifests/r/Rubick/Rubick/4.3.7/Rubick.Rubick.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0532a6c982638 --- /dev/null +++ b/manifests/r/Rubick/Rubick/4.3.7/Rubick.Rubick.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.10.0.schema.json + +PackageIdentifier: Rubick.Rubick +PackageVersion: 4.3.7 +PackageLocale: zh-CN +Publisher: muwoo +PublisherUrl: https://github.com/rubickCenter +PublisherSupportUrl: https://github.com/rubickCenter/rubick/issues +PackageName: rubick +PackageUrl: https://rubickcenter.github.io/docs/ +License: MIT +LicenseUrl: https://github.com/rubickCenter/rubick/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 clouDr +ShortDescription: 基于 Electron 的开源工具箱,自由集成丰富插件。 +Description: 开源的插件化桌面端效率工具箱。插件是基于 npm 进行安装和卸载,非常轻便。插件数据支持 WebDAV 多端同步,非常安全。支持内网部署,可二次定制化开发,非常灵活。 +Tags: +- 启动器 +- 工具 +- 应用 +- 扩展 +- 插件 +- 搜索 +- 效率 +- 查找 +- 生产力 +ReleaseNotesUrl: https://github.com/rubickCenter/rubick/releases/tag/v4.3.7 +Documentations: +- DocumentLabel: 使用说明 + DocumentUrl: https://rubickcenter.github.io/docs/guide/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/r/Rubick/Rubick/4.3.7/Rubick.Rubick.yaml b/manifests/r/Rubick/Rubick/4.3.7/Rubick.Rubick.yaml new file mode 100644 index 0000000000000..1bf4fe322a332 --- /dev/null +++ b/manifests/r/Rubick/Rubick/4.3.7/Rubick.Rubick.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Rubick.Rubick +PackageVersion: 4.3.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/SKCommunications/NateOn/7.0.32.0/SKCommunications.NateOn.installer.yaml b/manifests/s/SKCommunications/NateOn/7.0.32.0/SKCommunications.NateOn.installer.yaml new file mode 100644 index 0000000000000..010d9bf68b4ca --- /dev/null +++ b/manifests/s/SKCommunications/NateOn/7.0.32.0/SKCommunications.NateOn.installer.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: SKCommunications.NateOn +PackageVersion: 7.0.32.0 +MinimumOSVersion: 10.0.0.0 +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Platform: + - Windows.Desktop + InstallerLocale: ko-KR + Architecture: x86 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://nateondownload.nate.com/download/NATEON70.exe + InstallerSha256: 3F11E5B72F1631953465274A2AD5DEECEAB6B7904C310F92CCB7159E0178C5DF + ProductCode: "{EA77EC9A-C82F-4F80-8B7D-D32C09A9C25F}" + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/SKCommunications/NateOn/7.0.32.0/SKCommunications.NateOn.locale.en-US.yaml b/manifests/s/SKCommunications/NateOn/7.0.32.0/SKCommunications.NateOn.locale.en-US.yaml new file mode 100644 index 0000000000000..6777ad9533a4c --- /dev/null +++ b/manifests/s/SKCommunications/NateOn/7.0.32.0/SKCommunications.NateOn.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: SKCommunications.NateOn +PackageVersion: 7.0.32.0 +PackageLocale: en-US +Publisher: SK Communications +PublisherUrl: https://www.skcomms.co.kr/ +PrivacyUrl: https://www.nate.com/policy/privacy.html +Author: SK Communications +PackageName: 네이트온 +PackageUrl: https://nateonweb.nate.com/ +License: Proprietary +LicenseUrl: https://www.nate.com/policy/legal.html +Copyright: Copyright (C) SK Communications. All rights reserved. +CopyrightUrl: https://www.nate.com/policy/legal.html +ShortDescription: NateOn is instant messgnger and business messenger developed by SK Communications. +Description: NateOn is instant messgnger and business messenger developed by SK Communications. +Moniker: nateon +Tags: +- messenger +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/SKCommunications/NateOn/7.0.32.0/SKCommunications.NateOn.locale.ko-KR.yaml b/manifests/s/SKCommunications/NateOn/7.0.32.0/SKCommunications.NateOn.locale.ko-KR.yaml new file mode 100644 index 0000000000000..6e79006cdc605 --- /dev/null +++ b/manifests/s/SKCommunications/NateOn/7.0.32.0/SKCommunications.NateOn.locale.ko-KR.yaml @@ -0,0 +1,22 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: SKCommunications.NateOn +PackageVersion: 7.0.32.0 +PackageLocale: ko-KR +Publisher: SK Communications +PublisherUrl: https://www.skcomms.co.kr/ +PrivacyUrl: https://www.nate.com/policy/privacy.html +Author: SK Communications +PackageName: 네이트온 +PackageUrl: https://nateonweb.nate.com/ +License: Proprietary +LicenseUrl: https://www.nate.com/policy/legal.html +Copyright: Copyright (C) SK 커뮤니케이션. 판권 소유. +CopyrightUrl: https://www.nate.com/policy/legal.html +ShortDescription: NateOn은 SK 커뮤니케이션즈에서 개발 한 인스턴트 메신저이자 비즈니스 메신저입니다. +Description: NateOn은 SK 커뮤니케이션즈에서 개발 한 인스턴트 메신저이자 비즈니스 메신저입니다. +Tags: +- 전령 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/s/SKCommunications/NateOn/7.0.32.0/SKCommunications.NateOn.yaml b/manifests/s/SKCommunications/NateOn/7.0.32.0/SKCommunications.NateOn.yaml new file mode 100644 index 0000000000000..0f0d12aad38f2 --- /dev/null +++ b/manifests/s/SKCommunications/NateOn/7.0.32.0/SKCommunications.NateOn.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: SKCommunications.NateOn +PackageVersion: 7.0.32.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/SST/opencode/1.0.117/SST.opencode.installer.yaml b/manifests/s/SST/opencode/1.0.117/SST.opencode.installer.yaml new file mode 100644 index 0000000000000..815103afe6a97 --- /dev/null +++ b/manifests/s/SST/opencode/1.0.117/SST.opencode.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.0.117 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: opencode.exe +Commands: +- opencode +ReleaseDate: 2025-11-27 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/sst/opencode/releases/download/v1.0.117/opencode-windows-x64-baseline.zip + InstallerSha256: 00CA492E47AE58038BF749AE685B26E7381A8C22CE5483EF6E690E6F0E84CF8B +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/SST/opencode/1.0.117/SST.opencode.locale.en-US.yaml b/manifests/s/SST/opencode/1.0.117/SST.opencode.locale.en-US.yaml new file mode 100644 index 0000000000000..239a854775755 --- /dev/null +++ b/manifests/s/SST/opencode/1.0.117/SST.opencode.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.10.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.0.117 +PackageLocale: en-US +Publisher: SST +PublisherUrl: https://sst.dev/ +PublisherSupportUrl: https://github.com/sst/opencode/issues +PackageName: opencode +PackageUrl: https://opencode.ai/ +License: MIT +LicenseUrl: https://github.com/sst/opencode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 opencode +ShortDescription: The AI coding agent built for the terminal. +Description: |- + opencode is an AI coding agent built for the terminal. It features: + - A responsive, native, themeable terminal UI. + - Automatically loads the right LSPs, so the LLMs make fewer mistakes. + - Have multiple agents working in parallel on the same project. + - Create shareable links to any session for reference or to debug. + - Log in with Anthropic to use your Claude Pro or Claude Max account. + - Supports 75+ LLM providers through Models.dev, including local models. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + - Rolled back TypeScript language server to the standard implementation + - Rolled back TypeScript language server to standard implementation +ReleaseNotesUrl: https://github.com/sst/opencode/releases/tag/v1.0.117 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/SST/opencode/1.0.117/SST.opencode.locale.zh-CN.yaml b/manifests/s/SST/opencode/1.0.117/SST.opencode.locale.zh-CN.yaml new file mode 100644 index 0000000000000..01293e82f6244 --- /dev/null +++ b/manifests/s/SST/opencode/1.0.117/SST.opencode.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.10.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.0.117 +PackageLocale: zh-CN +ShortDescription: 专为终端打造的 AI 编程助手 +Description: |- + opencode 是一款专为终端打造的 AI 编程助手,具备以下特性: + - 响应式、原生、可主题定制的终端界面 + - 自动加载正确的 LSP,减少 LLM 的错误率 + - 支持多个智能体并行处理同一项目 + - 可为任何会话生成可分享链接,便于参考或调试 + - 支持通过 Anthropic 登录使用 Claude Pro 或 Claude Max 账户 + - 通过 Models.dev 集成 75+ 个 LLM 服务提供商,包括本地模型 +Tags: +- ai +- 代码 +- 开发 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://opencode.ai/docs/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/s/SST/opencode/1.0.117/SST.opencode.yaml b/manifests/s/SST/opencode/1.0.117/SST.opencode.yaml new file mode 100644 index 0000000000000..0f9a4b0cd6d3b --- /dev/null +++ b/manifests/s/SST/opencode/1.0.117/SST.opencode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.0.117 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml b/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml index fa549865116fe..190e5cb9299b1 100644 --- a/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml +++ b/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.installer.yaml @@ -8,13 +8,13 @@ Scope: machine Protocols: - http - https -ProductCode: '{c6fef281-a652-4003-8de5-800aadc74f67}' -ReleaseDate: 2025-11-27 +ProductCode: '{cef2b58e-3f8d-4c18-af20-9f79865da5d4}' +ReleaseDate: 2025-11-28 AppsAndFeaturesEntries: - DisplayName: Servo Installers: - Architecture: x64 - InstallerUrl: https://github.com/servo/servo-nightly-builds/releases/download/2025-11-27/servo-x86_64-windows-msvc.exe - InstallerSha256: 951C19C75CCED14BF59FC983DBF65D6A65F45F42C91CBCF81DA3C13E0F2A1565 + InstallerUrl: https://github.com/servo/servo-nightly-builds/releases/download/2025-11-28/servo-x86_64-windows-msvc.exe + InstallerSha256: 290B092F0DBF3DE04192A11F7B69C11E8A505FEC0D6B76CEFB7F4E4292155624 ManifestType: installer ManifestVersion: 1.10.0 diff --git a/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml b/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml index b4d212b75767a..b3ad1be777e0b 100644 --- a/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml +++ b/manifests/s/Servo/Servo/Nightly/1.0/Servo.Servo.Nightly.locale.en-US.yaml @@ -19,8 +19,8 @@ Tags: - web - web-browser - webpage -ReleaseNotes: Nightly builds based on servo/servo@40900a4d7e38e4dda789a75158aff6fca8d85b2e -ReleaseNotesUrl: https://github.com/servo/servo-nightly-builds/releases/tag/2025-11-27 +ReleaseNotes: Nightly builds based on servo/servo@2982929210ae694dbb775d937c5dec0a9b0fea33 +ReleaseNotesUrl: https://github.com/servo/servo-nightly-builds/releases/tag/2025-11-28 Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/servo/servo/wiki diff --git a/manifests/s/SiberSystems/GoodSync/12.9.16.6/SiberSystems.GoodSync.installer.yaml b/manifests/s/SiberSystems/GoodSync/12.9.16.6/SiberSystems.GoodSync.installer.yaml deleted file mode 100644 index 2dd9b2abc00e4..0000000000000 --- a/manifests/s/SiberSystems/GoodSync/12.9.16.6/SiberSystems.GoodSync.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Automatically updated by the winget bot at 2025/Nov/14 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: SiberSystems.GoodSync -PackageVersion: 12.9.16.6 -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: machine -Installers: -- Architecture: x86 - InstallerUrl: https://www.goodsync.com/download/GoodSync-vsub-Setup.exe - InstallerSha256: 45F0619962003FE2FF770F4FA2F31D1D8F1BD88C6A735E7A4852ED6C40683E66 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/s/SiberSystems/GoodSync/12.9.16.6/SiberSystems.GoodSync.locale.en-US.yaml b/manifests/s/SiberSystems/GoodSync/12.9.16.6/SiberSystems.GoodSync.locale.en-US.yaml deleted file mode 100644 index 50a9dc37e6d23..0000000000000 --- a/manifests/s/SiberSystems/GoodSync/12.9.16.6/SiberSystems.GoodSync.locale.en-US.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Automatically updated by the winget bot at 2025/Nov/14 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: SiberSystems.GoodSync -PackageVersion: 12.9.16.6 -PackageLocale: en-US -Publisher: Siber Systems Inc -PublisherUrl: https://www.goodsync.com/ -PrivacyUrl: https://www.goodsync.com/privacy-policy -Author: Siber Systems Inc -PackageName: GoodSync -PackageUrl: https://www.goodsync.com/ -License: Proprietary -LicenseUrl: https://www.goodsync.com/license -Copyright: Copyright © Siber Systems, Inc. -CopyrightUrl: https://www.goodsync.com/license -ShortDescription: Backup and sync your files with ease using GoodSync. Our simple and secure software will ensure that you never lose your files. -Moniker: goodsync -Tags: -- backup -- cloud -- sync -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/s/SimonTatham/Puzzles/0.0.14419.0/SimonTatham.Puzzles.installer.yaml b/manifests/s/SimonTatham/Puzzles/0.0.14419.0/SimonTatham.Puzzles.installer.yaml new file mode 100644 index 0000000000000..7733b94944685 --- /dev/null +++ b/manifests/s/SimonTatham/Puzzles/0.0.14419.0/SimonTatham.Puzzles.installer.yaml @@ -0,0 +1,17 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: SimonTatham.Puzzles +PackageVersion: 0.0.14419.0 +InstallerLocale: en-US +InstallerType: wix +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{D66DCB0B-09F6-457E-95CE-A824D7D2D382}' +Installers: +- Architecture: x64 + InstallerUrl: https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-installer.msi + InstallerSha256: 156562BE7ECD725EEA54DAB4772E5E001E7B1A69FD85CB39CEC4A5BFB7ECB446 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/SimonTatham/Puzzles/0.0.14419.0/SimonTatham.Puzzles.locale.en-US.yaml b/manifests/s/SimonTatham/Puzzles/0.0.14419.0/SimonTatham.Puzzles.locale.en-US.yaml new file mode 100644 index 0000000000000..9898533b3e086 --- /dev/null +++ b/manifests/s/SimonTatham/Puzzles/0.0.14419.0/SimonTatham.Puzzles.locale.en-US.yaml @@ -0,0 +1,17 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: SimonTatham.Puzzles +PackageVersion: 0.0.14419.0 +PackageLocale: en-US +Publisher: Simon Tatham +PublisherUrl: https://www.chiark.greenend.org.uk/~sgtatham/ +PackageName: Simon Tatham's Portable Puzzle Collection +PackageUrl: https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ +License: MIT License +ShortDescription: A collection of small computer programs which implement one-player puzzle games. +Tags: +- videogame +- games +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/SiberSystems/GoodSync/12.9.16.6/SiberSystems.GoodSync.yaml b/manifests/s/SimonTatham/Puzzles/0.0.14419.0/SimonTatham.Puzzles.yaml similarity index 54% rename from manifests/s/SiberSystems/GoodSync/12.9.16.6/SiberSystems.GoodSync.yaml rename to manifests/s/SimonTatham/Puzzles/0.0.14419.0/SimonTatham.Puzzles.yaml index e0fd27283bec1..1778bb2718b2e 100644 --- a/manifests/s/SiberSystems/GoodSync/12.9.16.6/SiberSystems.GoodSync.yaml +++ b/manifests/s/SimonTatham/Puzzles/0.0.14419.0/SimonTatham.Puzzles.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2025/Nov/14 +# Automatically updated by the winget bot at 2025/Nov/28 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json -PackageIdentifier: SiberSystems.GoodSync -PackageVersion: 12.9.16.6 +PackageIdentifier: SimonTatham.Puzzles +PackageVersion: 0.0.14419.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/s/Softplicity/CoolutilsConverter/3.1.1.113/Softplicity.CoolutilsConverter.installer.yaml b/manifests/s/Softplicity/CoolutilsConverter/3.1.1.113/Softplicity.CoolutilsConverter.installer.yaml new file mode 100644 index 0000000000000..e9163e4863f35 --- /dev/null +++ b/manifests/s/Softplicity/CoolutilsConverter/3.1.1.113/Softplicity.CoolutilsConverter.installer.yaml @@ -0,0 +1,45 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Softplicity.CoolutilsConverter +PackageVersion: 3.1.1.113 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- DOC +- DOCX +- EML +- EPS +- HTML +- JPG +- MHT +- MSG +- ODS +- ODT +- PCL +- PDF +- RTF +- TIFF +- TXT +- XHTML +- XLS +- XLSM +- XLSX +- XLT +- XPS +ProductCode: Coolutils Converter_is1 +ReleaseDate: 2025-10-18 +AppsAndFeaturesEntries: +- ProductCode: Coolutils Converter_is1 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://www.coolutils.com/Downloads/CoolutilsConverter.exe + InstallerSha256: 29AA1A3F19EA2183542D848B349D5222043AADFEFB627B66C59688CBCEFD42AE +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/Softplicity/CoolutilsConverter/3.1.1.113/Softplicity.CoolutilsConverter.locale.en-US.yaml b/manifests/s/Softplicity/CoolutilsConverter/3.1.1.113/Softplicity.CoolutilsConverter.locale.en-US.yaml new file mode 100644 index 0000000000000..6d7cb4a80cb38 --- /dev/null +++ b/manifests/s/Softplicity/CoolutilsConverter/3.1.1.113/Softplicity.CoolutilsConverter.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Softplicity.CoolutilsConverter +PackageVersion: 3.1.1.113 +PackageLocale: en-US +Publisher: Softplicity, Inc. +PublisherUrl: https://www.coolutils.com/ +PublisherSupportUrl: https://www.coolutils.com/Support +PrivacyUrl: https://www.coolutils.com/PrivacyPolicy +Author: CoolUtils Software +PackageName: Coolutils Converter +PackageUrl: https://www.coolutils.com/CoolutilsConverter +License: Proprietary +Copyright: Copyright @ 2006 Softplicity, Inc. +ShortDescription: Coolutils Converter is the all-in-one solution for all your conversion needs. Whether you want to convert any to PDF or TIFF, it will do the task. The input file types include PDF, TIFF, DOC, TXT, XLS, HTML, PNG, JPEG, MSG, even Outlook emails. +Description: |- + Coolutils Converter is the all-in-one solution for all your conversion needs. Whether you want to convert any to PDF or TIFF, it will do the task. The input file types include PDF, TIFF, DOC, TXT, XLS, HTML, PNG, JPEG, MSG, even Outlook emails. Bulk convert them in batches via GUI or command line with just one app. + - Any file to PDF; any file to TIFF; any file to DOC; any file to XPS; any file to JPEG, any file to TXT. + - Simple workflow: choose files, select target format, apply additional settings. + - Flexible settings: add headers, footers, page counts, date stamps or any other text directly into the documents. + - Perfect for archiving files, e-discovery, standartization, EDS. + + CoolUtils Converter is a great solution for exporting various files into EDS or retrieving data through e-discovery or computer forensics. If you have to convert lots of different file types, Coolutils Converter saves your time and effort. Instead of running several apps you launch just one. +Tags: +- Converter +PurchaseUrl: https://www.coolutils.com/CoolutilsConverter/license +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/Softplicity/CoolutilsConverter/3.1.1.113/Softplicity.CoolutilsConverter.yaml b/manifests/s/Softplicity/CoolutilsConverter/3.1.1.113/Softplicity.CoolutilsConverter.yaml new file mode 100644 index 0000000000000..6809dc2a246c3 --- /dev/null +++ b/manifests/s/Softplicity/CoolutilsConverter/3.1.1.113/Softplicity.CoolutilsConverter.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Softplicity.CoolutilsConverter +PackageVersion: 3.1.1.113 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/Softplicity/PDFCombine/8.1.0.1/Softplicity.PDFCombine.installer.yaml b/manifests/s/Softplicity/PDFCombine/8.1.0.1/Softplicity.PDFCombine.installer.yaml deleted file mode 100644 index 5c999f3d689ae..0000000000000 --- a/manifests/s/Softplicity/PDFCombine/8.1.0.1/Softplicity.PDFCombine.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Softplicity.PDFCombine -PackageVersion: 8.1.0.1 -InstallerLocale: en-US -InstallerType: inno -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -FileExtensions: -- PDF -ProductCode: PDF Combine_is1 -ReleaseDate: 2025-10-13 -AppsAndFeaturesEntries: -- ProductCode: PDF Combine_is1 -ElevationRequirement: elevatesSelf -Installers: -- Architecture: x86 - InstallerUrl: https://www.coolutils.com/Downloads/PDFCombine.exe - InstallerSha256: 2BFB2C2F8D8DCEE975520F9324430BC28AB9F1D488B06B0C654500E85F57653E -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/s/Softplicity/PDFCombine/8.1.0.1/Softplicity.PDFCombine.locale.en-US.yaml b/manifests/s/Softplicity/PDFCombine/8.1.0.1/Softplicity.PDFCombine.locale.en-US.yaml deleted file mode 100644 index aad7497e963a9..0000000000000 --- a/manifests/s/Softplicity/PDFCombine/8.1.0.1/Softplicity.PDFCombine.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Softplicity.PDFCombine -PackageVersion: 8.1.0.1 -PackageLocale: en-US -Publisher: Softplicity, Inc. -PublisherUrl: https://www.coolutils.com/ -PublisherSupportUrl: https://www.coolutils.com/Support -PrivacyUrl: https://www.coolutils.com/PrivacyPolicy -Author: CoolUtils Software -PackageName: PDF Combine -PackageUrl: https://www.coolutils.com/PDFCombine -License: Proprietary -Copyright: Copyright @ 2004 Softplicity, Inc. -ShortDescription: CoolUtils PDF Combiner is software that allows you to merge PDFs offline without uploading your files to any third-party servers. -Description: |- - To combine PDF, or PDF merging, is the process of joining multiple PDF files into one. This can be useful for organizing, sharing, or printing documents. CoolUtils PDF Combiner is software that allows you to merge PDFs offline without uploading your files to any third-party servers. Our PDF merger tool allows you to: - - Combine PDF files into one document - - Append PDF files - - Add a clickable Table of Contents - - Use the PDF merger software to add a cover page - - Delete blank pages from scanned files - - Insert blank pages for double-sided printing. - - 30 day FREE trial -Tags: -- Combiner -- PDF -PurchaseUrl: https://www.coolutils.com/PDFCombine/license -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.308/Softplicity.TotalMailConverterPro.installer.yaml b/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.308/Softplicity.TotalMailConverterPro.installer.yaml new file mode 100644 index 0000000000000..e41fd8f16e50f --- /dev/null +++ b/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.308/Softplicity.TotalMailConverterPro.installer.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Softplicity.TotalMailConverterPro +PackageVersion: 11.1.0.308 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Total Mail ConverterPro_is1 +ReleaseDate: 2025-10-22 +AppsAndFeaturesEntries: +- ProductCode: Total Mail ConverterPro_is1 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://www.coolutils.com/Downloads/TotalMailConverterPro.exe + InstallerSha256: 5E31DF66A4C6C7ABCBD85D8CB646A695FA7F2B32E527A34EF5FF7A7162A7A43E +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.308/Softplicity.TotalMailConverterPro.locale.en-US.yaml b/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.308/Softplicity.TotalMailConverterPro.locale.en-US.yaml new file mode 100644 index 0000000000000..0a9e7a7d3c39a --- /dev/null +++ b/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.308/Softplicity.TotalMailConverterPro.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Softplicity.TotalMailConverterPro +PackageVersion: 11.1.0.308 +PackageLocale: en-US +Publisher: Softplicity, Inc. +PublisherUrl: https://www.coolutils.com/ +PublisherSupportUrl: https://www.coolutils.com/Support +PrivacyUrl: https://www.coolutils.com/PrivacyPolicy +Author: CoolUtils Software +PackageName: Total Mail Converter Pro +PackageUrl: https://www.coolutils.com/TotalMailConverterPro +License: Proprietary +Copyright: Copyright @ 2005 Softplicity, Inc. +ShortDescription: Total Mail Converter Pro converts MSG and EML to PDF, DOC, TXT, HTML, HTMLX, TIFF, RTF documents and images (TIFF, JPEG). +Description: |- + Total Mail Converter Pro converts MSG and EML to PDF, DOC, TXT, HTML, HTMLX, TIFF, RTF documents and images (TIFF, JPEG). While other email converters only extract and save attached files in their original formats, the Pro version is unique - it converts attachments as well. For example, if you have an email with a doc attachment, Total Mail Converter Pro can convert both the message and the attachment to PDF as part of a single operation. + - Attachments saved in DOC, TXT, RTF, PDF, HTML, XLS, and OpenOffice formats can be converted to DOC, RTF, TXT, HTML, HTMLX, JPEG, TIFF, or PDF. + - Attachments can be inserted as clickable links into converted emails. + - With multi-page formats, you can combine several emails into one PDF, DOC or TIFF file. + - Rename output files using macros (name, date, sender, subject, etc.). Attachments can be given descriptive names as well. + - Find out how lawyers save hours with Total Mail Converter Pro. + - Control document appearance by fine-tuning your output files' display options; change the fonts, colors, styles and more. Alternately, you can choose to include any external CSS scheme. + + Total Mail Converter Pro is built around a powerful engine and was designed to help save hours if not days worth of time. It easily processes hundreds of thousands of MSG/EML files through its batch feature, and puts you in the driver's seat through a robust set of customization options. + 30 day FREE trial +Tags: +- Converter +- Mail +PurchaseUrl: https://www.coolutils.com/TotalMailConverter/license-pro +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.308/Softplicity.TotalMailConverterPro.yaml b/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.308/Softplicity.TotalMailConverterPro.yaml new file mode 100644 index 0000000000000..4013cfbcfa525 --- /dev/null +++ b/manifests/s/Softplicity/TotalMailConverterPro/11.1.0.308/Softplicity.TotalMailConverterPro.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Softplicity.TotalMailConverterPro +PackageVersion: 11.1.0.308 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/Softplicity/TotalOutlookConverter/5.1.0.146/Softplicity.TotalOutlookConverter.installer.yaml b/manifests/s/Softplicity/TotalOutlookConverter/5.1.0.146/Softplicity.TotalOutlookConverter.installer.yaml new file mode 100644 index 0000000000000..a71f98cac7b27 --- /dev/null +++ b/manifests/s/Softplicity/TotalOutlookConverter/5.1.0.146/Softplicity.TotalOutlookConverter.installer.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Softplicity.TotalOutlookConverter +PackageVersion: 5.1.0.146 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Total Outlook Converter_is1 +ReleaseDate: 2025-10-21 +AppsAndFeaturesEntries: +- ProductCode: Total Outlook Converter_is1 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://www.coolutils.com/Downloads/TotalOutlookConverter.exe + InstallerSha256: 8894A3DF99970B64D527EEDD88DEBE985954463591176426B75227810A001418 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/Softplicity/TotalOutlookConverter/5.1.0.146/Softplicity.TotalOutlookConverter.locale.en-US.yaml b/manifests/s/Softplicity/TotalOutlookConverter/5.1.0.146/Softplicity.TotalOutlookConverter.locale.en-US.yaml new file mode 100644 index 0000000000000..d69b0074fc577 --- /dev/null +++ b/manifests/s/Softplicity/TotalOutlookConverter/5.1.0.146/Softplicity.TotalOutlookConverter.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Softplicity.TotalOutlookConverter +PackageVersion: 5.1.0.146 +PackageLocale: en-US +Publisher: Softplicity, Inc. +PublisherUrl: https://www.coolutils.com/ +PublisherSupportUrl: https://www.coolutils.com/Support +PrivacyUrl: https://www.coolutils.com/PrivacyPolicy +Author: CoolUtils Software +PackageName: Total Outlook Converter +PackageUrl: https://www.coolutils.com/TotalOutlookConverter +License: Proprietary +Copyright: Copyright @ 2006 Softplicity, Inc. +ShortDescription: Outlook Converter is the most reliable, option-filled program that lets you convert Outlook emails to PDF, DOC, HTML, XHTML, TXT, TIFF, JPEG, MBox and EML in batch. +Description: |- + Outlook Converter is the most reliable, option-filled program that lets you convert Outlook emails to PDF, DOC, HTML, XHTML, TXT, TIFF, JPEG, MBox and EML in batch. + - The simple solution for archiving Outlook emails as PDF or preparing them for a legal matter. + - The app will save attachments to the same or a new folder. If you'd like to convert attachments to PDF and embed them, check out Total Outlook Converter Pro. + - Add page numbers to your files or stamp bates. + - Convert emails as well as contacts and calendar. + - Rename output files with date or sender or subject in the file name. More unique options.. + When you use the Total Outlook Converter to archive emails into more shareable formats, you can reference them later without the use of Outlook. The app is perfect for any legal matter, freedom of information requests, back up or migration. + + 30 day FREE trial +Tags: +- Converter +- Outlook +PurchaseUrl: https://www.coolutils.com/TotalOutlookConverter/license +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/Softplicity/TotalOutlookConverter/5.1.0.146/Softplicity.TotalOutlookConverter.yaml b/manifests/s/Softplicity/TotalOutlookConverter/5.1.0.146/Softplicity.TotalOutlookConverter.yaml new file mode 100644 index 0000000000000..05606b123498d --- /dev/null +++ b/manifests/s/Softplicity/TotalOutlookConverter/5.1.0.146/Softplicity.TotalOutlookConverter.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Softplicity.TotalOutlookConverter +PackageVersion: 5.1.0.146 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.4/Softplicity.TotalThunderbirdConverter.installer.yaml b/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.4/Softplicity.TotalThunderbirdConverter.installer.yaml new file mode 100644 index 0000000000000..fae4e2a83f2a9 --- /dev/null +++ b/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.4/Softplicity.TotalThunderbirdConverter.installer.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Softplicity.TotalThunderbirdConverter +PackageVersion: 5.1.0.4 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Total Thunderbird Converter_is1 +ReleaseDate: 2025-10-21 +AppsAndFeaturesEntries: +- ProductCode: Total Thunderbird Converter_is1 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://www.coolutils.com/Downloads/TotalThunderbirdConverter.exe + InstallerSha256: 5B43FE7E40BAA7AA9E24C36966D670737CA4D2CAD308213AEFDF48538631AE82 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.4/Softplicity.TotalThunderbirdConverter.locale.en-US.yaml b/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.4/Softplicity.TotalThunderbirdConverter.locale.en-US.yaml new file mode 100644 index 0000000000000..ceed58378d562 --- /dev/null +++ b/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.4/Softplicity.TotalThunderbirdConverter.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Softplicity.TotalThunderbirdConverter +PackageVersion: 5.1.0.4 +PackageLocale: en-US +Publisher: Softplicity, Inc. +PublisherUrl: https://www.coolutils.com/ +PublisherSupportUrl: https://www.coolutils.com/Support +PrivacyUrl: https://www.coolutils.com/PrivacyPolicy +Author: CoolUtils Software +PackageName: Total Thunderbird Converter +PackageUrl: https://www.coolutils.com/TotalThunderbirdConverter +License: Proprietary +Copyright: Copyright @ 2006 Softplicity, Inc. +ShortDescription: Total Thunderbird Converter converts emails from Mozilla's Thunderbird e-mail client to PDF, DOC (WORD), HTML, TXT, TIFF, and PST in batch. +Description: |- + Total Thunderbird Converter converts emails from Mozilla's Thunderbird e-mail client to PDF, DOC (WORD), HTML, TXT, TIFF, and PST in batch. Whether you need to safely archive your correspondence in PDF, or migrate emails to Outlook, our converter is up to the task providing you with fast, accurate conversion options. + - Our easy-to-use app is able to automatically connect to your Thunderbird client and suggest emails for conversion or you can import MBOX and MSF files. + - Maintain file structure by placing all attachments into the same or a new folder. Unpack zipped attachments. Insert images into the output files of your emails. You can even convert attachments at the same time as messages to any supported format by upgrading to the Total Thunderbird Converter Pro. + - Users can selectively include specific fields into the final document: sender, date, body, etc. + - The app can add a page counter, a date or an image to your output files. + + Built around a clear, user-friendly interface, the Thunderbird Converter provides users of every skill level with tools needed to perform professional grade conversions. Advanced users are invited to create prompts via direct access to the command line. + 30 day FREE trial +Tags: +- Converter +- Thunderbird +PurchaseUrl: https://www.coolutils.com/TotalThunderbirdConverter/license +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.4/Softplicity.TotalThunderbirdConverter.yaml b/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.4/Softplicity.TotalThunderbirdConverter.yaml new file mode 100644 index 0000000000000..001ba35714c4f --- /dev/null +++ b/manifests/s/Softplicity/TotalThunderbirdConverter/5.1.0.4/Softplicity.TotalThunderbirdConverter.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Softplicity.TotalThunderbirdConverter +PackageVersion: 5.1.0.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/Softplicity/TotalThunderbirdConverterPro/5.1.9459.25765/Softplicity.TotalThunderbirdConverterPro.installer.yaml b/manifests/s/Softplicity/TotalThunderbirdConverterPro/5.1.9459.25765/Softplicity.TotalThunderbirdConverterPro.installer.yaml new file mode 100644 index 0000000000000..0a84fe8ab6455 --- /dev/null +++ b/manifests/s/Softplicity/TotalThunderbirdConverterPro/5.1.9459.25765/Softplicity.TotalThunderbirdConverterPro.installer.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Softplicity.TotalThunderbirdConverterPro +PackageVersion: 5.1.9459.25765 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Total Thunderbird Converter Pro_is1 +ReleaseDate: 2025-10-21 +AppsAndFeaturesEntries: +- ProductCode: Total Thunderbird Converter Pro_is1 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://www.coolutils.com/Downloads/TotalThunderbirdConverterPro.exe + InstallerSha256: FF25461B22825AA5A84B588D227A14AC60F2E59B4BE6404E2A34366862E4043D +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/Softplicity/TotalThunderbirdConverterPro/5.1.9459.25765/Softplicity.TotalThunderbirdConverterPro.locale.en-US.yaml b/manifests/s/Softplicity/TotalThunderbirdConverterPro/5.1.9459.25765/Softplicity.TotalThunderbirdConverterPro.locale.en-US.yaml new file mode 100644 index 0000000000000..6e11cc7dcaefe --- /dev/null +++ b/manifests/s/Softplicity/TotalThunderbirdConverterPro/5.1.9459.25765/Softplicity.TotalThunderbirdConverterPro.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Softplicity.TotalThunderbirdConverterPro +PackageVersion: 5.1.9459.25765 +PackageLocale: en-US +Publisher: Softplicity, Inc. +PublisherUrl: https://www.coolutils.com/ +PublisherSupportUrl: https://www.coolutils.com/Support +PrivacyUrl: https://www.coolutils.com/PrivacyPolicy +Author: CoolUtils Software +PackageName: Total Thunderbird Converter Pro +PackageUrl: https://www.coolutils.com/TotalThunderbirdConverterPro +License: Proprietary +Copyright: Copyright @ 2006 Softplicity, Inc. +ShortDescription: Total Thunderbird Converter Pro easily converts emails from your Thunderbird emails client to DOC (WORD), PDF, HTML, TXT, TIFF. +Description: |- + Total Thunderbird Converter Pro easily converts emails from your Thunderbird emails client to DOC (WORD), PDF, HTML, TXT, TIFF. You can also import your MBOX file. The app runs in a batch mode so you can export thousands of emails in one go. + - Total Thunderbird Converter Pro also converts attachments to the desired format along with emails. + - With Total Thunderbird Converter Pro users can adjust fonts, styles and colors of output documents. + - The converter supports advanced PDF export options. Users can encrypt the final PDF file and protect it from being copied or modified. The latest version adds a digital signature as well. + - Migrate to Windows Live Mail, Outlook Express or any eml-based client with MBOX to EML option. + - Add page counters or stamp bates! The app can type any text to the footer or the header of the file (dates, company's name, bates numbers, confidential notes, etc.) + - When you convert MBOX to PDF you can define document properties, password protect, set user permissions, sign with your digital signature. Total Thunderbird Converter Pro can produce PDF, PDF/A and non-searchable PDFs. + + 30 day FREE trial +Tags: +- Converter +- Thunderbird +PurchaseUrl: https://www.coolutils.com/TotalThunderbirdConverter/license-pro +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/Softplicity/TotalThunderbirdConverterPro/5.1.9459.25765/Softplicity.TotalThunderbirdConverterPro.yaml b/manifests/s/Softplicity/TotalThunderbirdConverterPro/5.1.9459.25765/Softplicity.TotalThunderbirdConverterPro.yaml new file mode 100644 index 0000000000000..148feb8462972 --- /dev/null +++ b/manifests/s/Softplicity/TotalThunderbirdConverterPro/5.1.9459.25765/Softplicity.TotalThunderbirdConverterPro.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Softplicity.TotalThunderbirdConverterPro +PackageVersion: 5.1.9459.25765 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/Spotify/Spotify/1.2.78.354.gcbda56e3/Spotify.Spotify.installer.yaml b/manifests/s/Spotify/Spotify/1.2.78.354.gcbda56e3/Spotify.Spotify.installer.yaml new file mode 100644 index 0000000000000..0c5956a3b7f75 --- /dev/null +++ b/manifests/s/Spotify/Spotify/1.2.78.354.gcbda56e3/Spotify.Spotify.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Spotify.Spotify +PackageVersion: 1.2.78.354.gcbda56e3 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: /silent /skip-app-launch + SilentWithProgress: /silent /skip-app-launch + Log: /log-file "" +ExpectedReturnCodes: +- InstallerReturnCode: 26 + ReturnResponse: packageInUse +UpgradeBehavior: install +ProductCode: Spotify +ElevationRequirement: elevationProhibited +Installers: +- Architecture: x64 + InstallerUrl: https://upgrade.scdn.co/upgrade/client/win32-x86_64/spotify_installer-1.2.78.354.gcbda56e3-707.exe + InstallerSha256: 41752277F5DDFE7A36C199BC792B7C35E5628FD65C09B18A2DD997BEB7A78FB5 +- Architecture: arm64 + InstallerUrl: https://upgrade.scdn.co/upgrade/client/win32-arm64/spotify_installer-1.2.78.354.gcbda56e3-707.exe + InstallerSha256: C8A60AD0E6D9E04E34892229B187BE76F2339B5D8C40A259F0F7BBB23C52BC9B +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/Spotify/Spotify/1.2.78.354.gcbda56e3/Spotify.Spotify.locale.en-US.yaml b/manifests/s/Spotify/Spotify/1.2.78.354.gcbda56e3/Spotify.Spotify.locale.en-US.yaml new file mode 100644 index 0000000000000..5cdfa752e466f --- /dev/null +++ b/manifests/s/Spotify/Spotify/1.2.78.354.gcbda56e3/Spotify.Spotify.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.10.0.schema.json + +PackageIdentifier: Spotify.Spotify +PackageVersion: 1.2.78.354.gcbda56e3 +PackageLocale: en-US +Publisher: Spotify AB +PublisherUrl: https://www.spotify.com/ +PublisherSupportUrl: https://support.spotify.com/ +PrivacyUrl: https://www.spotify.com/legal/privacy-policy/ +Author: Spotify AB +PackageName: Spotify +PackageUrl: https://www.spotify.com/download/windows/ +License: Proprietary +LicenseUrl: https://www.spotify.com/legal/end-user-agreement/ +Copyright: Copyright © 2025 Spotify AB. +ShortDescription: Spotify is all the music you’ll ever need. +Description: |- + With Spotify, it’s easy to find the right music or podcast for every moment – on your phone, your computer, your tablet and more. + There are millions of tracks and episodes on Spotify. So whether you’re behind the wheel, working out, partying or relaxing, the right music or podcast is always at your fingertips. Choose what you want to listen to, or let Spotify surprise you. + You can also browse through the collections of friends, artists, and celebrities, or create a radio station and just sit back. +Tags: +- 9ncbcszsjrsb +- album +- artist +- audio +- episode +- music +- playlist +- podcast +- radio +- song +- sound +- streaming +PurchaseUrl: https://www.spotify.com/premium/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/Spotify/Spotify/1.2.78.354.gcbda56e3/Spotify.Spotify.locale.zh-CN.yaml b/manifests/s/Spotify/Spotify/1.2.78.354.gcbda56e3/Spotify.Spotify.locale.zh-CN.yaml new file mode 100644 index 0000000000000..33e19b17281f9 --- /dev/null +++ b/manifests/s/Spotify/Spotify/1.2.78.354.gcbda56e3/Spotify.Spotify.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.10.0.schema.json + +PackageIdentifier: Spotify.Spotify +PackageVersion: 1.2.78.354.gcbda56e3 +PackageLocale: zh-CN +Publisher: Spotify AB +PublisherUrl: https://www.spotify.com/ +PublisherSupportUrl: https://support.spotify.com/ +PrivacyUrl: https://www.spotify.com/legal/privacy-policy/ +Author: Spotify AB +PackageName: Spotify +PackageUrl: https://www.spotify.com/download/windows/ +License: 专有软件 +LicenseUrl: https://www.spotify.com/legal/end-user-agreement/ +Copyright: 版权所有 © 2025 Spotify AB。 +ShortDescription: 你喜欢的音乐都在 Spotify。 +Description: |- + 无论你是使用手机、电脑、平板电脑还是其他设备,Spotify 都可助你轻松找到各种应景的音乐或播客。 + Spotify 汇集数百万曲目和单集。因此,无论你是开车、锻炼、聚会还是放松,合你口味的音乐或播客始终触手可及。你可以选择中意的音乐,也可以让 Spotify 为你播放精选内容。 + 你还可以浏览好友、艺人和明星的收藏,或创建广播电台,然后轻松惬意地聆听。 +Tags: +- 专辑 +- 广播 +- 播客 +- 歌单 +- 歌手 +- 歌曲 +- 流媒体 +- 艺人 +- 节目 +- 音乐 +- 音频 +PurchaseUrl: https://www.spotify.com/premium/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/s/Spotify/Spotify/1.2.78.354.gcbda56e3/Spotify.Spotify.yaml b/manifests/s/Spotify/Spotify/1.2.78.354.gcbda56e3/Spotify.Spotify.yaml new file mode 100644 index 0000000000000..6ed08690e6944 --- /dev/null +++ b/manifests/s/Spotify/Spotify/1.2.78.354.gcbda56e3/Spotify.Spotify.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Spotify.Spotify +PackageVersion: 1.2.78.354.gcbda56e3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/Spotify/Spotify/1.2.78.397.gc2b9a506/Spotify.Spotify.installer.yaml b/manifests/s/Spotify/Spotify/1.2.78.397.gc2b9a506/Spotify.Spotify.installer.yaml new file mode 100644 index 0000000000000..50ce674f6f7e6 --- /dev/null +++ b/manifests/s/Spotify/Spotify/1.2.78.397.gc2b9a506/Spotify.Spotify.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Spotify.Spotify +PackageVersion: 1.2.78.397.gc2b9a506 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: /silent /skip-app-launch + SilentWithProgress: /silent /skip-app-launch + Log: /log-file "" +ExpectedReturnCodes: +- InstallerReturnCode: 26 + ReturnResponse: packageInUse +UpgradeBehavior: install +ProductCode: Spotify +ElevationRequirement: elevationProhibited +Installers: +- Architecture: x64 + InstallerUrl: https://upgrade.scdn.co/upgrade/client/win32-x86_64/spotify_installer-1.2.78.397.gc2b9a506-822.exe + InstallerSha256: BA50BC1329360CFC917D1FEFA06D4EB1ADAD82955419FD47B9487DA3AD24C215 +- Architecture: arm64 + InstallerUrl: https://upgrade.scdn.co/upgrade/client/win32-arm64/spotify_installer-1.2.78.397.gc2b9a506-822.exe + InstallerSha256: 543D21A3807DA581E94746E5D0E3E0951BD7EA478168EDC0502EEA73FE690997 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/Spotify/Spotify/1.2.78.397.gc2b9a506/Spotify.Spotify.locale.en-US.yaml b/manifests/s/Spotify/Spotify/1.2.78.397.gc2b9a506/Spotify.Spotify.locale.en-US.yaml new file mode 100644 index 0000000000000..6bf61079d39d5 --- /dev/null +++ b/manifests/s/Spotify/Spotify/1.2.78.397.gc2b9a506/Spotify.Spotify.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.10.0.schema.json + +PackageIdentifier: Spotify.Spotify +PackageVersion: 1.2.78.397.gc2b9a506 +PackageLocale: en-US +Publisher: Spotify AB +PublisherUrl: https://www.spotify.com/ +PublisherSupportUrl: https://support.spotify.com/ +PrivacyUrl: https://www.spotify.com/legal/privacy-policy/ +Author: Spotify AB +PackageName: Spotify +PackageUrl: https://www.spotify.com/download/windows/ +License: Proprietary +LicenseUrl: https://www.spotify.com/legal/end-user-agreement/ +Copyright: Copyright © 2025 Spotify AB. +ShortDescription: Spotify is all the music you’ll ever need. +Description: |- + With Spotify, it’s easy to find the right music or podcast for every moment – on your phone, your computer, your tablet and more. + There are millions of tracks and episodes on Spotify. So whether you’re behind the wheel, working out, partying or relaxing, the right music or podcast is always at your fingertips. Choose what you want to listen to, or let Spotify surprise you. + You can also browse through the collections of friends, artists, and celebrities, or create a radio station and just sit back. +Tags: +- 9ncbcszsjrsb +- album +- artist +- audio +- episode +- music +- playlist +- podcast +- radio +- song +- sound +- streaming +PurchaseUrl: https://www.spotify.com/premium/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/Spotify/Spotify/1.2.78.397.gc2b9a506/Spotify.Spotify.locale.zh-CN.yaml b/manifests/s/Spotify/Spotify/1.2.78.397.gc2b9a506/Spotify.Spotify.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a5d993071482d --- /dev/null +++ b/manifests/s/Spotify/Spotify/1.2.78.397.gc2b9a506/Spotify.Spotify.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.10.0.schema.json + +PackageIdentifier: Spotify.Spotify +PackageVersion: 1.2.78.397.gc2b9a506 +PackageLocale: zh-CN +Publisher: Spotify AB +PublisherUrl: https://www.spotify.com/ +PublisherSupportUrl: https://support.spotify.com/ +PrivacyUrl: https://www.spotify.com/legal/privacy-policy/ +Author: Spotify AB +PackageName: Spotify +PackageUrl: https://www.spotify.com/download/windows/ +License: 专有软件 +LicenseUrl: https://www.spotify.com/legal/end-user-agreement/ +Copyright: 版权所有 © 2025 Spotify AB。 +ShortDescription: 你喜欢的音乐都在 Spotify。 +Description: |- + 无论你是使用手机、电脑、平板电脑还是其他设备,Spotify 都可助你轻松找到各种应景的音乐或播客。 + Spotify 汇集数百万曲目和单集。因此,无论你是开车、锻炼、聚会还是放松,合你口味的音乐或播客始终触手可及。你可以选择中意的音乐,也可以让 Spotify 为你播放精选内容。 + 你还可以浏览好友、艺人和明星的收藏,或创建广播电台,然后轻松惬意地聆听。 +Tags: +- 专辑 +- 广播 +- 播客 +- 歌单 +- 歌手 +- 歌曲 +- 流媒体 +- 艺人 +- 节目 +- 音乐 +- 音频 +PurchaseUrl: https://www.spotify.com/premium/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/s/Spotify/Spotify/1.2.78.397.gc2b9a506/Spotify.Spotify.yaml b/manifests/s/Spotify/Spotify/1.2.78.397.gc2b9a506/Spotify.Spotify.yaml new file mode 100644 index 0000000000000..d2f34060120b6 --- /dev/null +++ b/manifests/s/Spotify/Spotify/1.2.78.397.gc2b9a506/Spotify.Spotify.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Spotify.Spotify +PackageVersion: 1.2.78.397.gc2b9a506 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/SyncROSoft/OxygenJSONEditor/28.0/SyncROSoft.OxygenJSONEditor.installer.yaml b/manifests/s/SyncROSoft/OxygenJSONEditor/28.0/SyncROSoft.OxygenJSONEditor.installer.yaml new file mode 100644 index 0000000000000..cadb2096c1047 --- /dev/null +++ b/manifests/s/SyncROSoft/OxygenJSONEditor/28.0/SyncROSoft.OxygenJSONEditor.installer.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: SyncROSoft.OxygenJSONEditor +PackageVersion: "28.0" +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: -q -Dinstall4j.suppressUnattendedReboot=true + SilentWithProgress: -q -splash "" -Dinstall4j.suppressUnattendedReboot=true + InstallLocation: -dir "" + Log: -Dinstall4j.log="" +FileExtensions: +- css +- js +- jschema +- json +- less +- xpr +- yaml +- yml +ProductCode: 1583-0382-7597-0951 +ReleaseDate: 2025-11-26 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://archives.oxygenxml.com/Oxygen/JSON/InstData28.0/Windows64/VM/oxygenJSON-64bit-openjdk.exe + InstallerSha256: AB6563E5DAD998107FB77C28BCED7EEB485FCE98A7D973A9D518B886399D6F3A +- Architecture: x64 + Scope: machine + InstallerUrl: https://archives.oxygenxml.com/Oxygen/JSON/InstData28.0/Windows64/VM/oxygenJSON-64bit-openjdk.exe + InstallerSha256: AB6563E5DAD998107FB77C28BCED7EEB485FCE98A7D973A9D518B886399D6F3A + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/SyncROSoft/OxygenJSONEditor/28.0/SyncROSoft.OxygenJSONEditor.locale.en-US.yaml b/manifests/s/SyncROSoft/OxygenJSONEditor/28.0/SyncROSoft.OxygenJSONEditor.locale.en-US.yaml new file mode 100644 index 0000000000000..fde0d78ca26ed --- /dev/null +++ b/manifests/s/SyncROSoft/OxygenJSONEditor/28.0/SyncROSoft.OxygenJSONEditor.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: SyncROSoft.OxygenJSONEditor +PackageVersion: "28.0" +PackageLocale: en-US +Publisher: SyncRO Soft +PublisherUrl: https://www.oxygenxml.com/ +PublisherSupportUrl: https://www.oxygenxml.com/support.html +PrivacyUrl: https://www.oxygenxml.com/privacy_policy.html +Author: SyncRO Soft SRL +PackageName: Oxygen JSON Editor +PackageUrl: https://www.oxygenxml.com/oxygen_json_editor.html +License: Proprietary +LicenseUrl: https://www.oxygenxml.com/eula_json.html +Copyright: Copyright (C) 2002-2025 Syncro Soft SRL +CopyrightUrl: https://www.oxygenxml.com/eula_json.html +ShortDescription: The Perfect Tool to Simplify Your JSON Editing Experience +Description: |- + Oxygen JSON Editor is a specialized tool designed for editing JSON documents. It offers a wide range of features and views, including Text, Grid, and Author editing modes, along with Design mode for JSON Schema. The intuitive interface and comprehensive set of tools make it easy to navigate, understand, and modify your JSON, JSON Schema files, as well as YAML and OpenAPI files. + With powerful validation assistance, you can ensure that your JSON and YAML documents are well-formed and accurately validated against custom JSON Schema. Additionally, Oxygen JSON Editor provides convenient conversion tools to transform XML structures or YAML instances into valid JSON data, and vice versa. + Whether you're a seasoned developer or just starting out, Oxygen JSON Editor is the comprehensive solution for all your JSON editing needs! +Tags: +- json +ReleaseNotesUrl: https://www.oxygenxml.com/json_editor/whatisnew28.0.html +PurchaseUrl: https://www.oxygenxml.com/json_editor/buy.html +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://www.oxygenxml.com/doc/ug-json/ +- DocumentLabel: Videos + DocumentUrl: https://www.oxygenxml.com/videos.html +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/SyncROSoft/OxygenJSONEditor/28.0/SyncROSoft.OxygenJSONEditor.locale.zh-CN.yaml b/manifests/s/SyncROSoft/OxygenJSONEditor/28.0/SyncROSoft.OxygenJSONEditor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..64ce1d1ac17df --- /dev/null +++ b/manifests/s/SyncROSoft/OxygenJSONEditor/28.0/SyncROSoft.OxygenJSONEditor.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.10.0.schema.json + +PackageIdentifier: SyncROSoft.OxygenJSONEditor +PackageVersion: "28.0" +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 让编辑 JSON 更简单的完美工具 +Description: |- + Oxygen JSON Editor 是一款专为编辑 JSON 文档设计的专业工具。它提供多种功能视图,包括文本模式、网格模式和作者模式三种编辑方式,并支持 JSON Schema 的设计模式。直观的界面配合全面的工具集,让您能轻松浏览、理解并修改 JSON 文件、JSON Schema 文件,以及 YAML 和 OpenAPI 文件。 + 通过强大的验证辅助功能,您可以确保 JSON 和 YAML 文档格式规范,并能根据自定义 JSON Schema 进行精准验证。此外,该编辑器还提供便捷的转换工具,支持将 XML 结构或 YAML 实例转换为合规的 JSON 数据,反之亦然。 + 无论您是经验丰富的开发者还是初学者,Oxygen JSON Editor 都是满足您所有 JSON 编辑需求的完整解决方案! +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://www.oxygenxml.com/doc/ug-json/ +- DocumentLabel: 视频 + DocumentUrl: https://www.oxygenxml.com/videos.html +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/t/TrackerSoftware/PDF-XChangePRO/10.7.5.403/TrackerSoftware.PDF-XChangePRO.yaml b/manifests/s/SyncROSoft/OxygenJSONEditor/28.0/SyncROSoft.OxygenJSONEditor.yaml similarity index 58% rename from manifests/t/TrackerSoftware/PDF-XChangePRO/10.7.5.403/TrackerSoftware.PDF-XChangePRO.yaml rename to manifests/s/SyncROSoft/OxygenJSONEditor/28.0/SyncROSoft.OxygenJSONEditor.yaml index d59993c459ba7..0f86a8e1fef60 100644 --- a/manifests/t/TrackerSoftware/PDF-XChangePRO/10.7.5.403/TrackerSoftware.PDF-XChangePRO.yaml +++ b/manifests/s/SyncROSoft/OxygenJSONEditor/28.0/SyncROSoft.OxygenJSONEditor.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json - -PackageIdentifier: TrackerSoftware.PDF-XChangePRO -PackageVersion: 10.7.5.403 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.10.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: SyncROSoft.OxygenJSONEditor +PackageVersion: "28.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/SyncROSoft/OxygenXMLAuthor/28.0/SyncROSoft.OxygenXMLAuthor.installer.yaml b/manifests/s/SyncROSoft/OxygenXMLAuthor/28.0/SyncROSoft.OxygenXMLAuthor.installer.yaml new file mode 100644 index 0000000000000..834f6e7975e7f --- /dev/null +++ b/manifests/s/SyncROSoft/OxygenXMLAuthor/28.0/SyncROSoft.OxygenXMLAuthor.installer.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: SyncROSoft.OxygenXMLAuthor +PackageVersion: "28.0" +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: -q -Dinstall4j.suppressUnattendedReboot=true + SilentWithProgress: -q -splash "" -Dinstall4j.suppressUnattendedReboot=true + InstallLocation: -dir "" + Log: -Dinstall4j.log="" +FileExtensions: +- css +- dita +- ditamap +- ditaval +- epub +- js +- less +- markdown +- md +- xml +- xpr +ProductCode: 7012-7398-7717-6547 +ReleaseDate: 2025-11-26 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://archives.oxygenxml.com/Oxygen/Author/InstData28.0/Windows64/VM/oxygenAuthor-64bit-openjdk.exe + InstallerSha256: 8B9160CAE0EDF1CD6F374EE1845CDAC8F40E3FA4CB696D95D7723189854F8046 +- Architecture: x64 + Scope: machine + InstallerUrl: https://archives.oxygenxml.com/Oxygen/Author/InstData28.0/Windows64/VM/oxygenAuthor-64bit-openjdk.exe + InstallerSha256: 8B9160CAE0EDF1CD6F374EE1845CDAC8F40E3FA4CB696D95D7723189854F8046 + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/SyncROSoft/OxygenXMLAuthor/28.0/SyncROSoft.OxygenXMLAuthor.locale.en-US.yaml b/manifests/s/SyncROSoft/OxygenXMLAuthor/28.0/SyncROSoft.OxygenXMLAuthor.locale.en-US.yaml new file mode 100644 index 0000000000000..19be321972534 --- /dev/null +++ b/manifests/s/SyncROSoft/OxygenXMLAuthor/28.0/SyncROSoft.OxygenXMLAuthor.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: SyncROSoft.OxygenXMLAuthor +PackageVersion: "28.0" +PackageLocale: en-US +Publisher: SyncRO Soft +PublisherUrl: https://www.oxygenxml.com/ +PublisherSupportUrl: https://www.oxygenxml.com/support.html +PrivacyUrl: https://www.oxygenxml.com/privacy_policy.html +Author: SyncRO Soft SRL +PackageName: Oxygen XML Author +PackageUrl: https://www.oxygenxml.com/xml_author.html +License: Proprietary +LicenseUrl: https://www.oxygenxml.com/eula_author.html +Copyright: Copyright (C) 2002-2025 Syncro Soft SRL +CopyrightUrl: https://www.oxygenxml.com/eula_author.html +ShortDescription: Single-Source XML Authoring and Multi-Channel Publishing +Description: Oxygen XML Author redefines structured content authoring with innovative features and a user-friendly interface, making XML technologies easily accessible to everyone. Users can benefit from standard frameworks (e.g. DITA and DocBook), publishing formats, review tools, and unparalleled extensibility. The authoring experience can be amplified by using the Oxygen AI Positron Assistant plugin to add AI tools for content creation, readability improvement, and flexible content restructuring. +Tags: +- xml +ReleaseNotes: The initial build of Oxygen XML Editor version 28.0. +ReleaseNotesUrl: https://www.oxygenxml.com/xml_author/whatisnew28.0.html +PurchaseUrl: https://www.oxygenxml.com/xml_author/buy_oxygen_xml_author.html +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://www.oxygenxml.com/doc/ug-author/ +- DocumentLabel: Videos + DocumentUrl: https://www.oxygenxml.com/xml_author/videos.html +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/SyncROSoft/OxygenXMLAuthor/28.0/SyncROSoft.OxygenXMLAuthor.locale.zh-CN.yaml b/manifests/s/SyncROSoft/OxygenXMLAuthor/28.0/SyncROSoft.OxygenXMLAuthor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f9ce71ac3a3df --- /dev/null +++ b/manifests/s/SyncROSoft/OxygenXMLAuthor/28.0/SyncROSoft.OxygenXMLAuthor.locale.zh-CN.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: SyncROSoft.OxygenXMLAuthor +PackageVersion: "28.0" +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 单一源文件 XML 创作与多渠道发布 +Description: Oxygen XML Author 以创新功能和直观界面重新定义结构化内容创作,让 XML 技术触手可及。用户可充分利用标准框架(如 DITA 和 DocBook)、多种发布格式、审阅工具以及无与伦比的扩展性。通过集成 Oxygen AI Positron Assistant 插件,还能获得 AI 辅助创作工具,实现内容生成、可读性优化和灵活的内容重组,全面提升创作体验。 +ReleaseNotesUrl: https://www.oxygenxml.com/xml_author/whatisnew28.0.html +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://www.oxygenxml.com/doc/ug-author/ +- DocumentLabel: 视频 + DocumentUrl: https://www.oxygenxml.com/xml_author/videos.html +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/s/SyncROSoft/OxygenXMLAuthor/28.0/SyncROSoft.OxygenXMLAuthor.yaml b/manifests/s/SyncROSoft/OxygenXMLAuthor/28.0/SyncROSoft.OxygenXMLAuthor.yaml new file mode 100644 index 0000000000000..538e75cd1849c --- /dev/null +++ b/manifests/s/SyncROSoft/OxygenXMLAuthor/28.0/SyncROSoft.OxygenXMLAuthor.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: SyncROSoft.OxygenXMLAuthor +PackageVersion: "28.0" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/t/Tencent/TCEDrive/2.12.2/Tencent.TCEDrive.installer.yaml b/manifests/t/Tencent/TCEDrive/2.12.2/Tencent.TCEDrive.installer.yaml new file mode 100644 index 0000000000000..4aad7d7b50157 --- /dev/null +++ b/manifests/t/Tencent/TCEDrive/2.12.2/Tencent.TCEDrive.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Tencent.TCEDrive +PackageVersion: 2.12.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- cofile +Installers: +- Architecture: x86 + InstallerUrl: https://pan.tencent.com/api/upgrade/TCE-Drive-win32-2.12.2-161.exe + InstallerSha256: 7A461D1B3DEB0CAE4D4A1A2F87DF364B7594CA02273037D93A8B7FCCE881BF48 +- Architecture: x64 + InstallerUrl: https://pan.tencent.com/api/upgrade/TCE-Drive-win32-2.12.2-161.exe + InstallerSha256: 7A461D1B3DEB0CAE4D4A1A2F87DF364B7594CA02273037D93A8B7FCCE881BF48 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/t/Tencent/TCEDrive/2.12.2/Tencent.TCEDrive.locale.en-US.yaml b/manifests/t/Tencent/TCEDrive/2.12.2/Tencent.TCEDrive.locale.en-US.yaml new file mode 100644 index 0000000000000..4b8ac90bfff0d --- /dev/null +++ b/manifests/t/Tencent/TCEDrive/2.12.2/Tencent.TCEDrive.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.10.0.schema.json + +PackageIdentifier: Tencent.TCEDrive +PackageVersion: 2.12.2 +PackageLocale: en-US +Publisher: 腾讯科技 +PublisherUrl: https://pan.tencent.com/ +PublisherSupportUrl: https://support.qq.com/product/408420 +PrivacyUrl: https://privacy.qq.com/document/preview/fbb65e473f29470ebbbc5cbd3d448161 +Author: Tencent Cloud Computing (Beijing) Company Limited +PackageName: 腾讯云企业网盘 +PackageUrl: https://pan.tencent.com/download +License: Proprietary +LicenseUrl: https://rule.tencent.com/rule/f764a78c-87ef-4a79-b40a-0a1de5d03180 +Copyright: Copyright © 2022-2025 Tencent. All rights reserved. +CopyrightUrl: https://www.tencent.com/en-us/statement.html +ShortDescription: A secure and efficient enterprise collaboration platform +Description: Tencent Cloud Enterprise Drive is an enterprise-level office product that lets employees store and manage various business files in the cloud. It provides services such as file storage, permission management, online collaboration, and file collection and distribution, helping enterprises improve data management efficiency and maximize the value of data. +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +ReleaseNotes: |- + 功能修复: + - Optimize sync drive issues +ReleaseNotesUrl: https://pan.tencent.com/changelog +PurchaseUrl: https://pan.tencent.com/buy +Documentations: +- DocumentLabel: User Manual + DocumentUrl: https://tced-static.tencentsmh.cn/tools/TencentCloudDrive_User_Manual_v3.pdf +- DocumentLabel: Documentation + DocumentUrl: https://www.tencentcloud.com/document/product/1222/58452 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/t/Tencent/TCEDrive/2.12.2/Tencent.TCEDrive.locale.zh-CN.yaml b/manifests/t/Tencent/TCEDrive/2.12.2/Tencent.TCEDrive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f9491108cc0d0 --- /dev/null +++ b/manifests/t/Tencent/TCEDrive/2.12.2/Tencent.TCEDrive.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Tencent.TCEDrive +PackageVersion: 2.12.2 +PackageLocale: zh-CN +Publisher: 腾讯科技 +PublisherUrl: https://pan.tencent.com/ +PublisherSupportUrl: https://support.qq.com/product/408420 +PrivacyUrl: https://privacy.qq.com/document/preview/fbb65e473f29470ebbbc5cbd3d448161 +Author: 腾讯云计算(北京)有限责任公司 +PackageName: 腾讯云企业网盘 +PackageUrl: https://pan.tencent.com/download +License: 专有软件 +LicenseUrl: https://rule.tencent.com/rule/f764a78c-87ef-4a79-b40a-0a1de5d03180 +Copyright: Copyright © 2022-2025 Tencent. All rights reserved. +CopyrightUrl: https://www.tencent.com/en-us/statement.html +ShortDescription: 企业级办公协同平台 +Description: 腾讯云企业网盘(Tencent Cloud Enterprise Drive,TCED)是腾讯云推出的企业级办公协同平台,提供文件管理、用户与权限管理、文档在线协作与共享、数据分发等服务,助力企业提升数据管理效率。 +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 微云 +- 文件 +- 网盘 +ReleaseNotes: |- + 功能修复: + - 优化同步盘问题 +ReleaseNotesUrl: https://pan.tencent.com/changelog +PurchaseUrl: https://pan.tencent.com/buy +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://tced-static.tencentsmh.cn/tools/TencentCloudDrive_User_Manual_v3.pdf +- DocumentLabel: 文档 + DocumentUrl: https://cloud.tencent.com/document/product/1599 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/t/Tencent/TCEDrive/2.12.2/Tencent.TCEDrive.yaml b/manifests/t/Tencent/TCEDrive/2.12.2/Tencent.TCEDrive.yaml new file mode 100644 index 0000000000000..bfd34819a2106 --- /dev/null +++ b/manifests/t/Tencent/TCEDrive/2.12.2/Tencent.TCEDrive.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Tencent.TCEDrive +PackageVersion: 2.12.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/t/Tencent/TencentVideo/11.145.7728.0/Tencent.TencentVideo.installer.yaml b/manifests/t/Tencent/TencentVideo/11.145.7728.0/Tencent.TencentVideo.installer.yaml new file mode 100644 index 0000000000000..e9ae4549f621a --- /dev/null +++ b/manifests/t/Tencent/TencentVideo/11.145.7728.0/Tencent.TencentVideo.installer.yaml @@ -0,0 +1,70 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Tencent.TencentVideo +PackageVersion: 11.145.7728.0 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Custom: /RQ=0 +UpgradeBehavior: install +Protocols: +- qqlive +- qqtv +FileExtensions: +- 3g2 +- 3gp +- aac +- ac3 +- amr +- ape +- asf +- avi +- cpk +- dat +- dirac +- div +- divx +- dv +- f4v +- flc +- fli +- flv +- lac +- lavf +- m2t +- m4a +- m4r +- m4v +- mkv +- mmf +- mod +- mov +- mp2 +- mp3 +- mp4 +- mpe +- mpeg +- mpg +- ogg +- qlv +- qt +- ram +- rm +- rmvb +- swf +- ts +- vob +- wav +- webm +- wma +- wmv +- wv +ProductCode: qqlive +ReleaseDate: 2025-11-28 +Installers: +- Architecture: x86 + InstallerUrl: https://dldir1v6.qq.com/qqtv/TencentVideo11.145.7728.0.exe?support_redirect=1 + InstallerSha256: 709C4DC3E86C69D7300A30D243EF728409459AD45413B3889E9D482DDFDE48D9 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/t/Tencent/TencentVideo/11.145.7728.0/Tencent.TencentVideo.locale.en-US.yaml b/manifests/t/Tencent/TencentVideo/11.145.7728.0/Tencent.TencentVideo.locale.en-US.yaml new file mode 100644 index 0000000000000..9b05bea3e25b3 --- /dev/null +++ b/manifests/t/Tencent/TencentVideo/11.145.7728.0/Tencent.TencentVideo.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.10.0.schema.json + +PackageIdentifier: Tencent.TencentVideo +PackageVersion: 11.145.7728.0 +PackageLocale: en-US +Publisher: 腾讯科技(深圳)有限公司 +PublisherUrl: https://v.qq.com/ +PublisherSupportUrl: https://support.qq.com/products/4216/ +PrivacyUrl: https://privacy.qq.com/document/preview/3fab9c7fc1424ebda42c3ce488322c8a +Author: Shenzhen Tencent Computer Systems Company Limited +PackageName: 腾讯视频 +PackageUrl: https://v.qq.com/biu/download +License: Proprietary +LicenseUrl: https://m.v.qq.com/about/privacy.html +Copyright: Copyright © 2005 - 2025 Tencent. All Rights Reserved +CopyrightUrl: https://www.tencent.com/en-us/statement.html +ShortDescription: China's leading online streaming platform that offers unlimited HD videos for watching online +Description: Tencent Video is committed to building China's leading online streaming platform that primarily meets users' needs for watching video online through product features including rich content library, ultimate watching experience, convenient login method, seamless all-day multi-platform experience and quick sharing. +Moniker: tencent-video +Tags: +- animation +- anime +- cartoon +- documentary +- donghua +- film +- media +- movie +- multimedia +- player +- serial +- series +- show +- video +PurchaseUrl: https://film.qq.com/ +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://support.qq.com/products/4216/faqs-more/ +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/t/Tencent/TencentVideo/11.145.7728.0/Tencent.TencentVideo.locale.zh-CN.yaml b/manifests/t/Tencent/TencentVideo/11.145.7728.0/Tencent.TencentVideo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..18e6170936715 --- /dev/null +++ b/manifests/t/Tencent/TencentVideo/11.145.7728.0/Tencent.TencentVideo.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Tencent.TencentVideo +PackageVersion: 11.145.7728.0 +PackageLocale: zh-CN +Publisher: 腾讯科技(深圳)有限公司 +PublisherUrl: https://v.qq.com/ +PublisherSupportUrl: https://support.qq.com/products/4216/ +PrivacyUrl: https://privacy.qq.com/document/preview/3fab9c7fc1424ebda42c3ce488322c8a +Author: 深圳市腾讯计算机系统有限公司 +PackageName: 腾讯视频 +PackageUrl: https://v.qq.com/biu/download +License: 专有软件 +LicenseUrl: https://m.v.qq.com/about/privacy.html +Copyright: Copyright © 2005 - 2025 Tencent. All Rights Reserved 腾讯公司 版权所有 +CopyrightUrl: https://www.tencent.com/zh-cn/statement.html +ShortDescription: 中国领先的在线视频媒体平台,海量高清视频在线观看 +Description: 腾讯视频致力于打造中国领先的在线视频媒体平台,以丰富的内容、极致的观看体验、便捷的登录方式、24 小时多平台无缝应用体验以及快捷分享的产品特性,主要满足用户在线观看视频的需求。 +Tags: +- 动漫 +- 动画 +- 卡通 +- 多媒体 +- 媒体 +- 少儿 +- 影音 +- 播放器 +- 电影 +- 电视剧 +- 视频 +- 纪录片 +- 综艺 +- 连续剧 +ReleaseNotes: 全新播放器,沉浸享受高品质影音;桌面迷你模式,让追剧触手可及;新版导航样式,频道切换更方便;频道页面全新改版,沉浸式找片更高效;近期热播好剧,升级观看体验更佳。 +PurchaseUrl: https://film.qq.com/ +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://support.qq.com/products/4216/faqs-more/ +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/t/Tencent/TencentVideo/11.145.7728.0/Tencent.TencentVideo.yaml b/manifests/t/Tencent/TencentVideo/11.145.7728.0/Tencent.TencentVideo.yaml new file mode 100644 index 0000000000000..e414460b57acc --- /dev/null +++ b/manifests/t/Tencent/TencentVideo/11.145.7728.0/Tencent.TencentVideo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Tencent.TencentVideo +PackageVersion: 11.145.7728.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/t/Tonec/InternetDownloadManager/6.42.56.1/Tonec.InternetDownloadManager.installer.yaml b/manifests/t/Tonec/InternetDownloadManager/6.42.56.1/Tonec.InternetDownloadManager.installer.yaml new file mode 100644 index 0000000000000..1f3cb8675f17d --- /dev/null +++ b/manifests/t/Tonec/InternetDownloadManager/6.42.56.1/Tonec.InternetDownloadManager.installer.yaml @@ -0,0 +1,22 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Tonec.InternetDownloadManager +PackageVersion: 6.42.56.1 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silentWithProgress +InstallerSwitches: + Silent: /skipdlgs + SilentWithProgress: /skipdlgs +UpgradeBehavior: install +ProductCode: Internet Download Manager +ReleaseDate: 2025-11-23 +Installers: +- Architecture: x86 + InstallerUrl: https://mirror2.internetdownloadmanager.com/idman642build55.exe + InstallerSha256: 30119A26A5D81BB10656DF273DD36F799459C4312149AAD1F87A892B86008279 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/t/Tonec/InternetDownloadManager/6.42.56.1/Tonec.InternetDownloadManager.locale.en-US.yaml b/manifests/t/Tonec/InternetDownloadManager/6.42.56.1/Tonec.InternetDownloadManager.locale.en-US.yaml new file mode 100644 index 0000000000000..ebf98ac322978 --- /dev/null +++ b/manifests/t/Tonec/InternetDownloadManager/6.42.56.1/Tonec.InternetDownloadManager.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Tonec.InternetDownloadManager +PackageVersion: 6.42.56.1 +PackageLocale: en-US +Publisher: Tonec Inc. +PublisherUrl: https://www.internetdownloadmanager.com/ +PublisherSupportUrl: https://www.internetdownloadmanager.com/support/index.html +PrivacyUrl: https://www.internetdownloadmanager.com/support/privacy.html +Author: Tonec Inc. +PackageName: Internet Download Manager +PackageUrl: https://www.internetdownloadmanager.com/ +License: Proprietary +LicenseUrl: https://www.internetdownloadmanager.com/support/terms-and-conditions.html +Copyright: Copyright 2025 Tonec FZE. All rights reserved. +ShortDescription: Internet Download Manager (IDM) is a tool to increase download speeds by up to 5 times, resume and schedule downloads. +Moniker: idm +Tags: +- download +- downloader +ReleaseNotes: |- + - Fixed an issue that caused TS videos to be offered instead of MP4 + - Improved Ultra HD video recognition (4K, 8K) + - Fixed bugs +ReleaseNotesUrl: https://www.internetdownloadmanager.com/news.html +PurchaseUrl: https://secure.internetdownloadmanager.com/buy_idm.html +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.internetdownloadmanager.com/contact_us.html +- DocumentLabel: Tutorial + DocumentUrl: https://www.internetdownloadmanager.com/support/using_idm/using_idm.html +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/t/Tonec/InternetDownloadManager/6.42.56.1/Tonec.InternetDownloadManager.locale.zh-CN.yaml b/manifests/t/Tonec/InternetDownloadManager/6.42.56.1/Tonec.InternetDownloadManager.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f0a883f637ab7 --- /dev/null +++ b/manifests/t/Tonec/InternetDownloadManager/6.42.56.1/Tonec.InternetDownloadManager.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Tonec.InternetDownloadManager +PackageVersion: 6.42.56.1 +PackageLocale: zh-CN +Publisher: Tonec Inc. +PublisherUrl: https://www.internetdownloadmanager.com/ +PublisherSupportUrl: https://www.internetdownloadmanager.com/support/index.html +PrivacyUrl: https://www.internetdownloadmanager.com/support/privacy.html +Author: Tonec Inc. +PackageName: Internet Download Manager +PackageUrl: https://www.internetdownloadmanager.com/ +License: 专有软件 +LicenseUrl: https://www.internetdownloadmanager.com/support/terms-and-conditions.html +Copyright: Copyright 2025 Tonec FZE. All rights reserved. +ShortDescription: Internet Download Manager(IDM)是一款可将下载速度提高最多 5 倍、恢复下载和计划下载的工具。 +Tags: +- 下载 +- 下载器 +ReleaseNotesUrl: https://www.internetdownloadmanager.com/news.html +PurchaseUrl: https://secure.internetdownloadmanager.com/buy_idm.html +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.internetdownloadmanager.com/contact_us.html +- DocumentLabel: 教程 + DocumentUrl: https://www.internetdownloadmanager.com/support/using_idm/using_idm.html +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/t/Tonec/InternetDownloadManager/6.42.56.1/Tonec.InternetDownloadManager.yaml b/manifests/t/Tonec/InternetDownloadManager/6.42.56.1/Tonec.InternetDownloadManager.yaml new file mode 100644 index 0000000000000..a1ab55b9c84d0 --- /dev/null +++ b/manifests/t/Tonec/InternetDownloadManager/6.42.56.1/Tonec.InternetDownloadManager.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Nov/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Tonec.InternetDownloadManager +PackageVersion: 6.42.56.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/t/TrackerSoftware/PDF-XChangePRO/10.7.5.403/TrackerSoftware.PDF-XChangePRO.installer.yaml b/manifests/t/TrackerSoftware/PDF-XChangePRO/10.7.5.403/TrackerSoftware.PDF-XChangePRO.installer.yaml deleted file mode 100644 index 6c63eb9dd2e30..0000000000000 --- a/manifests/t/TrackerSoftware/PDF-XChangePRO/10.7.5.403/TrackerSoftware.PDF-XChangePRO.installer.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TrackerSoftware.PDF-XChangePRO -PackageVersion: 10.7.5.403 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: wix -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2025-10-28 -Installers: -- Architecture: x86 - InstallerUrl: https://downloads.pdf-xchange.com/ProV10.x86.msi - InstallerSha256: 2776FD809236EB50337A50767B20E24D7A7429CE0323F2BC2C25EA877D9E0B07 - ProductCode: '{43A9215E-9C78-456A-AAE7-39A35F824F13}' - AppsAndFeaturesEntries: - - Publisher: PDF-XChange Co Ltd. - ProductCode: '{43A9215E-9C78-456A-AAE7-39A35F824F13}' - UpgradeCode: '{9AC998B9-BD41-46DC-8F08-0DE2A4A1EB4D}' - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles(x86)%\Tracker Software' -- Architecture: x64 - InstallerUrl: https://downloads.pdf-xchange.com/ProV10.x64.msi - InstallerSha256: FD023BFA7E0C9B3D428793E057E63F8CDF1418F19B613BC44C6CD229D43063F7 - ProductCode: '{5E64A837-0BF1-4A77-8412-CEC1D39C86D3}' - AppsAndFeaturesEntries: - - Publisher: PDF-XChange Co Ltd. - ProductCode: '{5E64A837-0BF1-4A77-8412-CEC1D39C86D3}' - UpgradeCode: '{F363AF73-86E7-4782-87FA-F3C14FA4D395}' - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\Tracker Software' -- Architecture: arm64 - InstallerUrl: https://downloads.pdf-xchange.com/ProV10.ARM64.msi - InstallerSha256: 467A7FF67FDB114D50CFC4C5BB46629BCBD1FEFD842296ED20D89F08B5C41F94 - ProductCode: '{CF429994-F573-4C4C-BE12-2BECB4DBCF2C}' - AppsAndFeaturesEntries: - - Publisher: PDF-XChange Co Ltd. - ProductCode: '{CF429994-F573-4C4C-BE12-2BECB4DBCF2C}' - UpgradeCode: '{6F616659-45F6-4637-84FB-31E8C25753AB}' - InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\Tracker Software' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/t/TrackerSoftware/PDF-XChangePRO/10.7.5.403/TrackerSoftware.PDF-XChangePRO.locale.en-US.yaml b/manifests/t/TrackerSoftware/PDF-XChangePRO/10.7.5.403/TrackerSoftware.PDF-XChangePRO.locale.en-US.yaml deleted file mode 100644 index a9dfe397c2d28..0000000000000 --- a/manifests/t/TrackerSoftware/PDF-XChangePRO/10.7.5.403/TrackerSoftware.PDF-XChangePRO.locale.en-US.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TrackerSoftware.PDF-XChangePRO -PackageVersion: 10.7.5.403 -PackageLocale: en-US -Publisher: Tracker Software Products (Canada) Ltd. -PublisherUrl: https://www.tracker-software.com/ -PublisherSupportUrl: https://www.tracker-software.com/support -PrivacyUrl: https://www.tracker-software.com/privacy-policy -Author: Tracker Software Products (Canada) Ltd. -PackageName: PDF-XChange PRO -PackageUrl: https://www.tracker-software.com/product/pdf-xchange-pro -License: Proprietary -Copyright: |- - (C) 1997-2024 Tracker Software Products - A wholly owned subsidiary of PDF-XChange Co Ltd. Registered in England: N0.11091579 - PDF-XCHANGE ® is an Internationally Registered Trademark - All rights reserved - International Registration Number: 1461163 -ShortDescription: All the features of PDF-XChange Editor Plus, PDF-Tools and PDF-XChange Standard in one economical bundle. -PurchaseUrl: https://www.pdf-xchange.com/product/pdf-xchange-pro/pricing -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TrackerSoftware/PDF-XChangeStandard/10.7.5.403/TrackerSoftware.PDF-XChangeStandard.installer.yaml b/manifests/t/TrackerSoftware/PDF-XChangeStandard/10.7.5.403/TrackerSoftware.PDF-XChangeStandard.installer.yaml deleted file mode 100644 index 9d05e66c69b02..0000000000000 --- a/manifests/t/TrackerSoftware/PDF-XChangeStandard/10.7.5.403/TrackerSoftware.PDF-XChangeStandard.installer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Automatically updated by the winget bot at 2025/Nov/01 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TrackerSoftware.PDF-XChangeStandard -PackageVersion: 10.7.5.403 -InstallerType: wix -Scope: user -UpgradeBehavior: install -ReleaseDate: 2025-05-05 -Installers: -- Architecture: x86 - InstallerUrl: https://www.pdf-xchange.com/StandardV10.x86.msi - InstallerSha256: 34C560573CA8A6ADB8C970A576625B905BE8005BE7084B31E730CF711C239EBD - ProductCode: '{354E72D4-47FA-4799-896E-E2FB4DC8BCF0}' -- Architecture: x64 - InstallerUrl: https://www.pdf-xchange.com/StandardV10.x64.msi - InstallerSha256: 8D2729C8A1E53C32F3638015C22FBB813FC1F649141CAE46A87832202076B458 - ProductCode: '{58434B88-A7C1-4637-9BCF-5CA270DB6BF3}' -- Architecture: arm64 - InstallerUrl: https://www.pdf-xchange.com/StandardV10.ARM64.msi - InstallerSha256: 806827F1436C2119209E1771351E33FA97C562AF89919C32BBFAD2AF78601C7D - ProductCode: '{1AA243D1-236A-4EEF-90E3-078862C8EF3B}' -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/t/TrackerSoftware/PDF-XChangeStandard/10.7.5.403/TrackerSoftware.PDF-XChangeStandard.locale.en-US.yaml b/manifests/t/TrackerSoftware/PDF-XChangeStandard/10.7.5.403/TrackerSoftware.PDF-XChangeStandard.locale.en-US.yaml deleted file mode 100644 index f05ce4f05abe9..0000000000000 --- a/manifests/t/TrackerSoftware/PDF-XChangeStandard/10.7.5.403/TrackerSoftware.PDF-XChangeStandard.locale.en-US.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Automatically updated by the winget bot at 2025/Nov/01 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TrackerSoftware.PDF-XChangeStandard -PackageVersion: 10.7.5.403 -PackageLocale: en-US -Publisher: Tracker Software Products (Canada) Ltd. -PublisherUrl: https://www.tracker-software.com/ -PublisherSupportUrl: https://www.tracker-software.com/support -PrivacyUrl: https://www.tracker-software.com/privacy-policy -PackageName: PDF-XChange Standard -PackageUrl: https://www.tracker-software.com/product/pdf-xchange-standard -License: Proprietary -Copyright: (c) 1997-2022 Tracker Software Products -ShortDescription: This feature-rich virtual printer allows you to print-to-PDF to create fully compatible, text-searchable PDF files. -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TunnelBear/TunnelBear/4.15.1.0/TunnelBear.TunnelBear.installer.yaml b/manifests/t/TunnelBear/TunnelBear/4.15.1.0/TunnelBear.TunnelBear.installer.yaml deleted file mode 100644 index 5df9f6732b05e..0000000000000 --- a/manifests/t/TunnelBear/TunnelBear/4.15.1.0/TunnelBear.TunnelBear.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: TunnelBear.TunnelBear -PackageVersion: 4.15.1.0 -InstallerType: burn -Scope: machine -InstallerSwitches: - Silent: -s /norestart - SilentWithProgress: -s /norestart - Custom: -no-auto-start -UpgradeBehavior: install -ProductCode: '{dc64c6d7-7ae0-43f0-8daa-babd462f2658}' -AppsAndFeaturesEntries: -- UpgradeCode: '{935F07FE-8AC4-4A09-82DF-8B01E7C21069}' -Installers: -- Architecture: x64 - InstallerUrl: https://tunnelbear.s3.amazonaws.com/downloads/pc/TunnelBear-Installer.exe - InstallerSha256: 4709DC50AA83FF269317207796031751863D9AB816F3BD7A8F209CC2F048BDAE -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/t/TunnelBear/TunnelBear/4.15.1.0/TunnelBear.TunnelBear.locale.en-US.yaml b/manifests/t/TunnelBear/TunnelBear/4.15.1.0/TunnelBear.TunnelBear.locale.en-US.yaml deleted file mode 100644 index 985e8552ac760..0000000000000 --- a/manifests/t/TunnelBear/TunnelBear/4.15.1.0/TunnelBear.TunnelBear.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: TunnelBear.TunnelBear -PackageVersion: 4.15.1.0 -PackageLocale: en-US -Publisher: TunnelBear -PublisherUrl: https://www.tunnelbear.com/ -PublisherSupportUrl: https://help.tunnelbear.com/ -PrivacyUrl: https://www.tunnelbear.com/privacy-policy -Author: TunnelBear LLC. -PackageName: TunnelBear -PackageUrl: https://www.tunnelbear.com/ -License: Proprietary -LicenseUrl: https://www.tunnelbear.com/terms-of-service -Copyright: ©2024 TunnelBear LLC. -ShortDescription: A more secure way to browse the web -Description: TunnelBear encrypts your internet connection to keep your online activity private on any network. -Moniker: tunnelbear -Tags: -- network -- privacy -- proxy -- security -- vpn -ReleaseNotes: |- - - Brushed some fur, ate some bugs, 68 new bears added. - - Took the Bears to the groomers. Just love that New Bear smell, don't you? -ReleaseNotesUrl: https://tunnelbear.s3.amazonaws.com/downloads/pc/public/update_windows_release_notes.html -PurchaseUrl: https://www.tunnelbear.com/pricing -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/t/TunnelBear/TunnelBear/4.15.1.0/TunnelBear.TunnelBear.locale.zh-CN.yaml b/manifests/t/TunnelBear/TunnelBear/4.15.1.0/TunnelBear.TunnelBear.locale.zh-CN.yaml deleted file mode 100644 index d1435d92636d8..0000000000000 --- a/manifests/t/TunnelBear/TunnelBear/4.15.1.0/TunnelBear.TunnelBear.locale.zh-CN.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json - -PackageIdentifier: TunnelBear.TunnelBear -PackageVersion: 4.15.1.0 -PackageLocale: zh-CN -Publisher: TunnelBear -PublisherUrl: https://www.tunnelbear.com/ -PublisherSupportUrl: https://help.tunnelbear.com/ -PrivacyUrl: https://www.tunnelbear.com/privacy-policy -Author: TunnelBear LLC. -PackageName: TunnelBear -PackageUrl: https://www.tunnelbear.com/ -License: 专有软件 -LicenseUrl: https://www.tunnelbear.com/terms-of-service -Copyright: ©2024 TunnelBear LLC. -ShortDescription: 更安全的网络浏览方式 -Description: TunnelBear 可加密你的网络连接,让您在任何网络上的在线活动都保持私密。 -Tags: -- vpn -- 代理 -- 安全 -- 网络 -- 隐私 -ReleaseNotesUrl: https://tunnelbear.s3.amazonaws.com/downloads/pc/public/update_windows_release_notes.html -PurchaseUrl: https://www.tunnelbear.com/pricing -ManifestType: locale -ManifestVersion: 1.10.0 diff --git a/manifests/t/tumic0/GPXSee/15.3/tumic0.GPXSee.installer.yaml b/manifests/t/tumic0/GPXSee/15.3/tumic0.GPXSee.installer.yaml deleted file mode 100644 index f29529be4a240..0000000000000 --- a/manifests/t/tumic0/GPXSee/15.3/tumic0.GPXSee.installer.yaml +++ /dev/null @@ -1,81 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: tumic0.GPXSee -PackageVersion: '15.3' -InstallerLocale: en-US -InstallerType: nullsoft -Scope: machine -InstallerSwitches: - Custom: /norestart -UpgradeBehavior: uninstallPrevious -FileExtensions: -- '000' -- '031' -- aqm -- csa -- csv -- cup -- fit -- gemf -- geojson -- gfw -- ghp -- gmi -- gpi -- gpx -- igc -- img -- itn -- jgw -- jnx -- jpeg -- jpg -- json -- kap -- kml -- kmz -- loc -- map -- mbtiles -- nmea -- omd -- ov2 -- pgw -- plt -- pma -- pmtiles -- qct -- rmap -- rte -- rtmap -- slf -- sml -- sqlite -- sqlitedb -- tar -- tba -- tcx -- tfw -- tif -- tiff -- trk -- txt -- vkx -- vtk -- wld -- wpt -- xml -ProductCode: GPXSee -ReleaseDate: 2025-11-09 -AppsAndFeaturesEntries: -- DisplayName: GPXSee (x64) - ProductCode: GPXSee -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\GPXSee' -Installers: -- Architecture: x64 - InstallerUrl: https://sourceforge.net/projects/gpxsee/files/Windows/GPXSee-15.3_x64.exe/download - InstallerSha256: bd241944504ffbc5216d2f2119cb032da5f2f25f570b5fe860b057fb4c9c0301 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/t/tumic0/GPXSee/15.3/tumic0.GPXSee.locale.en-US.yaml b/manifests/t/tumic0/GPXSee/15.3/tumic0.GPXSee.locale.en-US.yaml deleted file mode 100644 index fe60cb4851c87..0000000000000 --- a/manifests/t/tumic0/GPXSee/15.3/tumic0.GPXSee.locale.en-US.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Created with komac v2.13.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: tumic0.GPXSee -PackageVersion: '15.3' -PackageLocale: en-US -Publisher: Martin Tůma -PublisherUrl: https://www.gpxsee.org/ -PublisherSupportUrl: https://github.com/tumic0/GPXSee/issues -Author: tumic0 -PackageName: GPXSee -PackageUrl: https://www.gpxsee.org/ -License: GNU General Public License version 3.0 (GPLv3) -LicenseUrl: https://github.com/tumic0/GPXSee/blob/master/licence.txt -Copyright: Copyright (C) 2015-2025 Martin Tůma -ShortDescription: GPXSee is a Qt-based GPS log file viewer and analyzer that supports all common GPS log file formats. -Description: |- - GPXSee is a Qt-based GPS log file viewer and analyzer that supports all common GPS log file formats. - - Features: - - Opens GPX, TCX, FIT, KML, NMEA, IGC, CUP, SIGMA SLF, Suunto SML, LOC, GeoJSON, OziExplorer (PLT, RTE, WPT), Garmin GPI&CSV, TomTom OV2&ITN, ONmove OMD/GHP, TwoNav (TRK, RTE, WPT), GPSDump WPT, Velocitek VTK, Vakaros VKX, 70mai GPS logs and geotagged JPEG files. - - Opens geo URIs (RFC 5870). - - User-definable online maps (OpenStreetMap/Google tiles, WMTS, WMS, TMS, QuadTiles). - - Offline maps (MBTiles, PMTiles, OziExplorer maps, TrekBuddy maps/atlases, Garmin IMG/GMAP & JNX maps, TwoNav RMaps, GeoTIFF images, BSB charts, ENC charts, KMZ maps, AlpineQuest maps, Locus/OsmAnd/RMaps SQLite maps, Mapsforge vector maps, QCT maps, GEMF maps, Osmdroid SQLite maps, Orux maps, COROS maps, ESRI World-File georeferenced images). - - Elevation, speed, heart rate, cadence, power, temperature and gear ratio/shifts graphs. - - Support for DEM files (SRTM HGT). - - Support for multiple tracks in one view. - - Support for POI files. - - Print/export to PDF/PNG. - - Full-screen mode. - - HiDPI/Retina displays & maps support. - - Real-time GPS position. -Moniker: gpxsee -ReleaseNotes: |- - Update to version 15.3 - * Fixed MVT hillshading and text opacity issues (introduced in 15.2). -ReleaseNotesUrl: https://build.opensuse.org/projects/home:tumic:GPXSee/packages/gpxsee/files/gpxsee.changes -Documentations: -- DocumentLabel: Documentation - DocumentUrl: https://www.gpxsee.org/doc.html -- DocumentLabel: GPXSee maps repository - DocumentUrl: https://github.com/tumic0/GPXSee-maps -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/u/Ubisoft/Connect/169.2.0.12961/Ubisoft.Connect.installer.yaml b/manifests/u/Ubisoft/Connect/169.2.0.12961/Ubisoft.Connect.installer.yaml deleted file mode 100644 index 2d777fed4e475..0000000000000 --- a/manifests/u/Ubisoft/Connect/169.2.0.12961/Ubisoft.Connect.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: Ubisoft.Connect -PackageVersion: 169.2.0.12961 -InstallerLocale: en-US -InstallerType: nullsoft -Scope: machine -InstallModes: -- interactive -- silent -UpgradeBehavior: install -ProductCode: Uplay -AppsAndFeaturesEntries: -- DisplayVersion: 169.2.12961 - ProductCode: Uplay -ElevationRequirement: elevatesSelf -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles(x86)%\Ubisoft\Ubisoft Game Launcher' -Installers: -- Architecture: x86 - InstallerUrl: https://static3.cdn.ubi.com/orbit/launcher_installer/UbisoftConnectInstaller.exe - InstallerSha256: CEF2306754C2670008DF49EB72C62F93BCEED46FF17F2BBA2A714CF8938EC963 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/u/Ubisoft/Connect/169.2.0.12961/Ubisoft.Connect.locale.en-US.yaml b/manifests/u/Ubisoft/Connect/169.2.0.12961/Ubisoft.Connect.locale.en-US.yaml deleted file mode 100644 index bb186fb9eae95..0000000000000 --- a/manifests/u/Ubisoft/Connect/169.2.0.12961/Ubisoft.Connect.locale.en-US.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created using wingetcreate 1.10.3.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: Ubisoft.Connect -PackageVersion: 169.2.0.12961 -PackageLocale: en-US -Publisher: Ubisoft -PublisherUrl: https://www.ubisoft.com/en-us -PublisherSupportUrl: https://www.ubisoft.com/en-us/help -PrivacyUrl: https://legal.ubi.com/privacypolicy/en-US -Author: Ubisoft -PackageName: Ubisoft Connect -PackageUrl: https://ubisoftconnect.com/ -License: Proprietary -LicenseUrl: https://legal.ubi.com/LegalInfoUbisoftEMEA -Copyright: © Ubisoft Entertainment. All Rights Reserved. -CopyrightUrl: https://legal.ubi.com/LegalInfoUbisoftEMEA -ShortDescription: Ubisoft Connect is the ecosystem of players services for Ubisoft games across all platforms. It aims at giving the best environment for all players to enjoy their games and connect with each other whatever the device. -Moniker: ubisoft-connect -Tags: -- connect -- games -- gaming -- purchase -- store -- uplay -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/v/VSCodium/VSCodium/1.106.37943/VSCodium.VSCodium.installer.yaml b/manifests/v/VSCodium/VSCodium/1.106.37943/VSCodium.VSCodium.installer.yaml new file mode 100644 index 0000000000000..90fdfc1755f6d --- /dev/null +++ b/manifests/v/VSCodium/VSCodium/1.106.37943/VSCodium.VSCodium.installer.yaml @@ -0,0 +1,56 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: VSCodium.VSCodium +PackageVersion: 1.106.37943 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +ReleaseDate: 2025-11-27 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/VSCodium/vscodium/releases/download/1.106.37943/VSCodiumUserSetup-x64-1.106.37943.exe + InstallerSha256: 5947403A64512B3A7F57E4D55F51A5CB444D596CDDC52CF0D60DF403042CA2D2 + ProductCode: '{2E1F05D1-C245-4562-81EE-28188DB6FD17}_is1' + AppsAndFeaturesEntries: + - ProductCode: '{2E1F05D1-C245-4562-81EE-28188DB6FD17}_is1' + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\VSCodium' +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/VSCodium/vscodium/releases/download/1.106.37943/VSCodiumSetup-x64-1.106.37943.exe + InstallerSha256: 33BDB7AB68063521C3161E6BD2C1C29E609FC901F974F144C86F2344284D193D + ProductCode: '{88DA3577-054F-4CA1-8122-7D820494CFFB}_is1' + AppsAndFeaturesEntries: + - ProductCode: '{88DA3577-054F-4CA1-8122-7D820494CFFB}_is1' + ElevationRequirement: elevatesSelf + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\VSCodium' +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/VSCodium/vscodium/releases/download/1.106.37943/VSCodiumUserSetup-arm64-1.106.37943.exe + InstallerSha256: 6E18C9073F6E76F68B06BBE269A793D9A4CB60A460BA7EEC8EB92B187926AFA9 + ProductCode: '{57FD70A5-1B8D-4875-9F40-C5553F094828}_is1' + AppsAndFeaturesEntries: + - ProductCode: '{57FD70A5-1B8D-4875-9F40-C5553F094828}_is1' + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\VSCodium' +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/VSCodium/vscodium/releases/download/1.106.37943/VSCodiumSetup-arm64-1.106.37943.exe + InstallerSha256: C5AF5A31443A5AF028AACC1BA05E88BA458AAB61E5997EC71E1B28A96F4C73E4 + ProductCode: '{67DEE444-3D04-4258-B92A-BC1F0FF2CAE4}_is1' + AppsAndFeaturesEntries: + - ProductCode: '{67DEE444-3D04-4258-B92A-BC1F0FF2CAE4}_is1' + ElevationRequirement: elevatesSelf + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\VSCodium' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/v/VSCodium/VSCodium/1.106.37943/VSCodium.VSCodium.locale.en-US.yaml b/manifests/v/VSCodium/VSCodium/1.106.37943/VSCodium.VSCodium.locale.en-US.yaml new file mode 100644 index 0000000000000..18487409f3878 --- /dev/null +++ b/manifests/v/VSCodium/VSCodium/1.106.37943/VSCodium.VSCodium.locale.en-US.yaml @@ -0,0 +1,157 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: VSCodium.VSCodium +PackageVersion: 1.106.37943 +PackageLocale: en-US +Publisher: VSCodium +PublisherUrl: https://github.com/VSCodium/vscodium +PublisherSupportUrl: https://github.com/VSCodium/vscodium/issues +Author: VSCodium +PackageName: VSCodium +PackageUrl: https://vscodium.com/ +License: MIT +LicenseUrl: https://github.com/VSCodium/vscodium/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022 VSCodium Team +CopyrightUrl: https://github.com/VSCodium/vscodium/blob/master/LICENSE +ShortDescription: VSCodium is a community-driven, freely-licensed and telemetry-free rebuilt of Microsoft's Visual Studio Code. +Description: |- + VSCodium is a community-driven, freely-licensed and telemetry-free rebuilt of Microsoft's Visual Studio Code. + VSCodium is a powerful IDE which runs on your desktop and is available for Windows, macOS and Linux. +Tags: +- cross-platform +- editor +- foss +- ide +- javascript +- open-source +- typescript +- vscode +ReleaseNotes: |- + update vscode to 1.106.3 + What's Changed + - fix: don't try to load missing vsda library by @daiyam in #2613 + - fix: re-add usersync service by @daiyam in #2612 + Full Changelog: 1.106.37938...1.106.37943 + x86 64bits + ───────┬───────────────────────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────── + Windows│User Installer │VSCodiumUserSetup-x64-1.106.37943.exe + ├───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────── + │System Installer │VSCodiumSetup-x64-1.106.37943.exe + ├───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────── + │.zip │VSCodium-win32-x64-1.106.37943.zip + ├───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────── + │.msi - updates enabled │VSCodium-x64-1.106.37943.msi + ├───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────── + │.msi - updates disabled│VSCodium-x64-updates-disabled-1.106.37943.msi + ├───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────── + │Remote Host │vscodium-reh-win32-x64-1.106.37943.tar.gz + ├───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────── + │Web Host │vscodium-reh-web-win32-x64-1.106.37943.tar.gz + ├───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────── + │CLI │vscodium-cli-win32-x64-1.106.37943.tar.gz + ───────┼───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────── + macOS │.dmg │VSCodium.x64.1.106.37943.dmg + ├───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────── + │.zip │VSCodium-darwin-x64-1.106.37943.zip + ├───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────── + │Remote Host │vscodium-reh-darwin-x64-1.106.37943..tar.gz + ├───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────── + │Web Host │vscodium-reh-web-darwin-x64-1.106.37943.tar.gz + ├───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────── + │CLI │vscodium-cli-darwin-x64-1.106.37943.tar.gz + ───────┼───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────── + Linux │.deb │codium_1.106.37943_amd64.deb + ├───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────── + │.rpm │codium-1.106.37943-el8.x86_64.rpm + ├───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────── + │.tar.gz │VSCodium-linux-x64-1.106.37943.tar.gz + ├───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────── + │AppImage │VSCodium-1.106.37943.glibc2.29-x86_64.AppImage + │ │VSCodium-1.106.37943.glibc2.29-x86_64.AppImage.zsync + ├───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────── + │Snap │codium_1.106.37943_amd64.snap + ├───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────── + │Remote Host │vscodium-reh-linux-x64-1.106.37943.tar.gz + ├───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────── + │Web Host │vscodium-reh-web-linux-x64-1.106.37943.tar.gz + ├───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────── + │CLI │vscodium-cli-linux-x64-1.106.37943.tar.gz + ───────┼───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────── + Alpine │Remote Host │vscodium-reh-alpine-x64-1.106.37943.tar.gz + ├───────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────── + │Web Host │vscodium-reh-web-alpine-x64-1.106.37943.tar.gz + ───────┴───────────────────────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────── + ARM 64bits + ───────┬────────────────┬───────────────────────────────────────────────────── + Windows│User Installer │VSCodiumUserSetup-arm64-1.106.37943.exe + ├────────────────┼───────────────────────────────────────────────────── + │System Installer│VSCodiumSetup-arm64-1.106.37943.exe + ├────────────────┼───────────────────────────────────────────────────── + │.zip │VSCodium-win32-arm64-1.106.37943.zip + ├────────────────┼───────────────────────────────────────────────────── + │CLI │vscodium-cli-win32-arm64-1.106.37943.tar.gz + ───────┼────────────────┼───────────────────────────────────────────────────── + macOS │.dmg │VSCodium.arm64.1.106.37943.dmg + ├────────────────┼───────────────────────────────────────────────────── + │.zip │VSCodium-darwin-arm64-1.106.37943.zip + ├────────────────┼───────────────────────────────────────────────────── + │Remote Host │vscodium-reh-darwin-arm64-1.106.37943.tar.gz + ├────────────────┼───────────────────────────────────────────────────── + │Web Host │vscodium-reh-web-darwin-arm64-1.106.37943.tar.gz + ├────────────────┼───────────────────────────────────────────────────── + │CLI │vscodium-cli-darwin-arm64-1.106.37943.tar.gz + ───────┼────────────────┼───────────────────────────────────────────────────── + Linux │.deb │codium_1.106.37943_arm64.deb + ├────────────────┼───────────────────────────────────────────────────── + │.rpm │codium-1.106.37943-el8.aarch64.rpm + ├────────────────┼───────────────────────────────────────────────────── + │.tar.gz │VSCodium-linux-arm64-1.106.37943.tar.gz + ├────────────────┼───────────────────────────────────────────────────── + │Snap │codium_1.106.37943_arm64.snap + ├────────────────┼───────────────────────────────────────────────────── + │Remote Host │vscodium-reh-linux-arm64-1.106.37943.tar.gz + ├────────────────┼───────────────────────────────────────────────────── + │Web Host │vscodium-reh-web-linux-arm64-1.106.37943.tar.gz + ├────────────────┼───────────────────────────────────────────────────── + │CLI │vscodium-cli-linux-arm64-1.106.37943.tar.gz + ───────┼────────────────┼───────────────────────────────────────────────────── + Alpine │Remote Host │vscodium-reh-alpine-arm64-1.106.37943.tar.gz + ├────────────────┼───────────────────────────────────────────────────── + │Web Host │vscodium-reh-web-alpine-arm64-1.106.37943.tar.gz + ───────┴────────────────┴───────────────────────────────────────────────────── + ARM 32bits + ─────┬───────────┬──────────────────────────────────────────────────── + Linux│.deb │codium_1.106.37943_armhf.deb + ├───────────┼──────────────────────────────────────────────────── + │.rpm │codium-1.106.37943-el8.armv7hl.rpm + ├───────────┼──────────────────────────────────────────────────── + │.tar.gz │VSCodium-linux-armhf-1.106.37943.tar.gz + ├───────────┼──────────────────────────────────────────────────── + │Remote Host│vscodium-reh-linux-armhf-1.106.37943.tar.gz + ├───────────┼──────────────────────────────────────────────────── + │Web Host │vscodium-reh-web-linux-armhf-1.106.37943.tar.gz + ├───────────┼──────────────────────────────────────────────────── + │CLI │vscodium-cli-linux-armhf-1.106.37943.tar.gz + ─────┴───────────┴──────────────────────────────────────────────────── + PPC 64bits + ─────┬───────────┬────────────────────────────────────────────────────── + Linux│.tar.gz │VSCodium-linux-ppc64le-1.106.37943.tar.gz + ├───────────┼────────────────────────────────────────────────────── + │Remote Host│vscodium-reh-linux-ppc64le-1.106.37943.tar.gz + ├───────────┼────────────────────────────────────────────────────── + │Web Host │vscodium-reh-web-linux-ppc64le-1.106.37943.tar.gz + ─────┴───────────┴────────────────────────────────────────────────────── + RISC-V 64bits + ─────┬───────────┬────────────────────────────────────────────────────── + Linux│.tar.gz │VSCodium-linux-riscv64-1.106.37943.tar.gz + ├───────────┼────────────────────────────────────────────────────── + │Remote Host│vscodium-reh-linux-riscv64-1.106.37943.tar.gz + ├───────────┼────────────────────────────────────────────────────── + │Web Host │vscodium-reh-web-linux-riscv64-1.106.37943.tar.gz + ─────┴───────────┴────────────────────────────────────────────────────── + Loong 64bits + ─────┬───────────┬────────────────────────────────────────────────────── +ReleaseNotesUrl: https://github.com/VSCodium/vscodium/releases/tag/1.106.37943 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/v/VSCodium/VSCodium/1.106.37943/VSCodium.VSCodium.yaml b/manifests/v/VSCodium/VSCodium/1.106.37943/VSCodium.VSCodium.yaml new file mode 100644 index 0000000000000..71cc76df55451 --- /dev/null +++ b/manifests/v/VSCodium/VSCodium/1.106.37943/VSCodium.VSCodium.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: VSCodium.VSCodium +PackageVersion: 1.106.37943 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/7.8.3879.3/Vivaldi.Vivaldi.Snapshot.installer.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/7.8.3879.3/Vivaldi.Vivaldi.Snapshot.installer.yaml new file mode 100644 index 0000000000000..1359391b73e27 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/7.8.3879.3/Vivaldi.Vivaldi.Snapshot.installer.yaml @@ -0,0 +1,68 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi.Snapshot +PackageVersion: 7.8.3879.3 +InstallerType: exe +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --vivaldi-silent + SilentWithProgress: --vivaldi-silent + InstallLocation: --vivaldi-install-dir="" + Log: --verbose-logging --log-file="" +ExpectedReturnCodes: +- InstallerReturnCode: 4 + ReturnResponse: downgrade +- InstallerReturnCode: 7 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 22 + ReturnResponse: cancelledByUser +- InstallerReturnCode: 60 + ReturnResponse: installInProgress +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +- tel +FileExtensions: +- htm +- html +- mht +- mhtml +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Vivaldi +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.7.8.3879.3.x64.exe + InstallerSha256: 591543AAC73165F36BFE88195CEF89D35D0E34D3BC59D4B7E7BA0933D0A28BFD + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: x64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.7.8.3879.3.x64.exe + InstallerSha256: 591543AAC73165F36BFE88195CEF89D35D0E34D3BC59D4B7E7BA0933D0A28BFD + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +- Architecture: arm64 + Scope: user + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.7.8.3879.3.arm64.exe + InstallerSha256: 9A5B0E1C2A57EE1298D8327F9B655EF922D9D0539136F0D0662BA2B4C1032AB0 + InstallerSwitches: + Custom: --do-not-launch-chrome +- Architecture: arm64 + Scope: machine + InstallerUrl: https://downloads.vivaldi.com/snapshot/Vivaldi.7.8.3879.3.arm64.exe + InstallerSha256: 9A5B0E1C2A57EE1298D8327F9B655EF922D9D0539136F0D0662BA2B4C1032AB0 + InstallerSwitches: + Custom: --do-not-launch-chrome --system-level +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/7.8.3879.3/Vivaldi.Vivaldi.Snapshot.locale.en-US.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/7.8.3879.3/Vivaldi.Vivaldi.Snapshot.locale.en-US.yaml new file mode 100644 index 0000000000000..e01c5e9ae363d --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/7.8.3879.3/Vivaldi.Vivaldi.Snapshot.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi.Snapshot +PackageVersion: 7.8.3879.3 +PackageLocale: en-US +Publisher: Vivaldi Technologies AS. +PublisherUrl: https://vivaldi.com/ +PublisherSupportUrl: https://help.vivaldi.com/ +PrivacyUrl: https://vivaldi.com/privacy/browser/ +Author: Vivaldi Technologies AS. +PackageName: Vivaldi (Snapshot) +PackageUrl: https://vivaldi.com/desktop/ +License: Freeware +LicenseUrl: https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/ +Copyright: Copyright 2025 Vivaldi Technologies AS. All rights reserved. +ShortDescription: Powerful, Personal and Private web browser +Description: Vivaldi is a web browser. But fun. It comes with a bunch of clever features built-in. It’s super flexible and does not track you. +Tags: +- browser +- chromium +- internet +- web +- webpage +ReleaseNotes: |- + - [Auto-Hide] Improve outer wrapper styling VB-122363 + - [Auto-Hide][macOS] Empty main bar when tabs are on the side or bottom and address bar is also hidden: needs follow up for Win/Lin VB-122311 + - [Auto-Hide][macOS] Can't click tabs if they are placed on bottom VB-122495 + - [Chromium] Update to 142.0.7444.220 + - [Crash][Ad Blocker] During a request filtering operation: improved fix VB-121723 + - [Crash] On chrome:new-tab-page and tabs.create VB-122472 + - [macOS][Popout Video] Picture in Picture on Google Meet doesn't work: improved fix VB-99252 + - [Tabs][Keyboard] Cannot cycle tabs when browser is full screened or chromeless VB-122344 + - [UI] Redesign the session recovery interface to make it cleaner and easier to understand VB-122468 + - [UI] Window controls are duplicated VB-122496 +ReleaseNotesUrl: https://update.vivaldi.com/update/1.0/relnotes/snapshot/7.8.3879.3.html +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/7.8.3879.3/Vivaldi.Vivaldi.Snapshot.locale.zh-CN.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/7.8.3879.3/Vivaldi.Vivaldi.Snapshot.locale.zh-CN.yaml new file mode 100644 index 0000000000000..563069b04ec91 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/7.8.3879.3/Vivaldi.Vivaldi.Snapshot.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi.Snapshot +PackageVersion: 7.8.3879.3 +PackageLocale: zh-CN +PublisherUrl: https://vivaldi.com/zh-hans/ +PrivacyUrl: https://vivaldi.com/zh-hans/privacy/browser/ +PackageName: Vivaldi(快照版) +PackageUrl: https://vivaldi.com/zh-hans/desktop/ +License: 免费软件 +LicenseUrl: https://vivaldi.com/zh-hans/privacy/vivaldi-end-user-license-agreement/ +Copyright: Copyright 2025 Vivaldi Technologies AS. 版权所有。 +ShortDescription: 功能强大、个性定制、注重隐私的浏览器 +Description: Vivaldi 是一个有趣的浏览器,内置了很多强大的功能,并且非常灵活,不会跟踪你。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +- 隐私 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/v/Vivaldi/Vivaldi/Snapshot/7.8.3879.3/Vivaldi.Vivaldi.Snapshot.yaml b/manifests/v/Vivaldi/Vivaldi/Snapshot/7.8.3879.3/Vivaldi.Vivaldi.Snapshot.yaml new file mode 100644 index 0000000000000..7084896c5fd67 --- /dev/null +++ b/manifests/v/Vivaldi/Vivaldi/Snapshot/7.8.3879.3/Vivaldi.Vivaldi.Snapshot.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Vivaldi.Vivaldi.Snapshot +PackageVersion: 7.8.3879.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/v/vim/vim/nightly/9.1.1930/vim.vim.nightly.installer.yaml b/manifests/v/vim/vim/nightly/9.1.1930/vim.vim.nightly.installer.yaml new file mode 100644 index 0000000000000..6462a37392fea --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.1.1930/vim.vim.nightly.installer.yaml @@ -0,0 +1,36 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: vim.vim.nightly +PackageVersion: 9.1.1930 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Commands: +- diff +- gvim +- tee +- vim +- xxd +ProductCode: Vim 9.1 +ReleaseDate: 2025-11-26 +ElevationRequirement: elevationRequired +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.1930/gvim_9.1.1930_x86.exe + InstallerSha256: 3A7D5B5F2E88EF28DA1FB45986951A69CB583CE53A7301533D46FE5313DA0955 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Vim' +- Architecture: x64 + InstallerUrl: https://github.com/vim/vim-win32-installer/releases/download/v9.1.1930/gvim_9.1.1930_x64.exe + InstallerSha256: 95F53A5E23F25969E5572A2A50C6A3DF69EFAEA79F301F1D87AB97D70DAC4ED8 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Vim' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/v/vim/vim/nightly/9.1.1930/vim.vim.nightly.locale.en-US.yaml b/manifests/v/vim/vim/nightly/9.1.1930/vim.vim.nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..10ead8747e5be --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.1.1930/vim.vim.nightly.locale.en-US.yaml @@ -0,0 +1,69 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: vim.vim.nightly +PackageVersion: 9.1.1930 +PackageLocale: en-US +Publisher: Bram Moolenaar et al. +PublisherUrl: https://github.com/vim/vim-win32-installer +PublisherSupportUrl: https://github.com/vim/vim-win32-installer/issues +Author: Bram Moolenaar et al. +PackageName: Vim +PackageUrl: https://www.vim.org/ +License: Copyright (C) 1991-2020 Bram Moolenaar [Bram@vim.org] - Charityware / GNU GPL compatible +LicenseUrl: https://github.com/vim/vim-win32-installer#license--copyright +Copyright: Copyright (C) 1991-2020 Bram Moolenaar [Bram@vim.org] +CopyrightUrl: https://github.com/vim/vim-win32-installer#license--copyright +ShortDescription: Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient +Moniker: vim +Tags: +- code-editor +- g-vim +- gvim +- text-editing +- text-editor +- tool +- utility +- vi +ReleaseNotes: |- + v9.1.1930 + Nightly Vim Windows build snapshots (more information). + If you do not know what to use, use the 32bit installer (use the signed one, if available). + Signed releases will occasionally be provided on a best effort approach. + Changes: + - 9.1.1930: completion: 'completefuzzycollect' is too obscure + - runtime(i3config/swayconfig): add all option for i3config only + - 9.1.1929: completion: spell completion wrong with fuzzy + - runtime(doc): Fix typo in "Jumping to Changes", usr_08.txt + - CI: retire socketserver runner + - 9.1.1928: xxd: exit_with_usage() can be simplified + Files: + 🔓 Unsigned Files: + - gvim_9.1.1930_x86.exe + 32-bit installer (If you don't know what to use, use this one) + - gvim_9.1.1930_x64.exe + 64-bit installer + - gvim_9.1.1930_arm64.exe + ARM 64-bit installer + - gvim_9.1.1930_x86.zip + 32-bit zip archive + - gvim_9.1.1930_x64.zip + 64-bit zip archive + - gvim_9.1.1930_arm64.zip + ARM 64-bit zip archive + - gvim_9.1.1930_x86_pdb.zip + pdb files for debugging the corresponding 32-bit executable + - gvim_9.1.1930_x64_pdb.zip + pdb files for debugging the corresponding 64-bit executable + Interface Information + - Strawberry Perl 5.32 + - LuaBinaries 5.4 + - Python 2.7 + - Python3 3.8 or later + - Racket 8.7 (BC) + - RubyInstaller 3.2 + - libsodium 1.0.19 + See the README for detail. +ReleaseNotesUrl: https://github.com/vim/vim-win32-installer/releases/tag/v9.1.1930 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/v/vim/vim/nightly/9.1.1930/vim.vim.nightly.yaml b/manifests/v/vim/vim/nightly/9.1.1930/vim.vim.nightly.yaml new file mode 100644 index 0000000000000..ae1b7c3545035 --- /dev/null +++ b/manifests/v/vim/vim/nightly/9.1.1930/vim.vim.nightly.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: vim.vim.nightly +PackageVersion: 9.1.1930 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/v/voidtools/Everything/Alpha/1.5.0.1401a/voidtools.Everything.Alpha.installer.yaml b/manifests/v/voidtools/Everything/Alpha/1.5.0.1401a/voidtools.Everything.Alpha.installer.yaml new file mode 100644 index 0000000000000..b319120ac6661 --- /dev/null +++ b/manifests/v/voidtools/Everything/Alpha/1.5.0.1401a/voidtools.Everything.Alpha.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: voidtools.Everything.Alpha +PackageVersion: 1.5.0.1401a +Platform: +- Windows.Desktop +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S +UpgradeBehavior: install +ReleaseDate: 2025-11-27 +Installers: +- Architecture: x86 + InstallerUrl: https://www.voidtools.com/Everything-1.5.0.1401a.x86-Setup.exe + InstallerSha256: E570DCC6549F68F578BFD1B11708AAA0A74ED05EFD4C77AF7DFB0D231B703851 +- Architecture: x64 + InstallerUrl: https://www.voidtools.com/Everything-1.5.0.1401a.x64-Setup.exe + InstallerSha256: D2A81112FF29891779F143ADE005CF67C59A173D09A447437CBC1FC50408EE6C +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/v/voidtools/Everything/Alpha/1.5.0.1401a/voidtools.Everything.Alpha.locale.en-US.yaml b/manifests/v/voidtools/Everything/Alpha/1.5.0.1401a/voidtools.Everything.Alpha.locale.en-US.yaml new file mode 100644 index 0000000000000..1247bd88b1c83 --- /dev/null +++ b/manifests/v/voidtools/Everything/Alpha/1.5.0.1401a/voidtools.Everything.Alpha.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: voidtools.Everything.Alpha +PackageVersion: 1.5.0.1401a +PackageLocale: en-US +Publisher: voidtools +PublisherUrl: https://www.voidtools.com/ +PublisherSupportUrl: https://www.voidtools.com/support/everything/ +PrivacyUrl: https://www.voidtools.com/privacy +Author: voidtools +PackageName: Everything (Alpha) +PackageUrl: https://www.voidtools.com/forum/viewtopic.php?f=12&t=9787 +License: MIT License +LicenseUrl: https://www.voidtools.com/License.txt +Copyright: Copyright (C) 2022 voidtools +CopyrightUrl: https://www.voidtools.com/License.txt +ShortDescription: Locate files and folders by name instantly. +Description: | + Everything is search engine that locates files and folders by filename instantly for Windows. + Unlike Windows search Everything initially displays every file and folder on your computer (hence the name Everything). You type in a search filter to limit what files and folders are displayed. +Moniker: everything-alpha +Tags: +- alpha +- file-search +- filesystem +- indexing +- search +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/v/voidtools/Everything/Alpha/1.5.0.1401a/voidtools.Everything.Alpha.yaml b/manifests/v/voidtools/Everything/Alpha/1.5.0.1401a/voidtools.Everything.Alpha.yaml new file mode 100644 index 0000000000000..3218259d6aeeb --- /dev/null +++ b/manifests/v/voidtools/Everything/Alpha/1.5.0.1401a/voidtools.Everything.Alpha.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: voidtools.Everything.Alpha +PackageVersion: 1.5.0.1401a +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/w/WenAnLin/Wenget/0.3.2/WenAnLin.Wenget.installer.yaml b/manifests/w/WenAnLin/Wenget/0.3.2/WenAnLin.Wenget.installer.yaml new file mode 100644 index 0000000000000..78cb01528852b --- /dev/null +++ b/manifests/w/WenAnLin/Wenget/0.3.2/WenAnLin.Wenget.installer.yaml @@ -0,0 +1,22 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: WenAnLin.Wenget +PackageVersion: 0.3.2 +InstallerType: portable +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- wenget +ReleaseDate: 2025-11-28 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/superyngo/Wenget/releases/download/v0.3.2/wenget-windows-i686.exe + InstallerSha256: FF2D1C9E64E17E9F4056A6743D6FA335B45B9051F928C726E288A98B3F85ECF7 +- Architecture: x64 + InstallerUrl: https://github.com/superyngo/Wenget/releases/download/v0.3.2/wenget-windows-x86_64.exe + InstallerSha256: 07034F8DFE24C995726EEF9FEC0A2FC52002C60A57F808E6410A50AD3EDA7D2E +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/w/WenAnLin/Wenget/0.3.2/WenAnLin.Wenget.locale.en-US.yaml b/manifests/w/WenAnLin/Wenget/0.3.2/WenAnLin.Wenget.locale.en-US.yaml new file mode 100644 index 0000000000000..2751fc96f33d8 --- /dev/null +++ b/manifests/w/WenAnLin/Wenget/0.3.2/WenAnLin.Wenget.locale.en-US.yaml @@ -0,0 +1,80 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: WenAnLin.Wenget +PackageVersion: 0.3.2 +PackageLocale: en-US +Publisher: WenAnLin +PublisherUrl: https://github.com/superyngo +PublisherSupportUrl: https://github.com/superyngo/Wenget/issues +Author: wen +PackageName: Wenget +PackageUrl: https://github.com/superyngo/Wenget +License: MIT +LicenseUrl: https://github.com/superyngo/Wenget/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 wen +CopyrightUrl: https://github.com/superyngo/Wenget?tab=MIT-1-ov-file +ShortDescription: A cross-platform portable binary package manager powered by GitHub/GitLab releases. Simple, fast, and always up-to-date. +Description: A cross-platform portable binary package manager powered by GitHub/GitLab releases. Simple, fast, and always up-to-date. +Moniker: wenget +ReleaseNotes: |- + feat: improve update mechanism with GitHub API integration and cache sync (v0.3.2) + New Features + 1. GitHub API Priority with Smart Fallback + - Prioritize GitHub API for fetching latest package info and download links + - Smart fallback to bucket cache when API rate limit is hit + - User-friendly notifications when using cached links + - Ensures download links match the latest version + How it works: + Update/Install Package + ↓ + Try GitHub API + ├─ Success → Use latest download links ✓ + └─ Rate Limit → Fallback to bucket cache + Benefits: + - 🎯 Accurate downloads - Latest version URLs from GitHub + - 🔄 Automatic fallback - No failures due to rate limits + - 📊 Transparent - Users know which source is being used + 2. Automatic Cache Synchronization + - Auto-update manifest-cache.json with latest package info from GitHub API + - Batch updates for better performance + - Preserves source tracking - Maintains bucket/direct repo information + - Non-blocking - Cache update failures don't stop installation + Benefits: + - ⚡ Reduced API calls - Subsequent operations use updated cache + - 🔄 Fresh data - Cache gradually updates without full rebuild + - 📦 Better performance - List/search commands show latest info + - 💾 Incremental updates - No need to wait for 24h TTL expiry + Technical Details + Files Modified + - src/commands/add.rs:160-377 + - Add cache update collection mechanism + - Implement update_cache_with_packages() helper function + - Integrate GitHub API priority logic with fallback + Architecture + GitHub API (Priority) + ↓ + Latest Package Info + ├─ Install Package + └─ Update Cache → manifest-cache.json + ↓ + Next Operation Uses Fresh Cache + Error Handling + - GitHub API failures gracefully fallback to cache + - Cache update failures are logged but don't block installation + - User receives clear notifications about data sources + Version + - Bump version: 0.3.1 → 0.3.2 + 🤖 Generated with Claude Code + Co-Authored-By: Claude noreply@anthropic.com + 📦 下載 / Downloads + 請從下方選擇適合您系統的版本下載。 + Please download the appropriate version for your system from below. + 🔒 檔案校驗 / File Verification + 使用 SHA256SUMS 檔案驗證下載的檔案完整性。 + Use the SHA256SUMS file to verify the integrity of downloaded files. + 📝 自動生成的變更日誌 / Auto-generated Changelog + Full Changelog: v0.3.1...v0.3.2 +ReleaseNotesUrl: https://github.com/superyngo/Wenget/releases/tag/v0.3.2 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/w/WenAnLin/Wenget/0.3.2/WenAnLin.Wenget.yaml b/manifests/w/WenAnLin/Wenget/0.3.2/WenAnLin.Wenget.yaml new file mode 100644 index 0000000000000..47ca3c2ba4ed4 --- /dev/null +++ b/manifests/w/WenAnLin/Wenget/0.3.2/WenAnLin.Wenget.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: WenAnLin.Wenget +PackageVersion: 0.3.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/w/Wondershare/PDFelement/12/12.1.1/Wondershare.PDFelement.12.installer.yaml b/manifests/w/Wondershare/PDFelement/12/12.1.1/Wondershare.PDFelement.12.installer.yaml new file mode 100644 index 0000000000000..7f6174c6e14ff --- /dev/null +++ b/manifests/w/Wondershare/PDFelement/12/12.1.1/Wondershare.PDFelement.12.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Wondershare.PDFelement.12 +PackageVersion: 12.1.1 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- wspe8 +FileExtensions: +- fdf +- pdf +ProductCode: '{A8FE1843-9E8B-4E01-B5CA-375BA3FB68AF}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://download.wondershare.com/cbs_down/pdfelement-pro_64bit_12.1.1_full5239.exe + InstallerSha256: 3A783FF94177015B6E7C661477816ED8E016F6D0AA2EE46CE99F25B93C4374D3 +- Architecture: x86 + InstallerUrl: https://download.wondershare.com/cbs_down/pdfelement-pro_12.1.1_full5239.exe + InstallerSha256: 3A783FF94177015B6E7C661477816ED8E016F6D0AA2EE46CE99F25B93C4374D3 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/w/Wondershare/PDFelement/12/12.1.1/Wondershare.PDFelement.12.locale.en-US.yaml b/manifests/w/Wondershare/PDFelement/12/12.1.1/Wondershare.PDFelement.12.locale.en-US.yaml new file mode 100644 index 0000000000000..fbbf1d6854c64 --- /dev/null +++ b/manifests/w/Wondershare/PDFelement/12/12.1.1/Wondershare.PDFelement.12.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.10.0.schema.json + +PackageIdentifier: Wondershare.PDFelement.12 +PackageVersion: 12.1.1 +PackageLocale: en-US +Publisher: Wondershare +PublisherUrl: https://www.wondershare.com/ +PublisherSupportUrl: https://support.wondershare.com/how-tos/pdfelement/ +PrivacyUrl: https://www.wondershare.com/privacy.html +Author: Wondershare Technology Group Co., Ltd. +PackageName: Wondershare PDFelement +PackageUrl: https://pdf.wondershare.com/pdfelement.html +License: Proprietary +LicenseUrl: https://www.wondershare.com/company/end-user-license-agreement.html +Copyright: Copyright © 2025 Wondershare. All rights reserved. +CopyrightUrl: https://www.wondershare.com/company/terms_conditions.html +ShortDescription: Take control of your documents with this powerful PDF editor. +Description: Wondershare PDFelement is a powerful PDF tool that helps make working with PDF files easier, allows you to produce great-looking PDF documents and forms quickly, affordably, and securely. +Tags: +- annotate +- annotation +- comment +- conversion +- convert +- ebook +- edit +- editor +- ocr +- pdf +- read +- reader +- viewer +ReleaseNotes: |- + Optimized the OCR feature popup. + Improved recommendation logic for translation and compression features. + Moved AI feature login to a later step. + Optimized the quick tools on the home page. + The scroll wheel now supports adjusting more values. + Added support for expanding or closing the top menu bar by clicking the left navigation. + Support user-customizable switching between the left and right sidebars. Support switching to the V11 layout. + Fixed several other issues. +ReleaseNotesUrl: https://pdf.wondershare.com/whats-new.html +PurchaseUrl: https://pdf.wondershare.com/store/windows-individuals.html +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://pdf.wondershare.com/guide/pdfelement-windows.html +- DocumentLabel: Tutorials + DocumentUrl: https://pdf.wondershare.com/pdfelement-video-community.html +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/w/Wondershare/PDFelement/12/12.1.1/Wondershare.PDFelement.12.locale.zh-CN.yaml b/manifests/w/Wondershare/PDFelement/12/12.1.1/Wondershare.PDFelement.12.locale.zh-CN.yaml new file mode 100644 index 0000000000000..750e4236119b0 --- /dev/null +++ b/manifests/w/Wondershare/PDFelement/12/12.1.1/Wondershare.PDFelement.12.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.10.0.schema.json + +PackageIdentifier: Wondershare.PDFelement.12 +PackageVersion: 12.1.1 +PackageLocale: zh-CN +Author: 万兴科技集团股份有限公司 +License: 专有软件 +Copyright: Copyright © 2025 Wondershare. 保留所有权利 +ShortDescription: 使用这款强大的 PDF 编辑器,掌控您的文档。 +Description: Wondershare PDFelement 是功能十分强大的 PDF 工具,可帮助您在工作中轻松地处理 PDF 文件并能快速制作美观的 PDF 文档和表单,产品非常实惠,安全好用。 +Tags: +- ocr +- pdf +- 批注 +- 查看器 +- 标注 +- 注释 +- 电子书 +- 编辑 +- 编辑器 +- 转换 +- 阅读 +- 阅读器 +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://pdf.wondershare.com/guide/pdfelement-windows.html +- DocumentLabel: 教程 + DocumentUrl: https://pdf.wondershare.com/pdfelement-video-community.html +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/w/Wondershare/PDFelement/12/12.1.1/Wondershare.PDFelement.12.yaml b/manifests/w/Wondershare/PDFelement/12/12.1.1/Wondershare.PDFelement.12.yaml new file mode 100644 index 0000000000000..a96161513483e --- /dev/null +++ b/manifests/w/Wondershare/PDFelement/12/12.1.1/Wondershare.PDFelement.12.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Wondershare.PDFelement.12 +PackageVersion: 12.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/x/xpipe-io/xpipe/19.4/xpipe-io.xpipe.installer.yaml b/manifests/x/xpipe-io/xpipe/19.4/xpipe-io.xpipe.installer.yaml new file mode 100644 index 0000000000000..a3c2381245901 --- /dev/null +++ b/manifests/x/xpipe-io/xpipe/19.4/xpipe-io.xpipe.installer.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: xpipe-io.xpipe +PackageVersion: "19.4" +InstallerLocale: en-US +InstallerType: wix +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/xpipe-io/xpipe/releases/download/19.4/xpipe-installer-windows-x86_64.msi + InstallerSha256: 0EBCB2A5F14D5A858A5863CAA5CC6DB2DCEADDBB368CEB86AC691773F482F0A5 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/xpipe-io/xpipe/releases/download/19.4/xpipe-installer-windows-x86_64.msi + InstallerSha256: 0EBCB2A5F14D5A858A5863CAA5CC6DB2DCEADDBB368CEB86AC691773F482F0A5 + InstallerSwitches: + Custom: ALLUSERS=1 + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/xpipe-io/xpipe/releases/download/19.4/xpipe-installer-windows-arm64.msi + InstallerSha256: F1851FF85B55994098ED4BD9601F762C5EF0040E2151498655EACB1EEEDEB328 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/xpipe-io/xpipe/releases/download/19.4/xpipe-installer-windows-arm64.msi + InstallerSha256: F1851FF85B55994098ED4BD9601F762C5EF0040E2151498655EACB1EEEDEB328 + InstallerSwitches: + Custom: ALLUSERS=1 + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2025-11-27 diff --git a/manifests/x/xpipe-io/xpipe/19.4/xpipe-io.xpipe.locale.en-US.yaml b/manifests/x/xpipe-io/xpipe/19.4/xpipe-io.xpipe.locale.en-US.yaml new file mode 100644 index 0000000000000..b47e578f93817 --- /dev/null +++ b/manifests/x/xpipe-io/xpipe/19.4/xpipe-io.xpipe.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: xpipe-io.xpipe +PackageVersion: "19.4" +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/19.4 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/x/xpipe-io/xpipe/19.4/xpipe-io.xpipe.yaml b/manifests/x/xpipe-io/xpipe/19.4/xpipe-io.xpipe.yaml new file mode 100644 index 0000000000000..2e07ca91a2893 --- /dev/null +++ b/manifests/x/xpipe-io/xpipe/19.4/xpipe-io.xpipe.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: xpipe-io.xpipe +PackageVersion: "19.4" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/y/Yandex/Music/5.78.4/Yandex.Music.installer.yaml b/manifests/y/Yandex/Music/5.78.4/Yandex.Music.installer.yaml new file mode 100644 index 0000000000000..c20b068db6dde --- /dev/null +++ b/manifests/y/Yandex/Music/5.78.4/Yandex.Music.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Yandex.Music +PackageVersion: 5.78.4 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 49494f9d-1887-5500-9c55-ef4cf0614971 +ReleaseDate: 2025-11-27 +Installers: +- Architecture: x64 + InstallerUrl: https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.78.4.exe + InstallerSha256: D767B4CDC725BEBBC0600BE25417C386FFEB6F0FC69A1941247F8AF6908760D3 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/y/Yandex/Music/5.78.4/Yandex.Music.locale.en-US.yaml b/manifests/y/Yandex/Music/5.78.4/Yandex.Music.locale.en-US.yaml new file mode 100644 index 0000000000000..59396b2628a4a --- /dev/null +++ b/manifests/y/Yandex/Music/5.78.4/Yandex.Music.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Yandex.Music +PackageVersion: 5.78.4 +PackageLocale: en-US +Publisher: Яндекс Музыка +PublisherUrl: https://yandex.com/ +PublisherSupportUrl: https://yandex.com/support/ +PrivacyUrl: https://yandex.com/legal/confidential/en/ +Author: YANDEX LLC +PackageName: Яндекс Музыка +PackageUrl: https://music.yandex.com/ +License: Proprietary +LicenseUrl: https://yandex.com/legal/ +Copyright: Copyright © 2025 Яндекс Музыка +ShortDescription: Yandex Music is a service for finding and listening to music and podcasts that provides personalized recommendations for each user. +Tags: +- album +- artist +- audio +- episode +- music +- playlist +- podcast +- radio +- song +- sound +- streaming +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/y/Yandex/Music/5.78.4/Yandex.Music.locale.zh-CN.yaml b/manifests/y/Yandex/Music/5.78.4/Yandex.Music.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ea1c1e7b1e098 --- /dev/null +++ b/manifests/y/Yandex/Music/5.78.4/Yandex.Music.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: Yandex.Music +PackageVersion: 5.78.4 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: Yandex Music 是一项寻找和收听音乐和播客的服务,可为每位用户提供个性化推荐。 +Tags: +- 专辑 +- 广播 +- 播客 +- 歌单 +- 歌手 +- 歌曲 +- 流媒体 +- 艺人 +- 节目 +- 音乐 +- 音频 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/y/Yandex/Music/5.78.4/Yandex.Music.yaml b/manifests/y/Yandex/Music/5.78.4/Yandex.Music.yaml new file mode 100644 index 0000000000000..0106feb59ce85 --- /dev/null +++ b/manifests/y/Yandex/Music/5.78.4/Yandex.Music.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Yandex.Music +PackageVersion: 5.78.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/y/yetone/OpenAITranslator/0.6.5/yetone.OpenAITranslator.installer.yaml b/manifests/y/yetone/OpenAITranslator/0.6.5/yetone.OpenAITranslator.installer.yaml new file mode 100644 index 0000000000000..3ab7a9e4ac0c0 --- /dev/null +++ b/manifests/y/yetone/OpenAITranslator/0.6.5/yetone.OpenAITranslator.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: yetone.OpenAITranslator +PackageVersion: 0.6.5 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: OpenAI Translator +ReleaseDate: 2025-11-26 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nextai-translator/nextai-translator/releases/download/v0.6.5/NextAI.Translator_0.6.5_x64-setup.exe + InstallerSha256: 70B1019DCCB15279C0B9CFDCE7352AE079E01C1471AFD8D255542331E118D487 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/y/yetone/OpenAITranslator/0.6.5/yetone.OpenAITranslator.locale.en-US.yaml b/manifests/y/yetone/OpenAITranslator/0.6.5/yetone.OpenAITranslator.locale.en-US.yaml new file mode 100644 index 0000000000000..f3a9fe746bc51 --- /dev/null +++ b/manifests/y/yetone/OpenAITranslator/0.6.5/yetone.OpenAITranslator.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: yetone.OpenAITranslator +PackageVersion: 0.6.5 +PackageLocale: en-US +Publisher: yetone +PublisherUrl: https://github.com/nextai-translator +PublisherSupportUrl: https://github.com/nextai-translator/nextai-translator/issues +PackageName: OpenAI Translator +PackageUrl: https://github.com/nextai-translator/nextai-translator +License: AGPL-3.0 +LicenseUrl: https://github.com/nextai-translator/nextai-translator/blob/HEAD/LICENSE +ShortDescription: Cross-platform desktop application for translation based on ChatGPT API. +Tags: +- chatgpt +- openai +- translate +- translation +- translator +ReleaseNotes: 'release: v0.6.5' +ReleaseNotesUrl: https://github.com/nextai-translator/nextai-translator/releases/tag/v0.6.5 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/y/yetone/OpenAITranslator/0.6.5/yetone.OpenAITranslator.locale.zh-CN.yaml b/manifests/y/yetone/OpenAITranslator/0.6.5/yetone.OpenAITranslator.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6348b7c55c929 --- /dev/null +++ b/manifests/y/yetone/OpenAITranslator/0.6.5/yetone.OpenAITranslator.locale.zh-CN.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json + +PackageIdentifier: yetone.OpenAITranslator +PackageVersion: 0.6.5 +PackageLocale: zh-CN +ShortDescription: 基于 ChatGPT API 的划词翻译跨平台桌面端应用 +Tags: +- chatgpt +- openai +- 翻译 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/y/yetone/OpenAITranslator/0.6.5/yetone.OpenAITranslator.yaml b/manifests/y/yetone/OpenAITranslator/0.6.5/yetone.OpenAITranslator.yaml new file mode 100644 index 0000000000000..455e1acc9187c --- /dev/null +++ b/manifests/y/yetone/OpenAITranslator/0.6.5/yetone.OpenAITranslator.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: yetone.OpenAITranslator +PackageVersion: 0.6.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/z/zevnda/SteamGameIdler/2.5.5/zevnda.SteamGameIdler.installer.yaml b/manifests/z/zevnda/SteamGameIdler/2.5.5/zevnda.SteamGameIdler.installer.yaml new file mode 100644 index 0000000000000..c1ff66f472986 --- /dev/null +++ b/manifests/z/zevnda/SteamGameIdler/2.5.5/zevnda.SteamGameIdler.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: zevnda.SteamGameIdler +PackageVersion: 2.5.5 +InstallerLocale: en-US +InstallerType: nullsoft +ProductCode: Steam Game Idler +ReleaseDate: 2025-11-28 +AppsAndFeaturesEntries: +- ProductCode: Steam Game Idler +InstallationMetadata: + DefaultInstallLocation: placeholder\Steam Game Idler +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zevnda/steam-game-idler/releases/download/2.5.5/Steam.Game.Idler_2.5.5_x64-setup.exe + InstallerSha256: D8D21A796B99385FDDF394A014BE709C39AD660969C258DEAFCBFEE17189639B +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/z/zevnda/SteamGameIdler/2.5.5/zevnda.SteamGameIdler.locale.en-US.yaml b/manifests/z/zevnda/SteamGameIdler/2.5.5/zevnda.SteamGameIdler.locale.en-US.yaml new file mode 100644 index 0000000000000..e8ca9bcd05b85 --- /dev/null +++ b/manifests/z/zevnda/SteamGameIdler/2.5.5/zevnda.SteamGameIdler.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: zevnda.SteamGameIdler +PackageVersion: 2.5.5 +PackageLocale: en-US +Publisher: zevnda +PublisherUrl: https://github.com/zevnda +PublisherSupportUrl: https://github.com/zevnda/steam-game-idler/issues +Author: zevnda +PackageName: Steam Game Idler +PackageUrl: https://github.com/zevnda/steam-game-idler +License: MIT +LicenseUrl: https://github.com/zevnda/steam-game-idler/blob/HEAD/LICENSE +Copyright: Copyright © 2024-2025 zevnda +ShortDescription: Farm Steam trading cards, manage achievements, and idle games automatically — an all-in-one alternative to ArchiSteamFarm, Steam Achievement Manager, and Idle Master +Description: Steam Game Idler (SGI) is a Steam automation tool for farming trading cards, managing achievements, and boosting playtime across all games in your Steam library. +Tags: +- steam steam-idle-master steam-farm +ReleaseNotes: |- + What's Changed + - refactor(chat): remove limit for fetching online users by @zevnda in #1242 + - fix(components): changelog iframe opening without a version by @zevnda in #1243 + - refactor(utils): limit max concurrent idling processes to 32 by @zevnda in #1244 + - fix(games-list): rerendering issue caused by zustand setters by @zevnda in #1245 + - refactor(ui): improve start feature button style by @zevnda in #1247 + - build(deps): bump react-i18next from 16.3.3 to 16.3.5 by @dependabot[bot] in #1191 + - build(deps): bump fumadocs-ui from 16.0.15 to 16.1.0 by @dependabot[bot] in #1193 + - build(deps): bump i18next from 25.6.2 to 25.6.3 by @dependabot[bot] in #1192 + - build(deps): bump next from 16.0.1 to 16.0.3 by @dependabot[bot] in #1194 + - build(deps-dev): bump @types/react from 19.2.6 to 19.2.7 by @dependabot[bot] in #1195 + Full Changelog: 2.5.4...2.5.5 +ReleaseNotesUrl: https://github.com/zevnda/steam-game-idler/releases/tag/2.5.5 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/z/zevnda/SteamGameIdler/2.5.5/zevnda.SteamGameIdler.yaml b/manifests/z/zevnda/SteamGameIdler/2.5.5/zevnda.SteamGameIdler.yaml new file mode 100644 index 0000000000000..a1ea1460d3b47 --- /dev/null +++ b/manifests/z/zevnda/SteamGameIdler/2.5.5/zevnda.SteamGameIdler.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.14.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: zevnda.SteamGameIdler +PackageVersion: 2.5.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0