Skip to content

Commit

Permalink
AU: 2 updated - azure-developer-cli stripe-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Aug 26, 2022
1 parent 7c6d96f commit 98742b6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
12 changes: 4 additions & 8 deletions azure-developer-cli/azure-developer-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>azure-developer-cli</id>
<version>0.1.0-beta4</version>
<version>0.1.0-beta5</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/azure-developer-cli</packageSourceUrl>
<owners>flcdrg</owners>
<title>Azure Developer CLI</title>
Expand All @@ -27,16 +27,12 @@ and the [Getting started](https://docs.microsoft.com/azure/developer/azure-devel
### Package notes
This package installs and registers the `azd` command globally for all users. This contrasts with the original PowerShell script [https://aka.ms/install-azd.ps1](https://aka.ms/install-azd.ps1) that installs the CLI per-user.
</description>
<releaseNotes><![CDATA[### 0.1.0-beta.4 (2022-08-10)
#### Features Added
- [[#140]](https://github.com/Azure/azure-dev/pull/140) Add consistent resource abbreviations.
<releaseNotes><![CDATA[### 0.1.0-beta.5 (2022-08-25)
#### Bugs Fixed
- [[#245]](https://github.com/Azure/azure-dev/issues/245) Fix Windows installer script modifying `PATH` environment variable to `REG_SZ` (reported by [@alexandair](https://github.com/alexandair))
]]></releaseNotes>
- [[#461]](https://github.com/Azure/azure-dev/pull/461) Fix for using a command output other than JSON.
- [[#480]](https://github.com/Azure/azure-dev/pull/480) Fix deploy error when using an environment name with capital letters.]]></releaseNotes>
<dependencies>
<dependency id="git" version="2.37.1" />
<dependency id="gh" version="2.3.0" />
Expand Down
4 changes: 2 additions & 2 deletions azure-developer-cli/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'; # stop on all errors
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_0.1.0-beta.4/azd-windows-amd64.zip'
$checksum = '703a648c9fd21b1fa820b646e7481e24acd2d849892425599d66c0a80f300398'
$url = 'https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_0.1.0-beta.5/azd-windows-amd64.zip'
$checksum = 'a4fa2fce8bf289d4c95d5f6c961d353903bbe15ddf96ac437cf47c5f3e99b82c'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion stripe-cli/stripe-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>stripe-cli</id>
<version>1.11.2</version>
<version>1.11.3</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/stripe-cli</packageSourceUrl>
<owners>flcdrg</owners>
<title>Stripe CLI</title>
Expand Down

0 comments on commit 98742b6

Please sign in to comment.