Skip to content

Commit

Permalink
AU: 4 updated - azure-developer-cli dotPeek dotTrace dotUltimate
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Oct 26, 2022
1 parent 39d47d2 commit 8a2436e
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 29 deletions.
15 changes: 3 additions & 12 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.3.0-beta3</version>
<version>0.3.0-beta4</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/azure-developer-cli</packageSourceUrl>
<owners>flcdrg</owners>
<title>Azure Developer CLI</title>
Expand All @@ -26,20 +26,11 @@ 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.3.0-beta.3 (2022-10-21)
#### Features Added
- [[#878]](https://github.com/Azure/azure-dev/pull/878) `azd down` supports purge of app configuration stores.
</description><releaseNotes><![CDATA[### 0.3.0-beta.4 (2022-10-25)
#### Bugs Fixed
- [[#925]](https://github.com/Azure/azure-dev/pull/925) Fix issues where running `azd infra create` with `--output==json` would emit invalid JSON. As part of this change, we now no longer emit multiple objects to `stdout` as part of an operation. Instead, progress messages are streamed in a structured way to `stderr`.
#### Other Changes
- [[#691]](https://github.com/Azure/azure-dev/pull/691) Rearrange Terraform templates by extracting common resources and using these common modules.
- [[#892]](https://github.com/Azure/azure-dev/pull/892) Simplify template bicep modules.
- [[#979]](https://github.com/Azure/azure-dev/pull/979) Fix provisioning template with non string outputs.
]]></releaseNotes>

<dependencies>
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.3.0-beta.3/azd-windows-amd64.zip'
$checksum = '3a19c61e0cf7976c9e2d5d0dad4766f02a9901c996908fc75134d7b03a56fdac'
$url = 'https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_0.3.0-beta.4/azd-windows-amd64.zip'
$checksum = '3fe9086e6540cfdb681ae6d0ed7451a581ad5a77488fa3b4ea13c876295501a3'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion dotPeek/dotPeek.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release": "2022.2.3",
"Release-Eap": "2022.3-EAP04"
"Release-Eap": "2022.3-EAP05"
}
4 changes: 2 additions & 2 deletions dotPeek/dotPeek.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>dotPeek</id>
<owners>JetBrains, flcdrg</owners>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/dotPeek</packageSourceUrl>
<version>2022.3-EAP04</version>
<version>2022.3-EAP05</version>
<title>JetBrains dotPeek</title>
<authors>JetBrains</authors>
<projectUrl>https://www.jetbrains.com/decompiler</projectUrl>
Expand Down Expand Up @@ -54,7 +54,7 @@ dotPeek indexes all assemblies in your assembly list, as well as all assemblies
</description>
<releaseNotes>https://www.jetbrains.com/decompiler/whatsnew/</releaseNotes>
<dependencies>
<dependency id="resharper-platform" version="[223.0.20221011.103135-eap04]" />
<dependency id="resharper-platform" version="[223.0.20221019.153446-eap05]" />
<dependency id="dotnet4.6.1" version="4.6.01055.20170308" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion dotPeek/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'; # stop on all errors

$filename = 'JetBrains.dotUltimate.2022.3.EAP4.Checked.exe'
$filename = 'JetBrains.dotUltimate.2022.3.EAP5.Checked.exe'

$platformPackageName = 'resharper-platform'

Expand Down
2 changes: 1 addition & 1 deletion dotPeek/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'; # stop on all errors

$filename = 'JetBrains.dotUltimate.2022.3.EAP4.Checked.exe'
$filename = 'JetBrains.dotUltimate.2022.3.EAP5.Checked.exe'

$platformPackageName = 'resharper-platform'

Expand Down
2 changes: 1 addition & 1 deletion dotTrace/dotTrace.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release": "2022.2.3",
"Release-Eap": "2022.3-EAP04"
"Release-Eap": "2022.3-EAP05"
}
4 changes: 2 additions & 2 deletions dotTrace/dotTrace.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>dotTrace</id>
<owners>JetBrains, flcdrg</owners>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/dotTrace</packageSourceUrl>
<version>2022.3-EAP04</version>
<version>2022.3-EAP05</version>
<title>JetBrains dotTrace</title>
<authors>JetBrains</authors>
<projectUrl>https://www.jetbrains.com/profiler</projectUrl>
Expand Down Expand Up @@ -45,7 +45,7 @@ You can even navigate to a method declaration from a hot spot in the call tree!

<releaseNotes>https://www.jetbrains.com/profiler/whatsnew/</releaseNotes>
<dependencies>
<dependency id="resharper-platform" version="[223.0.20221011.103135-eap04]" />
<dependency id="resharper-platform" version="[223.0.20221019.153446-eap05]" />
<dependency id="dotnet4.6.1" version="4.6.01055.20170308" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion dotTrace/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'; # stop on all errors

$filename = 'JetBrains.dotUltimate.2022.3.EAP4.Checked.exe'
$filename = 'JetBrains.dotUltimate.2022.3.EAP5.Checked.exe'

$platformPackageName = 'resharper-platform'

Expand Down
2 changes: 1 addition & 1 deletion dotTrace/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'; # stop on all errors

$filename = 'JetBrains.dotUltimate.2022.3.EAP4.Checked.exe'
$filename = 'JetBrains.dotUltimate.2022.3.EAP5.Checked.exe'

$platformPackageName = 'resharper-platform'

Expand Down
2 changes: 1 addition & 1 deletion dotUltimate/dotUltimate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release": "2022.2.3",
"Release-Eap": "2022.3-EAP04"
"Release-Eap": "2022.3-EAP05"
}
4 changes: 2 additions & 2 deletions dotUltimate/dotUltimate.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>dotUltimate</id>
<version>2022.3-EAP04</version>
<version>2022.3-EAP05</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/dotUltimate</packageSourceUrl>
<owners>flcdrg</owners>
<title>dotUltimate</title>
Expand Down Expand Up @@ -49,7 +49,7 @@ For example: `--params "'/NoCpp /NoTeamCityAddin'"`.
</description>
<releaseNotes>ReSharper release notes: https://www.jetbrains.com/resharper/whatsnew</releaseNotes>
<dependencies>
<dependency id="resharper-platform" version="[223.0.20221011.103135-eap04]" />
<dependency id="resharper-platform" version="[223.0.20221019.153446-eap05]" />
<dependency id="chocolatey-core.extension" version="1.3.1" />
<dependency id="dotnet4.6.1" version="4.6.01055.20170308" />
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion dotUltimate/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $platformPackageName = 'resharper-platform'
$packageName = 'dotUltimate'
$scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$commonPath = $(Split-Path -parent $(Split-Path -parent $scriptPath))
$filename = 'JetBrains.dotUltimate.2022.3.EAP4.Checked.exe'
$filename = 'JetBrains.dotUltimate.2022.3.EAP5.Checked.exe'
$installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename
$packageParameters = Get-PackageParameters

Expand Down
2 changes: 1 addition & 1 deletion dotUltimate/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $platformPackageName = 'resharper-platform'
$packageName = 'dotUltimate'
$scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$commonPath = $(Split-Path -parent $(Split-Path -parent $scriptPath))
$filename = 'JetBrains.dotUltimate.2022.3.EAP4.Checked.exe'
$filename = 'JetBrains.dotUltimate.2022.3.EAP5.Checked.exe'
$installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename

$silentArgs = '/Silent=True /SpecificProductNamesToRemove=* /VsVersion=* /ReSharper9PlusMsi=True'
Expand Down

0 comments on commit 8a2436e

Please sign in to comment.