Skip to content

Commit 8c19f93

Browse files
New version: Anchor.cli 0.1.1 (microsoft#168406)
Co-authored-by: goreleaserbot <bot@goreleaser.com>
1 parent 06f68ea commit 8c19f93

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# This file was generated by GoReleaser. DO NOT EDIT.
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
3+
PackageIdentifier: Anchor.cli
4+
PackageVersion: 0.1.1
5+
InstallerLocale: en-US
6+
InstallerType: wix
7+
ReleaseDate: "2024-08-20"
8+
Installers:
9+
- Architecture: x86
10+
InstallerUrl: https://github.com/anchordotdev/cli/releases/download/v0.1.1/msi-builder-x86.msi
11+
InstallerSha256: 1567ca530f89ee432bee84f8ee0674aa9ddaa5e080d16c05605ed05b5d17c7dc
12+
UpgradeBehavior: uninstallPrevious
13+
- Architecture: x64
14+
InstallerUrl: https://github.com/anchordotdev/cli/releases/download/v0.1.1/msi-builder-x64.msi
15+
InstallerSha256: 7f9ec315b9765335cfced0a7081daec83952ca3c9c31334fe1f2d6d800bcdb66
16+
UpgradeBehavior: uninstallPrevious
17+
ManifestType: installer
18+
ManifestVersion: 1.6.0
19+
ProductCode: '{C5F94F62-E3CC-48E2-AB3C-4DED8C6099E9}'
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# This file was generated by GoReleaser. DO NOT EDIT.
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
3+
PackageIdentifier: Anchor.cli
4+
PackageVersion: 0.1.1
5+
PackageLocale: en-US
6+
Publisher: Anchor
7+
PublisherUrl: https://anchor.dev
8+
PublisherSupportUrl: https://github.com/anchordotdev/cli/issues
9+
PackageName: cli
10+
PackageUrl: https://anchor.dev
11+
License: mit
12+
LicenseUrl: https://raw.githubusercontent.com/anchordotdev/cli/main/LICENSE
13+
Copyright: 2024 Anchor Security, Inc.
14+
ShortDescription: Command-line tools for Anchor.dev
15+
Description: |
16+
anchor is a command line interface for the Anchor certificate management platform.
17+
It provides a developer friendly interface for certificate management.
18+
Moniker: cli
19+
Tags:
20+
- security
21+
- tls
22+
- ssl
23+
- certificates
24+
- localhost
25+
- https
26+
- cryptography
27+
- encryption
28+
- acme
29+
- cli
30+
- x509
31+
- X.509
32+
ReleaseNotes: |
33+
## Changelog
34+
* da1adb8 v0.1.1 misc fixes
35+
ReleaseNotesUrl: https://github.com/anchordotdev/cli/releases/tag/v0.1.1
36+
ManifestType: defaultLocale
37+
ManifestVersion: 1.6.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file was generated by GoReleaser. DO NOT EDIT.
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
3+
PackageIdentifier: Anchor.cli
4+
PackageVersion: 0.1.1
5+
DefaultLocale: en-US
6+
ManifestType: version
7+
ManifestVersion: 1.6.0

0 commit comments

Comments
 (0)