From 07bebf5ab4845380ed8c688c18758ff5f4fe7e8e Mon Sep 17 00:00:00 2001 From: flcdrg Date: Thu, 18 May 2023 00:08:16 +0000 Subject: [PATCH] AU: 12 updated - dotCover dotMemory dotPeek dotTrace dotUltimate ReSharper resharper-clt resharper-ultimate-all ReSharperCpp rode-central stripe-cli teamCityAddin [skip ci] https://gist.github.com/flcdrg/7d00c69c2cde8309a8594abaa897a9a6/ac9fc60c05f176137a028d36acc2774615e3570d --- ReSharper/ReSharper.json | 2 +- ReSharper/ReSharper.nuspec | 4 ++-- ReSharper/tools/chocolateyinstall.ps1 | 2 +- ReSharper/tools/chocolateyuninstall.ps1 | 2 +- ReSharperCpp/ReSharperCpp.json | 2 +- ReSharperCpp/ReSharperCpp.nuspec | 4 ++-- ReSharperCpp/tools/chocolateyinstall.ps1 | 2 +- ReSharperCpp/tools/chocolateyuninstall.ps1 | 2 +- dotCover/dotCover.json | 2 +- dotCover/dotCover.nuspec | 4 ++-- dotCover/tools/chocolateyinstall.ps1 | 2 +- dotCover/tools/chocolateyuninstall.ps1 | 2 +- dotMemory/dotMemory.json | 2 +- dotMemory/dotMemory.nuspec | 4 ++-- dotMemory/tools/chocolateyinstall.ps1 | 2 +- dotMemory/tools/chocolateyuninstall.ps1 | 2 +- dotPeek/dotPeek.json | 2 +- dotPeek/dotPeek.nuspec | 4 ++-- dotPeek/tools/chocolateyinstall.ps1 | 2 +- dotPeek/tools/chocolateyuninstall.ps1 | 2 +- dotTrace/dotTrace.json | 2 +- dotTrace/dotTrace.nuspec | 4 ++-- dotTrace/tools/chocolateyinstall.ps1 | 2 +- dotTrace/tools/chocolateyuninstall.ps1 | 2 +- dotUltimate/dotUltimate.json | 2 +- dotUltimate/dotUltimate.nuspec | 4 ++-- dotUltimate/tools/chocolateyinstall.ps1 | 2 +- dotUltimate/tools/chocolateyuninstall.ps1 | 2 +- resharper-clt/resharper-clt.json | 2 +- resharper-clt/resharper-clt.nuspec | 4 ++-- resharper-ultimate-all/resharper-ultimate-all.json | 2 +- resharper-ultimate-all/resharper-ultimate-all.nuspec | 4 ++-- resharper-ultimate-all/tools/chocolateyinstall.ps1 | 2 +- resharper-ultimate-all/tools/chocolateyuninstall.ps1 | 2 +- rode-central/current.json | 6 +++--- rode-central/rode-central.nuspec | 2 +- rode-central/tools/chocolateyinstall.ps1 | 4 ++-- stripe-cli/stripe-cli.nuspec | 2 +- teamCityAddin/teamCityAddin.json | 2 +- teamCityAddin/teamcityaddin.nuspec | 4 ++-- teamCityAddin/tools/chocolateyinstall.ps1 | 2 +- teamCityAddin/tools/chocolateyuninstall.ps1 | 2 +- 42 files changed, 55 insertions(+), 55 deletions(-) diff --git a/ReSharper/ReSharper.json b/ReSharper/ReSharper.json index e19602a9..286e68f7 100644 --- a/ReSharper/ReSharper.json +++ b/ReSharper/ReSharper.json @@ -1,4 +1,4 @@ { - "Release": "2023.1.1", + "Release": "2023.1.2", "Release-Eap": "2023.2-EAP01" } diff --git a/ReSharper/ReSharper.nuspec b/ReSharper/ReSharper.nuspec index 63dc4836..a4370dcb 100644 --- a/ReSharper/ReSharper.nuspec +++ b/ReSharper/ReSharper.nuspec @@ -5,7 +5,7 @@ ReSharper JetBrains, flcdrg https://github.com/flcdrg/au-packages/tree/master/ReSharper - 2023.2-EAP01 + 2023.1.2 JetBrains ReSharper JetBrains https://www.jetbrains.com/resharper @@ -51,7 +51,7 @@ The following package parameters can be set: https://www.jetbrains.com/resharper/whatsnew/ - + diff --git a/ReSharper/tools/chocolateyinstall.ps1 b/ReSharper/tools/chocolateyinstall.ps1 index 790fa02e..80777299 100644 --- a/ReSharper/tools/chocolateyinstall.ps1 +++ b/ReSharper/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2023.2.EAP1.Checked.exe' +$filename = 'JetBrains.dotUltimate.2023.1.2.exe' $platformPackageName = 'resharper-platform' diff --git a/ReSharper/tools/chocolateyuninstall.ps1 b/ReSharper/tools/chocolateyuninstall.ps1 index a70a57ff..67efe143 100644 --- a/ReSharper/tools/chocolateyuninstall.ps1 +++ b/ReSharper/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2023.2.EAP1.Checked.exe' +$filename = 'JetBrains.dotUltimate.2023.1.2.exe' $platformPackageName = 'resharper-platform' diff --git a/ReSharperCpp/ReSharperCpp.json b/ReSharperCpp/ReSharperCpp.json index 993d267a..2cc5c909 100644 --- a/ReSharperCpp/ReSharperCpp.json +++ b/ReSharperCpp/ReSharperCpp.json @@ -1,4 +1,4 @@ { "Release-Eap": "2023.2-EAP01", - "Release": "2023.1.1" + "Release": "2023.1.2" } diff --git a/ReSharperCpp/ReSharperCpp.nuspec b/ReSharperCpp/ReSharperCpp.nuspec index 9b916810..f8cf80d4 100644 --- a/ReSharperCpp/ReSharperCpp.nuspec +++ b/ReSharperCpp/ReSharperCpp.nuspec @@ -5,7 +5,7 @@ ReSharperCpp JetBrains, flcdrg https://github.com/flcdrg/au-packages/tree/master/ReSharperCpp - 2023.2-EAP01 + 2023.1.2 JetBrains ReSharper C++ JetBrains https://www.jetbrains.com/resharper-cpp @@ -51,7 +51,7 @@ The following package parameters can be set: https://www.jetbrains.com/resharper-cpp/whatsnew/ - + diff --git a/ReSharperCpp/tools/chocolateyinstall.ps1 b/ReSharperCpp/tools/chocolateyinstall.ps1 index 2e349cde..cf75066e 100644 --- a/ReSharperCpp/tools/chocolateyinstall.ps1 +++ b/ReSharperCpp/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2023.2.EAP1.Checked.exe' +$filename = 'JetBrains.dotUltimate.2023.1.2.exe' $platformPackageName = 'resharper-platform' diff --git a/ReSharperCpp/tools/chocolateyuninstall.ps1 b/ReSharperCpp/tools/chocolateyuninstall.ps1 index 6b973827..057cbf98 100644 --- a/ReSharperCpp/tools/chocolateyuninstall.ps1 +++ b/ReSharperCpp/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2023.2.EAP1.Checked.exe' +$filename = 'JetBrains.dotUltimate.2023.1.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotCover/dotCover.json b/dotCover/dotCover.json index e19602a9..286e68f7 100644 --- a/dotCover/dotCover.json +++ b/dotCover/dotCover.json @@ -1,4 +1,4 @@ { - "Release": "2023.1.1", + "Release": "2023.1.2", "Release-Eap": "2023.2-EAP01" } diff --git a/dotCover/dotCover.nuspec b/dotCover/dotCover.nuspec index 71575fb9..799439ce 100644 --- a/dotCover/dotCover.nuspec +++ b/dotCover/dotCover.nuspec @@ -5,7 +5,7 @@ dotCover JetBrains, flcdrg https://github.com/flcdrg/au-packages/tree/master/dotCover - 2023.2-EAP01 + 2023.1.2 JetBrains dotCover JetBrains http://www.jetbrains.com/dotcover/ @@ -53,7 +53,7 @@ The following package parameters can be set: https://www.jetbrains.com/dotcover/whatsnew/ - + diff --git a/dotCover/tools/chocolateyinstall.ps1 b/dotCover/tools/chocolateyinstall.ps1 index f696bd4b..41f485be 100644 --- a/dotCover/tools/chocolateyinstall.ps1 +++ b/dotCover/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2023.2.EAP1.Checked.exe' +$filename = 'JetBrains.dotUltimate.2023.1.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotCover/tools/chocolateyuninstall.ps1 b/dotCover/tools/chocolateyuninstall.ps1 index f09dfdf8..a4042b22 100644 --- a/dotCover/tools/chocolateyuninstall.ps1 +++ b/dotCover/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2023.2.EAP1.Checked.exe' +$filename = 'JetBrains.dotUltimate.2023.1.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotMemory/dotMemory.json b/dotMemory/dotMemory.json index e19602a9..286e68f7 100644 --- a/dotMemory/dotMemory.json +++ b/dotMemory/dotMemory.json @@ -1,4 +1,4 @@ { - "Release": "2023.1.1", + "Release": "2023.1.2", "Release-Eap": "2023.2-EAP01" } diff --git a/dotMemory/dotMemory.nuspec b/dotMemory/dotMemory.nuspec index 81520993..712688f9 100644 --- a/dotMemory/dotMemory.nuspec +++ b/dotMemory/dotMemory.nuspec @@ -5,7 +5,7 @@ dotMemory JetBrains, flcdrg https://github.com/flcdrg/au-packages/tree/master/dotMemory - 2023.2-EAP01 + 2023.1.2 JetBrains dotMemory JetBrains https://www.jetbrains.com/dotmemory @@ -49,7 +49,7 @@ The following package parameters can be set: https://www.jetbrains.com/dotmemory/whatsnew/ - + diff --git a/dotMemory/tools/chocolateyinstall.ps1 b/dotMemory/tools/chocolateyinstall.ps1 index 6c2c9b19..9fdc0529 100644 --- a/dotMemory/tools/chocolateyinstall.ps1 +++ b/dotMemory/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2023.2.EAP1.Checked.exe' +$filename = 'JetBrains.dotUltimate.2023.1.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotMemory/tools/chocolateyuninstall.ps1 b/dotMemory/tools/chocolateyuninstall.ps1 index 6fb2dff0..4bad3d59 100644 --- a/dotMemory/tools/chocolateyuninstall.ps1 +++ b/dotMemory/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2023.2.EAP1.Checked.exe' +$filename = 'JetBrains.dotUltimate.2023.1.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotPeek/dotPeek.json b/dotPeek/dotPeek.json index e19602a9..286e68f7 100644 --- a/dotPeek/dotPeek.json +++ b/dotPeek/dotPeek.json @@ -1,4 +1,4 @@ { - "Release": "2023.1.1", + "Release": "2023.1.2", "Release-Eap": "2023.2-EAP01" } diff --git a/dotPeek/dotPeek.nuspec b/dotPeek/dotPeek.nuspec index 72fff2a9..22e45f03 100644 --- a/dotPeek/dotPeek.nuspec +++ b/dotPeek/dotPeek.nuspec @@ -5,7 +5,7 @@ dotPeek JetBrains, flcdrg https://github.com/flcdrg/au-packages/tree/master/dotPeek - 2023.2-EAP01 + 2023.1.2 JetBrains dotPeek JetBrains https://www.jetbrains.com/decompiler @@ -60,7 +60,7 @@ The following package parameters can be set: https://www.jetbrains.com/decompiler/whatsnew/ - + diff --git a/dotPeek/tools/chocolateyinstall.ps1 b/dotPeek/tools/chocolateyinstall.ps1 index e869afbf..b0d1668c 100644 --- a/dotPeek/tools/chocolateyinstall.ps1 +++ b/dotPeek/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2023.2.EAP1.Checked.exe' +$filename = 'JetBrains.dotUltimate.2023.1.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotPeek/tools/chocolateyuninstall.ps1 b/dotPeek/tools/chocolateyuninstall.ps1 index 9b008261..5c9e7ae2 100644 --- a/dotPeek/tools/chocolateyuninstall.ps1 +++ b/dotPeek/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2023.2.EAP1.Checked.exe' +$filename = 'JetBrains.dotUltimate.2023.1.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotTrace/dotTrace.json b/dotTrace/dotTrace.json index e19602a9..286e68f7 100644 --- a/dotTrace/dotTrace.json +++ b/dotTrace/dotTrace.json @@ -1,4 +1,4 @@ { - "Release": "2023.1.1", + "Release": "2023.1.2", "Release-Eap": "2023.2-EAP01" } diff --git a/dotTrace/dotTrace.nuspec b/dotTrace/dotTrace.nuspec index ab8eea81..f4a586ed 100644 --- a/dotTrace/dotTrace.nuspec +++ b/dotTrace/dotTrace.nuspec @@ -5,7 +5,7 @@ dotTrace JetBrains, flcdrg https://github.com/flcdrg/au-packages/tree/master/dotTrace - 2023.2-EAP01 + 2023.1.2 JetBrains dotTrace JetBrains https://www.jetbrains.com/profiler @@ -51,7 +51,7 @@ The following package parameters can be set: https://www.jetbrains.com/profiler/whatsnew/ - + diff --git a/dotTrace/tools/chocolateyinstall.ps1 b/dotTrace/tools/chocolateyinstall.ps1 index 84dcb861..a614b262 100644 --- a/dotTrace/tools/chocolateyinstall.ps1 +++ b/dotTrace/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2023.2.EAP1.Checked.exe' +$filename = 'JetBrains.dotUltimate.2023.1.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotTrace/tools/chocolateyuninstall.ps1 b/dotTrace/tools/chocolateyuninstall.ps1 index 3765ec6b..ccc307e9 100644 --- a/dotTrace/tools/chocolateyuninstall.ps1 +++ b/dotTrace/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2023.2.EAP1.Checked.exe' +$filename = 'JetBrains.dotUltimate.2023.1.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotUltimate/dotUltimate.json b/dotUltimate/dotUltimate.json index e19602a9..286e68f7 100644 --- a/dotUltimate/dotUltimate.json +++ b/dotUltimate/dotUltimate.json @@ -1,4 +1,4 @@ { - "Release": "2023.1.1", + "Release": "2023.1.2", "Release-Eap": "2023.2-EAP01" } diff --git a/dotUltimate/dotUltimate.nuspec b/dotUltimate/dotUltimate.nuspec index 2d90807c..2f8e0736 100644 --- a/dotUltimate/dotUltimate.nuspec +++ b/dotUltimate/dotUltimate.nuspec @@ -3,7 +3,7 @@ dotUltimate - 2023.2-EAP01 + 2023.1.2 https://github.com/flcdrg/au-packages/tree/master/dotUltimate flcdrg dotUltimate @@ -49,7 +49,7 @@ For example: `--params "'/NoCpp /NoTeamCityAddin'"`. ReSharper release notes: https://www.jetbrains.com/resharper/whatsnew - + diff --git a/dotUltimate/tools/chocolateyinstall.ps1 b/dotUltimate/tools/chocolateyinstall.ps1 index c16ee2f2..cd104769 100644 --- a/dotUltimate/tools/chocolateyinstall.ps1 +++ b/dotUltimate/tools/chocolateyinstall.ps1 @@ -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.2023.2.EAP1.Checked.exe' +$filename = 'JetBrains.dotUltimate.2023.1.2.exe' $installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename $packageParameters = Get-PackageParameters diff --git a/dotUltimate/tools/chocolateyuninstall.ps1 b/dotUltimate/tools/chocolateyuninstall.ps1 index 4e2d91cb..85073218 100644 --- a/dotUltimate/tools/chocolateyuninstall.ps1 +++ b/dotUltimate/tools/chocolateyuninstall.ps1 @@ -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.2023.2.EAP1.Checked.exe' +$filename = 'JetBrains.dotUltimate.2023.1.2.exe' $installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename $silentArgs = '/Silent=True /SpecificProductNamesToRemove=* /VsVersion=* /ReSharper9PlusMsi=True' diff --git a/resharper-clt/resharper-clt.json b/resharper-clt/resharper-clt.json index e19602a9..286e68f7 100644 --- a/resharper-clt/resharper-clt.json +++ b/resharper-clt/resharper-clt.json @@ -1,4 +1,4 @@ { - "Release": "2023.1.1", + "Release": "2023.1.2", "Release-Eap": "2023.2-EAP01" } diff --git a/resharper-clt/resharper-clt.nuspec b/resharper-clt/resharper-clt.nuspec index 7d8cb2f2..02383802 100644 --- a/resharper-clt/resharper-clt.nuspec +++ b/resharper-clt/resharper-clt.nuspec @@ -5,7 +5,7 @@ resharper-clt JetBrains, flcdrg https://github.com/flcdrg/au-packages/tree/master/resharper-clt - 2023.2-EAP01 + 2023.1.2 JetBrains ReSharper Command Line Tools JetBrains https://www.jetbrains.com/resharper/features/command-line.html @@ -25,7 +25,7 @@ ReSharper Command Line Tools are free and don't require a license key. https://www.jetbrains.com/resharper/whatsnew/ - + diff --git a/resharper-ultimate-all/resharper-ultimate-all.json b/resharper-ultimate-all/resharper-ultimate-all.json index e19602a9..286e68f7 100644 --- a/resharper-ultimate-all/resharper-ultimate-all.json +++ b/resharper-ultimate-all/resharper-ultimate-all.json @@ -1,4 +1,4 @@ { - "Release": "2023.1.1", + "Release": "2023.1.2", "Release-Eap": "2023.2-EAP01" } diff --git a/resharper-ultimate-all/resharper-ultimate-all.nuspec b/resharper-ultimate-all/resharper-ultimate-all.nuspec index 16671155..0a413fe9 100644 --- a/resharper-ultimate-all/resharper-ultimate-all.nuspec +++ b/resharper-ultimate-all/resharper-ultimate-all.nuspec @@ -3,7 +3,7 @@ resharper-ultimate-all - 2023.2-EAP01 + 2023.1.2 https://github.com/flcdrg/au-packages/tree/master/resharper-ultimate-all flcdrg ReSharper Ultimate All @@ -50,7 +50,7 @@ For example: `--params "'/PerMachine'"`. ReSharper release notes: https://www.jetbrains.com/resharper/whatsnew - + diff --git a/resharper-ultimate-all/tools/chocolateyinstall.ps1 b/resharper-ultimate-all/tools/chocolateyinstall.ps1 index 7f2edcc5..ca48f012 100644 --- a/resharper-ultimate-all/tools/chocolateyinstall.ps1 +++ b/resharper-ultimate-all/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ $platformPackageName = 'resharper-platform' $packageName = 'ReSharper-Ultimate-All' $scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition) $commonPath = $(Split-Path -parent $(Split-Path -parent $scriptPath)) -$filename = 'JetBrains.dotUltimate.2023.2.EAP1.Checked.exe' +$filename = 'JetBrains.dotUltimate.2023.1.2.exe' $installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename $packageParameters = Get-PackageParameters diff --git a/resharper-ultimate-all/tools/chocolateyuninstall.ps1 b/resharper-ultimate-all/tools/chocolateyuninstall.ps1 index a8fcbdd4..a4cbd6d9 100644 --- a/resharper-ultimate-all/tools/chocolateyuninstall.ps1 +++ b/resharper-ultimate-all/tools/chocolateyuninstall.ps1 @@ -4,7 +4,7 @@ $platformPackageName = 'resharper-platform' $packageName = 'ReSharper-Ultimate-All' $scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition) $commonPath = $(Split-Path -parent $(Split-Path -parent $scriptPath)) -$filename = 'JetBrains.dotUltimate.2023.2.EAP1.Checked.exe' +$filename = 'JetBrains.dotUltimate.2023.1.2.exe' $installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename $silentArgs = '/Silent=True /SpecificProductNamesToRemove=* /VsVersion=* /ReSharper9PlusMsi=True' diff --git a/rode-central/current.json b/rode-central/current.json index ce585eda..24d4fd58 100644 --- a/rode-central/current.json +++ b/rode-central/current.json @@ -1,7 +1,7 @@ { "lastModified": null, + "version": "2.0.28", "eTag": [ - "\"dcdd2ab0819a0c298c5fab62853722c2-5\"" - ], - "version": "2.0.24" + "\"2eda6408886bd3ee22702a2af09cefbf-1\"" + ] } diff --git a/rode-central/rode-central.nuspec b/rode-central/rode-central.nuspec index 6a88779b..e569ba73 100644 --- a/rode-central/rode-central.nuspec +++ b/rode-central/rode-central.nuspec @@ -3,7 +3,7 @@ rode-central - 2.0.24 + 2.0.28 https://github.com/flcdrg/au-packages/tree/master/rode-central flcdrg RØDE Central diff --git a/rode-central/tools/chocolateyinstall.ps1 b/rode-central/tools/chocolateyinstall.ps1 index c3255899..173c6904 100644 --- a/rode-central/tools/chocolateyinstall.ps1 +++ b/rode-central/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$checksum = '7B8E9658D9E63548AFF447399115ADB354CF8338DE4DF5CD1288598E9A80E69C'; -$relativePath = 'RODE Central (2.0.24).msi'; +$checksum = '3AEF655F7569612DBA3C90FFF3E40C12B5D4B790D3558FFB7642B7AA311722E7'; +$relativePath = 'RODE Central (2.0.28).msi'; if ([Version] (Get-CimInstance Win32_OperatingSystem).Version -lt [version] "10.0.17134.0") { diff --git a/stripe-cli/stripe-cli.nuspec b/stripe-cli/stripe-cli.nuspec index e93fb4d7..dcc6af93 100644 --- a/stripe-cli/stripe-cli.nuspec +++ b/stripe-cli/stripe-cli.nuspec @@ -4,7 +4,7 @@ stripe-cli - 1.14.5 + 1.14.6 https://github.com/flcdrg/au-packages/tree/master/stripe-cli flcdrg Stripe CLI diff --git a/teamCityAddin/teamCityAddin.json b/teamCityAddin/teamCityAddin.json index 993d267a..2cc5c909 100644 --- a/teamCityAddin/teamCityAddin.json +++ b/teamCityAddin/teamCityAddin.json @@ -1,4 +1,4 @@ { "Release-Eap": "2023.2-EAP01", - "Release": "2023.1.1" + "Release": "2023.1.2" } diff --git a/teamCityAddin/teamcityaddin.nuspec b/teamCityAddin/teamcityaddin.nuspec index b5eb1e1f..73ff7c22 100644 --- a/teamCityAddin/teamcityaddin.nuspec +++ b/teamCityAddin/teamcityaddin.nuspec @@ -3,7 +3,7 @@ teamCityAddin - 2023.2-EAP01 + 2023.1.2 https://github.com/flcdrg/au-packages/tree/master/teamCityAddin JetBrains, flcdrg JetBrains TeamCity Add-in @@ -33,7 +33,7 @@ The following package parameters can be set: https://www.jetbrains.com/teamcity/whatsnew/ - + diff --git a/teamCityAddin/tools/chocolateyinstall.ps1 b/teamCityAddin/tools/chocolateyinstall.ps1 index 0cf2be09..74973374 100644 --- a/teamCityAddin/tools/chocolateyinstall.ps1 +++ b/teamCityAddin/tools/chocolateyinstall.ps1 @@ -2,7 +2,7 @@ $packageName = 'teamCityAddin' $scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition) $commonPath = $(Split-Path -parent $(Split-Path -parent $scriptPath)) -$filename = 'JetBrains.dotUltimate.2023.2.EAP1.Checked.exe' +$filename = 'JetBrains.dotUltimate.2023.1.2.exe' $installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename $packageParameters = Get-PackageParameters diff --git a/teamCityAddin/tools/chocolateyuninstall.ps1 b/teamCityAddin/tools/chocolateyuninstall.ps1 index dfae82c2..a534eaa4 100644 --- a/teamCityAddin/tools/chocolateyuninstall.ps1 +++ b/teamCityAddin/tools/chocolateyuninstall.ps1 @@ -2,7 +2,7 @@ $packageName = 'teamCityAddin' $scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition) $commonPath = $(Split-Path -parent $(Split-Path -parent $scriptPath)) -$filename = 'JetBrains.dotUltimate.2023.2.EAP1.Checked.exe' +$filename = 'JetBrains.dotUltimate.2023.1.2.exe' $installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename Uninstall-ChocolateyPackage $packageName 'exe' '/Silent=True /SpecificProductNamesToRemove=teamCityAddin /VsVersion=*' $installPath