From c729686e3c388a48b5c964372c9747f0cf75b186 Mon Sep 17 00:00:00 2001 From: flcdrg Date: Sat, 20 Jan 2024 00:07:14 +0000 Subject: [PATCH] AU: 10 updated - dotCover dotMemory dotPeek dotTrace dotUltimate ReSharper resharper-clt resharper-ultimate-all ReSharperCpp teamCityAddin [skip ci] https://gist.github.com/flcdrg/7d00c69c2cde8309a8594abaa897a9a6/b849bca73481e80061f454d598d92422c8c98b9b --- 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 +- teamCityAddin/teamCityAddin.json | 2 +- teamCityAddin/teamcityaddin.nuspec | 4 ++-- teamCityAddin/tools/chocolateyinstall.ps1 | 2 +- teamCityAddin/tools/chocolateyuninstall.ps1 | 2 +- 38 files changed, 48 insertions(+), 48 deletions(-) diff --git a/ReSharper/ReSharper.json b/ReSharper/ReSharper.json index 0a144bdb..81fbcf68 100644 --- a/ReSharper/ReSharper.json +++ b/ReSharper/ReSharper.json @@ -1,4 +1,4 @@ { "Release": "2023.3.2", - "Release-Eap": "2023.3-RC01" + "Release-Eap": "2024.1-EAP01" } diff --git a/ReSharper/ReSharper.nuspec b/ReSharper/ReSharper.nuspec index 2e32e2e0..d5bb8081 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.3.2 + 2024.1-EAP01 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 9ca7151c..c0fbd88d 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.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.1.EAP1.Checked.exe' $platformPackageName = 'resharper-platform' diff --git a/ReSharper/tools/chocolateyuninstall.ps1 b/ReSharper/tools/chocolateyuninstall.ps1 index 1e1d3985..f61eec13 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.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.1.EAP1.Checked.exe' $platformPackageName = 'resharper-platform' diff --git a/ReSharperCpp/ReSharperCpp.json b/ReSharperCpp/ReSharperCpp.json index bf65f036..e14eea87 100644 --- a/ReSharperCpp/ReSharperCpp.json +++ b/ReSharperCpp/ReSharperCpp.json @@ -1,4 +1,4 @@ { - "Release-Eap": "2023.3-RC01", + "Release-Eap": "2024.1-EAP01", "Release": "2023.3.2" } diff --git a/ReSharperCpp/ReSharperCpp.nuspec b/ReSharperCpp/ReSharperCpp.nuspec index df45436b..82c355ae 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.3.2 + 2024.1-EAP01 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 dd8464d9..890de3a7 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.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.1.EAP1.Checked.exe' $platformPackageName = 'resharper-platform' diff --git a/ReSharperCpp/tools/chocolateyuninstall.ps1 b/ReSharperCpp/tools/chocolateyuninstall.ps1 index 3850bcd5..3cdce60d 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.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.1.EAP1.Checked.exe' $platformPackageName = 'resharper-platform' diff --git a/dotCover/dotCover.json b/dotCover/dotCover.json index 0a144bdb..81fbcf68 100644 --- a/dotCover/dotCover.json +++ b/dotCover/dotCover.json @@ -1,4 +1,4 @@ { "Release": "2023.3.2", - "Release-Eap": "2023.3-RC01" + "Release-Eap": "2024.1-EAP01" } diff --git a/dotCover/dotCover.nuspec b/dotCover/dotCover.nuspec index deecd8f9..a48fdc9a 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.3.2 + 2024.1-EAP01 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 692f3463..2c7c8c92 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.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.1.EAP1.Checked.exe' $platformPackageName = 'resharper-platform' diff --git a/dotCover/tools/chocolateyuninstall.ps1 b/dotCover/tools/chocolateyuninstall.ps1 index 73dccc9d..c1aa04cf 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.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.1.EAP1.Checked.exe' $platformPackageName = 'resharper-platform' diff --git a/dotMemory/dotMemory.json b/dotMemory/dotMemory.json index 0a144bdb..81fbcf68 100644 --- a/dotMemory/dotMemory.json +++ b/dotMemory/dotMemory.json @@ -1,4 +1,4 @@ { "Release": "2023.3.2", - "Release-Eap": "2023.3-RC01" + "Release-Eap": "2024.1-EAP01" } diff --git a/dotMemory/dotMemory.nuspec b/dotMemory/dotMemory.nuspec index 498b9a1c..3316669a 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.3.2 + 2024.1-EAP01 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 d5f22636..b26a248d 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.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.1.EAP1.Checked.exe' $platformPackageName = 'resharper-platform' diff --git a/dotMemory/tools/chocolateyuninstall.ps1 b/dotMemory/tools/chocolateyuninstall.ps1 index 33488a8f..4e065011 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.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.1.EAP1.Checked.exe' $platformPackageName = 'resharper-platform' diff --git a/dotPeek/dotPeek.json b/dotPeek/dotPeek.json index 0a144bdb..81fbcf68 100644 --- a/dotPeek/dotPeek.json +++ b/dotPeek/dotPeek.json @@ -1,4 +1,4 @@ { "Release": "2023.3.2", - "Release-Eap": "2023.3-RC01" + "Release-Eap": "2024.1-EAP01" } diff --git a/dotPeek/dotPeek.nuspec b/dotPeek/dotPeek.nuspec index 8297b870..7e39715f 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.3.2 + 2024.1-EAP01 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 fdeef80e..439b0dbb 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.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.1.EAP1.Checked.exe' $platformPackageName = 'resharper-platform' diff --git a/dotPeek/tools/chocolateyuninstall.ps1 b/dotPeek/tools/chocolateyuninstall.ps1 index cc3c0e6f..e1d19d2c 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.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.1.EAP1.Checked.exe' $platformPackageName = 'resharper-platform' diff --git a/dotTrace/dotTrace.json b/dotTrace/dotTrace.json index 0a144bdb..81fbcf68 100644 --- a/dotTrace/dotTrace.json +++ b/dotTrace/dotTrace.json @@ -1,4 +1,4 @@ { "Release": "2023.3.2", - "Release-Eap": "2023.3-RC01" + "Release-Eap": "2024.1-EAP01" } diff --git a/dotTrace/dotTrace.nuspec b/dotTrace/dotTrace.nuspec index 6d574eef..429b1c0e 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.3.2 + 2024.1-EAP01 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 fa6624ab..3f828d7a 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.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.1.EAP1.Checked.exe' $platformPackageName = 'resharper-platform' diff --git a/dotTrace/tools/chocolateyuninstall.ps1 b/dotTrace/tools/chocolateyuninstall.ps1 index cfc53b3e..f8f22b7d 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.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.1.EAP1.Checked.exe' $platformPackageName = 'resharper-platform' diff --git a/dotUltimate/dotUltimate.json b/dotUltimate/dotUltimate.json index 0a144bdb..81fbcf68 100644 --- a/dotUltimate/dotUltimate.json +++ b/dotUltimate/dotUltimate.json @@ -1,4 +1,4 @@ { "Release": "2023.3.2", - "Release-Eap": "2023.3-RC01" + "Release-Eap": "2024.1-EAP01" } diff --git a/dotUltimate/dotUltimate.nuspec b/dotUltimate/dotUltimate.nuspec index 0dfbe49b..e05bf932 100644 --- a/dotUltimate/dotUltimate.nuspec +++ b/dotUltimate/dotUltimate.nuspec @@ -3,7 +3,7 @@ dotUltimate - 2023.3.2 + 2024.1-EAP01 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 fcbe0557..b7324dbd 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.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.1.EAP1.Checked.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 99e24185..8ac6cefb 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.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.1.EAP1.Checked.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 0a144bdb..81fbcf68 100644 --- a/resharper-clt/resharper-clt.json +++ b/resharper-clt/resharper-clt.json @@ -1,4 +1,4 @@ { "Release": "2023.3.2", - "Release-Eap": "2023.3-RC01" + "Release-Eap": "2024.1-EAP01" } diff --git a/resharper-clt/resharper-clt.nuspec b/resharper-clt/resharper-clt.nuspec index 3d0b19ef..0accf886 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.3.2 + 2024.1-EAP01 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 0a144bdb..81fbcf68 100644 --- a/resharper-ultimate-all/resharper-ultimate-all.json +++ b/resharper-ultimate-all/resharper-ultimate-all.json @@ -1,4 +1,4 @@ { "Release": "2023.3.2", - "Release-Eap": "2023.3-RC01" + "Release-Eap": "2024.1-EAP01" } diff --git a/resharper-ultimate-all/resharper-ultimate-all.nuspec b/resharper-ultimate-all/resharper-ultimate-all.nuspec index f7d9448b..2c479e01 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.3.2 + 2024.1-EAP01 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 b0213700..06a6bc98 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.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.1.EAP1.Checked.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 f0c82b1a..4170ea25 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.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.1.EAP1.Checked.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 bf65f036..e14eea87 100644 --- a/teamCityAddin/teamCityAddin.json +++ b/teamCityAddin/teamCityAddin.json @@ -1,4 +1,4 @@ { - "Release-Eap": "2023.3-RC01", + "Release-Eap": "2024.1-EAP01", "Release": "2023.3.2" } diff --git a/teamCityAddin/teamcityaddin.nuspec b/teamCityAddin/teamcityaddin.nuspec index 09b4ae6c..aff7e9d6 100644 --- a/teamCityAddin/teamcityaddin.nuspec +++ b/teamCityAddin/teamcityaddin.nuspec @@ -3,7 +3,7 @@ teamCityAddin - 2023.3.2 + 2024.1-EAP01 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 e9401d29..c126fcd9 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.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.1.EAP1.Checked.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 8a5df1bb..79ef316f 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.3.2.exe' +$filename = 'JetBrains.dotUltimate.2024.1.EAP1.Checked.exe' $installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename Uninstall-ChocolateyPackage $packageName 'exe' '/Silent=True /SpecificProductNamesToRemove=teamCityAddin /VsVersion=*' $installPath