Skip to content

Commit 5313f4f

Browse files
authored
New version: MartiCliment.UniGetUI version 3.3.5 (microsoft#292826)
1 parent 6ac5c9e commit 5313f4f

File tree

3 files changed

+101
-0
lines changed

3 files changed

+101
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Created with WinGet Releaser using komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: MartiCliment.UniGetUI
5+
PackageVersion: 3.3.5
6+
InstallerLocale: en-US
7+
InstallerType: inno
8+
InstallModes:
9+
- interactive
10+
- silent
11+
- silentWithProgress
12+
InstallerSwitches:
13+
Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /NoAutoStart
14+
SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP- /NoAutoStart
15+
Interactive: /NORESTART /SP- /NoAutoStart
16+
InstallerSuccessCodes:
17+
- 1
18+
UpgradeBehavior: install
19+
ProductCode: '{889610CC-4337-4BDB-AC3B-4F21806C0BDE}_is1'
20+
ReleaseDate: 2025-09-13
21+
AppsAndFeaturesEntries:
22+
- DisplayName: UniGetUI
23+
ProductCode: '{889610CC-4337-4BDB-AC3B-4F21806C0BDE}_is1'
24+
ElevationRequirement: elevatesSelf
25+
Installers:
26+
- Architecture: x86
27+
Scope: user
28+
InstallerUrl: https://github.com/marticliment/UniGetUI/releases/download/3.3.5/UniGetUI.Installer.exe
29+
InstallerSha256: A6F510D6C5C33A4E187BA11DDC626BECA0430EE0F427DD031FC54B1F9A5772C3
30+
InstallerSwitches:
31+
Custom: /CURRENTUSER /NoWinGet
32+
- Architecture: x86
33+
Scope: machine
34+
InstallerUrl: https://github.com/marticliment/UniGetUI/releases/download/3.3.5/UniGetUI.Installer.exe
35+
InstallerSha256: A6F510D6C5C33A4E187BA11DDC626BECA0430EE0F427DD031FC54B1F9A5772C3
36+
InstallerSwitches:
37+
Custom: /ALLUSERS /NoWinGet
38+
InstallationMetadata:
39+
DefaultInstallLocation: '%ProgramFiles%\UniGetUI'
40+
ManifestType: installer
41+
ManifestVersion: 1.10.0
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Created with WinGet Releaser using komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: MartiCliment.UniGetUI
5+
PackageVersion: 3.3.5
6+
PackageLocale: en-US
7+
Publisher: Martí Climent
8+
PublisherUrl: https://github.com/marticliment/UniGetUI
9+
PublisherSupportUrl: https://github.com/marticliment/UniGetUI/issues
10+
Author: Martí Climent
11+
PackageName: UniGetUI (formerly WingetUI)
12+
PackageUrl: https://github.com/marticliment/UniGetUI
13+
License: MIT
14+
LicenseUrl: https://github.com/marticliment/UniGetUI/blob/HEAD/LICENSE
15+
Copyright: Copyright (c) 2024 Martí Climent
16+
CopyrightUrl: https://raw.githubusercontent.com/marticliment/UniGetUI/main/LICENSE
17+
ShortDescription: User Interface to install packages from most common CLI package managers such as Winget, Scoop, Chocolatey, Pip, Npm, .NET Tool and PowerShell Gallery.
18+
Description: |-
19+
The main goal of this project is to give a GUI Store to the most common CLI Package Managers for windows, such as Winget, Scoop, Chocolatey, Pip, Npm, .
20+
NET Tool and PowerShell Gallery.
21+
This app allows you to install, remove and maintain up-to-date the packages published on Winget, Scoop, Chocolatey, Pip, Npm, .
22+
NET Tool and PowerShell Gallery.
23+
Moniker: unigetui
24+
Tags:
25+
- chocolatey
26+
- dotnet-tool
27+
- dotnet-tool-ui
28+
- microsoft-store
29+
- npm
30+
- npm-ui
31+
- open-source
32+
- pip
33+
- pip-ui
34+
- powershell
35+
- powershell-gallery
36+
- scoop
37+
- scoop-ui
38+
- unigetui
39+
- winget
40+
- winget-ui
41+
ReleaseNotes: |-
42+
Changelog
43+
- Fixed reliability issues that affected 3.3.4
44+
- Downgrade AppSdk
45+
UniGetUI.Installer.exe SHA256: A6F510D6C5C33A4E187BA11DDC626BECA0430EE0F427DD031FC54B1F9A5772C3
46+
UniGetUI.x64.zip SHA256: E4F44B6C3B548813DBCA3741C897657CF9974067847B79A12F69ED2EE4E67D1F
47+
ReleaseNotesUrl: https://github.com/marticliment/UniGetUI/releases/tag/3.3.5
48+
Documentations:
49+
- DocumentLabel: Wiki
50+
DocumentUrl: https://marticliment.com/unigetui/help/
51+
ManifestType: defaultLocale
52+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Releaser using komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: MartiCliment.UniGetUI
5+
PackageVersion: 3.3.5
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)