From a737a56deb2386e701000bd8a9dc391707530c4b Mon Sep 17 00:00:00 2001 From: David Gardiner Date: Tue, 24 Dec 2024 00:07:36 +0000 Subject: [PATCH] AU-dotnet: 12 updated [skip ci] --- 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.portable/resharper-clt.portable.json | 2 +- resharper-clt.portable/resharper-clt.portable.nuspec | 2 +- resharper-clt.portable/tools/chocolateyinstall.ps1 | 4 ++-- resharper-clt/resharper-clt.json | 2 +- resharper-clt/resharper-clt.nuspec | 4 ++-- resharper-platform/resharper-platform.json | 2 +- resharper-platform/resharper-platform.nuspec | 4 ++-- resharper-platform/tools/chocolateyinstall.ps1 | 6 +++--- 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 +- teamCityAddin/teamCityAddin.json | 2 +- teamCityAddin/teamcityaddin.nuspec | 4 ++-- teamCityAddin/tools/chocolateyinstall.ps1 | 2 +- teamCityAddin/tools/chocolateyuninstall.ps1 | 2 +- 44 files changed, 58 insertions(+), 58 deletions(-) diff --git a/ReSharper/ReSharper.json b/ReSharper/ReSharper.json index 44dd1e5f..761f0ec5 100644 --- a/ReSharper/ReSharper.json +++ b/ReSharper/ReSharper.json @@ -1,4 +1,4 @@ { - "Release": "2024.3.2", + "Release": "2024.3.3", "Release-Eap": "2024.3-RC01" } diff --git a/ReSharper/ReSharper.nuspec b/ReSharper/ReSharper.nuspec index f9020112..7b620724 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 - 2024.3.2 + 2024.3.3 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 4061b537..73b30549 100644 --- a/ReSharper/tools/chocolateyinstall.ps1 +++ b/ReSharper/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2024.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.3.3.exe' $platformPackageName = 'resharper-platform' diff --git a/ReSharper/tools/chocolateyuninstall.ps1 b/ReSharper/tools/chocolateyuninstall.ps1 index d70ebad2..6251f915 100644 --- a/ReSharper/tools/chocolateyuninstall.ps1 +++ b/ReSharper/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2024.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.3.3.exe' $platformPackageName = 'resharper-platform' diff --git a/ReSharperCpp/ReSharperCpp.json b/ReSharperCpp/ReSharperCpp.json index 43789abb..1ffe83ac 100644 --- a/ReSharperCpp/ReSharperCpp.json +++ b/ReSharperCpp/ReSharperCpp.json @@ -1,4 +1,4 @@ { "Release-Eap": "2024.3-RC01", - "Release": "2024.3.2" + "Release": "2024.3.3" } diff --git a/ReSharperCpp/ReSharperCpp.nuspec b/ReSharperCpp/ReSharperCpp.nuspec index 25f4dfbe..8f8881b5 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 - 2024.3.2 + 2024.3.3 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 22d5ce65..bdab9b8e 100644 --- a/ReSharperCpp/tools/chocolateyinstall.ps1 +++ b/ReSharperCpp/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2024.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.3.3.exe' $platformPackageName = 'resharper-platform' diff --git a/ReSharperCpp/tools/chocolateyuninstall.ps1 b/ReSharperCpp/tools/chocolateyuninstall.ps1 index fed5c996..aa41606a 100644 --- a/ReSharperCpp/tools/chocolateyuninstall.ps1 +++ b/ReSharperCpp/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2024.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.3.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotCover/dotCover.json b/dotCover/dotCover.json index 44dd1e5f..761f0ec5 100644 --- a/dotCover/dotCover.json +++ b/dotCover/dotCover.json @@ -1,4 +1,4 @@ { - "Release": "2024.3.2", + "Release": "2024.3.3", "Release-Eap": "2024.3-RC01" } diff --git a/dotCover/dotCover.nuspec b/dotCover/dotCover.nuspec index 64f551ab..c3ae7a3a 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 - 2024.3.2 + 2024.3.3 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 583a1d5a..cf61a631 100644 --- a/dotCover/tools/chocolateyinstall.ps1 +++ b/dotCover/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2024.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.3.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotCover/tools/chocolateyuninstall.ps1 b/dotCover/tools/chocolateyuninstall.ps1 index e5241a8b..ed05bb2c 100644 --- a/dotCover/tools/chocolateyuninstall.ps1 +++ b/dotCover/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2024.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.3.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotMemory/dotMemory.json b/dotMemory/dotMemory.json index 44dd1e5f..761f0ec5 100644 --- a/dotMemory/dotMemory.json +++ b/dotMemory/dotMemory.json @@ -1,4 +1,4 @@ { - "Release": "2024.3.2", + "Release": "2024.3.3", "Release-Eap": "2024.3-RC01" } diff --git a/dotMemory/dotMemory.nuspec b/dotMemory/dotMemory.nuspec index eb33874a..3f0677d6 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 - 2024.3.2 + 2024.3.3 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 0c14a3ba..1f49ca84 100644 --- a/dotMemory/tools/chocolateyinstall.ps1 +++ b/dotMemory/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2024.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.3.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotMemory/tools/chocolateyuninstall.ps1 b/dotMemory/tools/chocolateyuninstall.ps1 index f113e936..fdd40707 100644 --- a/dotMemory/tools/chocolateyuninstall.ps1 +++ b/dotMemory/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2024.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.3.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotPeek/dotPeek.json b/dotPeek/dotPeek.json index 44dd1e5f..761f0ec5 100644 --- a/dotPeek/dotPeek.json +++ b/dotPeek/dotPeek.json @@ -1,4 +1,4 @@ { - "Release": "2024.3.2", + "Release": "2024.3.3", "Release-Eap": "2024.3-RC01" } diff --git a/dotPeek/dotPeek.nuspec b/dotPeek/dotPeek.nuspec index e3673ad6..a949f32a 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 - 2024.3.2 + 2024.3.3 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 d786be43..07069da5 100644 --- a/dotPeek/tools/chocolateyinstall.ps1 +++ b/dotPeek/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2024.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.3.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotPeek/tools/chocolateyuninstall.ps1 b/dotPeek/tools/chocolateyuninstall.ps1 index 14446f0d..4e411930 100644 --- a/dotPeek/tools/chocolateyuninstall.ps1 +++ b/dotPeek/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2024.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.3.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotTrace/dotTrace.json b/dotTrace/dotTrace.json index 44dd1e5f..761f0ec5 100644 --- a/dotTrace/dotTrace.json +++ b/dotTrace/dotTrace.json @@ -1,4 +1,4 @@ { - "Release": "2024.3.2", + "Release": "2024.3.3", "Release-Eap": "2024.3-RC01" } diff --git a/dotTrace/dotTrace.nuspec b/dotTrace/dotTrace.nuspec index 112134bf..dc42eb42 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 - 2024.3.2 + 2024.3.3 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 18d7bfd4..199a2cfd 100644 --- a/dotTrace/tools/chocolateyinstall.ps1 +++ b/dotTrace/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2024.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.3.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotTrace/tools/chocolateyuninstall.ps1 b/dotTrace/tools/chocolateyuninstall.ps1 index ec695f95..aab8c62d 100644 --- a/dotTrace/tools/chocolateyuninstall.ps1 +++ b/dotTrace/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2024.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.3.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotUltimate/dotUltimate.json b/dotUltimate/dotUltimate.json index 44dd1e5f..761f0ec5 100644 --- a/dotUltimate/dotUltimate.json +++ b/dotUltimate/dotUltimate.json @@ -1,4 +1,4 @@ { - "Release": "2024.3.2", + "Release": "2024.3.3", "Release-Eap": "2024.3-RC01" } diff --git a/dotUltimate/dotUltimate.nuspec b/dotUltimate/dotUltimate.nuspec index 9556700e..677e5732 100644 --- a/dotUltimate/dotUltimate.nuspec +++ b/dotUltimate/dotUltimate.nuspec @@ -3,7 +3,7 @@ dotUltimate - 2024.3.2 + 2024.3.3 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 02b19bbc..80464d4c 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.2024.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.3.3.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 aa13713f..0bfde928 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.2024.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.3.3.exe' $installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename $silentArgs = '/Silent=True /SpecificProductNamesToRemove=* /VsVersion=* /ReSharper9PlusMsi=True' diff --git a/resharper-clt.portable/resharper-clt.portable.json b/resharper-clt.portable/resharper-clt.portable.json index 44dd1e5f..761f0ec5 100644 --- a/resharper-clt.portable/resharper-clt.portable.json +++ b/resharper-clt.portable/resharper-clt.portable.json @@ -1,4 +1,4 @@ { - "Release": "2024.3.2", + "Release": "2024.3.3", "Release-Eap": "2024.3-RC01" } diff --git a/resharper-clt.portable/resharper-clt.portable.nuspec b/resharper-clt.portable/resharper-clt.portable.nuspec index 9e4dd1dd..cb14341f 100644 --- a/resharper-clt.portable/resharper-clt.portable.nuspec +++ b/resharper-clt.portable/resharper-clt.portable.nuspec @@ -5,7 +5,7 @@ resharper-clt.portable JetBrains, flcdrg https://github.com/flcdrg/au-packages/tree/master/resharper-clt.portable - 2024.3.2 + 2024.3.3 JetBrains ReSharper Command Line Tools (Portable) JetBrains https://www.jetbrains.com/resharper/features/command-line.html diff --git a/resharper-clt.portable/tools/chocolateyinstall.ps1 b/resharper-clt.portable/tools/chocolateyinstall.ps1 index 3751bab9..4fc90118 100644 --- a/resharper-clt.portable/tools/chocolateyinstall.ps1 +++ b/resharper-clt.portable/tools/chocolateyinstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$url = 'https://download.jetbrains.com/resharper/dotUltimate.2024.3.2/JetBrains.ReSharper.CommandLineTools.2024.3.2.zip' -$checksum = 'a7eceee0face2cf35839c2b1d7e169af2b0dbb2385451b5ddcea1331892fc617' +$url = 'https://download.jetbrains.com/resharper/dotUltimate.2024.3.3/JetBrains.ReSharper.CommandLineTools.2024.3.3.zip' +$checksum = '1ddbefd63012fee68054a02060c41e23b3cc7ca259f8adc71ce3aec79c6562a8' $installPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition) diff --git a/resharper-clt/resharper-clt.json b/resharper-clt/resharper-clt.json index 44dd1e5f..761f0ec5 100644 --- a/resharper-clt/resharper-clt.json +++ b/resharper-clt/resharper-clt.json @@ -1,4 +1,4 @@ { - "Release": "2024.3.2", + "Release": "2024.3.3", "Release-Eap": "2024.3-RC01" } diff --git a/resharper-clt/resharper-clt.nuspec b/resharper-clt/resharper-clt.nuspec index d0fe8785..cbd7389b 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 - 2024.3.2 + 2024.3.3 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-platform/resharper-platform.json b/resharper-platform/resharper-platform.json index 955c67fd..98b11196 100644 --- a/resharper-platform/resharper-platform.json +++ b/resharper-platform/resharper-platform.json @@ -1,4 +1,4 @@ { "Release-Eap": "243.0.20241106.140525-rc01", - "Release": "243.0.20241210.180528" + "Release": "243.0.20241219.71852" } diff --git a/resharper-platform/resharper-platform.nuspec b/resharper-platform/resharper-platform.nuspec index fc1a5562..a519665f 100644 --- a/resharper-platform/resharper-platform.nuspec +++ b/resharper-platform/resharper-platform.nuspec @@ -5,8 +5,8 @@ resharper-platform JetBrains, flcdrg https://github.com/flcdrg/au-packages/tree/master/resharper-platform - 243.0.20241210.180528 - JetBrains ReSharper Ultimate Platform Installer 2024.3.2 + 243.0.20241219.71852 + JetBrains ReSharper Ultimate Platform Installer 2024.3.3 JetBrains https://www.jetbrains.com/dotnet/ https://cdn.jsdelivr.net/gh/jetbrains/chocolatey@master/ReSharper/logo.png diff --git a/resharper-platform/tools/chocolateyinstall.ps1 b/resharper-platform/tools/chocolateyinstall.ps1 index 8289e841..a08f28b8 100644 --- a/resharper-platform/tools/chocolateyinstall.ps1 +++ b/resharper-platform/tools/chocolateyinstall.ps1 @@ -1,10 +1,10 @@ $ErrorActionPreference = 'Stop'; # stop on all errors $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$filename = 'JetBrains.dotUltimate.2024.3.2.exe' -$checksum = '868bbdf9e23746b94770049eb5783f391e4aef5d8d7f49d424170f71687a943c' +$filename = 'JetBrains.dotUltimate.2024.3.3.exe' +$checksum = 'd73291c49bf99a81cfcf8eaf3e3fd23fdfe21112066fc291dbb2602a91bb495b' -$url = 'https://download.jetbrains.com/resharper/dotUltimate.2024.3.2/JetBrains.dotUltimate.2024.3.2.exe' +$url = 'https://download.jetbrains.com/resharper/dotUltimate.2024.3.3/JetBrains.dotUltimate.2024.3.3.exe' $packagePath = $(Split-Path -parent $toolsDir) $installPath = Join-Path $packagePath $filename diff --git a/resharper-ultimate-all/resharper-ultimate-all.json b/resharper-ultimate-all/resharper-ultimate-all.json index 44dd1e5f..761f0ec5 100644 --- a/resharper-ultimate-all/resharper-ultimate-all.json +++ b/resharper-ultimate-all/resharper-ultimate-all.json @@ -1,4 +1,4 @@ { - "Release": "2024.3.2", + "Release": "2024.3.3", "Release-Eap": "2024.3-RC01" } diff --git a/resharper-ultimate-all/resharper-ultimate-all.nuspec b/resharper-ultimate-all/resharper-ultimate-all.nuspec index 2e6a570e..b5b3ffa7 100644 --- a/resharper-ultimate-all/resharper-ultimate-all.nuspec +++ b/resharper-ultimate-all/resharper-ultimate-all.nuspec @@ -3,7 +3,7 @@ resharper-ultimate-all - 2024.3.2 + 2024.3.3 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 abeff1de..3f99b8aa 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.2024.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.3.3.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 37e9d439..a830ac55 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.2024.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.3.3.exe' $installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename $silentArgs = '/Silent=True /SpecificProductNamesToRemove=* /VsVersion=* /ReSharper9PlusMsi=True' diff --git a/teamCityAddin/teamCityAddin.json b/teamCityAddin/teamCityAddin.json index 43789abb..1ffe83ac 100644 --- a/teamCityAddin/teamCityAddin.json +++ b/teamCityAddin/teamCityAddin.json @@ -1,4 +1,4 @@ { "Release-Eap": "2024.3-RC01", - "Release": "2024.3.2" + "Release": "2024.3.3" } diff --git a/teamCityAddin/teamcityaddin.nuspec b/teamCityAddin/teamcityaddin.nuspec index 7b8b58b2..b1ba3b6c 100644 --- a/teamCityAddin/teamcityaddin.nuspec +++ b/teamCityAddin/teamcityaddin.nuspec @@ -3,7 +3,7 @@ teamCityAddin - 2024.3.2 + 2024.3.3 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 ec6dc0bb..d9a21d94 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.2024.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.3.3.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 87fa3f58..f744762f 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.2024.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.3.3.exe' $installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename Uninstall-ChocolateyPackage $packageName 'exe' '/Silent=True /SpecificProductNamesToRemove=teamCityAddin /VsVersion=*' $installPath