Skip to content

Commit e59da5f

Browse files
atanihermes-agent
andauthored
New package: atani.mysh version 0.9.1 (microsoft#377956)
Co-authored-by: Hermes Agent <hermes-agent@users.noreply.github.com>
1 parent 37cc156 commit e59da5f

3 files changed

Lines changed: 60 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
2+
3+
PackageIdentifier: atani.mysh
4+
PackageVersion: 0.9.1
5+
InstallerType: msi
6+
Scope: machine
7+
InstallModes:
8+
- interactive
9+
- silent
10+
- silentWithProgress
11+
UpgradeBehavior: install
12+
Commands:
13+
- mysh
14+
ReleaseDate: 2026-05-30
15+
AppsAndFeaturesEntries:
16+
- UpgradeCode: '{3E27E63E-3D1E-45CD-964B-E685AF732D77}'
17+
Installers:
18+
- Architecture: x64
19+
InstallerUrl: https://github.com/atani/mysh/releases/download/v0.9.1/mysh-windows-x64.msi
20+
InstallerSha256: AB422348029DFD82342EAA2223D7135C1AEFB80FB2D71FD8F7E506DA3517F3E6
21+
ProductCode: '{72A9916E-DF42-43E5-A7B6-2C3C1C374654}'
22+
- Architecture: arm64
23+
InstallerUrl: https://github.com/atani/mysh/releases/download/v0.9.1/mysh-windows-arm64.msi
24+
InstallerSha256: B0D63036EC0C8B82C917305E6628379A3286C7F0845BAF301FD0B02F2D23F4D0
25+
ProductCode: '{A610D65D-DCCC-46C2-BAC1-479BC1998DE9}'
26+
ManifestType: installer
27+
ManifestVersion: 1.12.0
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
2+
3+
PackageIdentifier: atani.mysh
4+
PackageVersion: 0.9.1
5+
PackageLocale: en-US
6+
Publisher: atani
7+
PublisherUrl: https://github.com/atani
8+
PublisherSupportUrl: https://github.com/atani/mysh/issues
9+
Author: atani
10+
PackageName: mysh
11+
PackageUrl: https://github.com/atani/mysh
12+
License: MIT
13+
LicenseUrl: https://github.com/atani/mysh/blob/main/LICENSE
14+
Copyright: Copyright (c) 2026 atani
15+
ShortDescription: MySQL connection manager with SSH tunnel support.
16+
Description: MySQL connection manager with SSH tunnel support, encrypted password storage, automatic output masking for AI and non-TTY environments, native MySQL driver support, and export formats including markdown, CSV, JSON, and PDF.
17+
Moniker: mysh
18+
Tags:
19+
- cli
20+
- database
21+
- mysql
22+
- ssh
23+
- tunnel
24+
ReleaseNotesUrl: https://github.com/atani/mysh/releases/tag/v0.9.1
25+
ManifestType: defaultLocale
26+
ManifestVersion: 1.12.0
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
2+
3+
PackageIdentifier: atani.mysh
4+
PackageVersion: 0.9.1
5+
DefaultLocale: en-US
6+
ManifestType: version
7+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)