diff --git a/ReSharper/ReSharper.json b/ReSharper/ReSharper.json index f93d354c..46776741 100644 --- a/ReSharper/ReSharper.json +++ b/ReSharper/ReSharper.json @@ -1,4 +1,4 @@ { - "Release": "2024.1.6", + "Release": "2024.2", "Release-Eap": "2024.2-RC01" } diff --git a/ReSharper/ReSharper.nuspec b/ReSharper/ReSharper.nuspec index e55bec77..72b967da 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.1.6 + 2024.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 f94f5372..86b31453 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.1.6.exe' +$filename = 'JetBrains.dotUltimate.2024.2.exe' $platformPackageName = 'resharper-platform' diff --git a/ReSharper/tools/chocolateyuninstall.ps1 b/ReSharper/tools/chocolateyuninstall.ps1 index e34ff930..359feb21 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.1.6.exe' +$filename = 'JetBrains.dotUltimate.2024.2.exe' $platformPackageName = 'resharper-platform' diff --git a/ReSharperCpp/ReSharperCpp.json b/ReSharperCpp/ReSharperCpp.json index f333e22d..75aa3fa6 100644 --- a/ReSharperCpp/ReSharperCpp.json +++ b/ReSharperCpp/ReSharperCpp.json @@ -1,4 +1,4 @@ { "Release-Eap": "2024.2-RC01", - "Release": "2024.1.6" + "Release": "2024.2" } diff --git a/ReSharperCpp/ReSharperCpp.nuspec b/ReSharperCpp/ReSharperCpp.nuspec index c0881876..9d393909 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.1.6 + 2024.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 2fd77dd2..2e9dbacf 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.1.6.exe' +$filename = 'JetBrains.dotUltimate.2024.2.exe' $platformPackageName = 'resharper-platform' diff --git a/ReSharperCpp/tools/chocolateyuninstall.ps1 b/ReSharperCpp/tools/chocolateyuninstall.ps1 index c2461578..4d2090f3 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.1.6.exe' +$filename = 'JetBrains.dotUltimate.2024.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotCover/dotCover.json b/dotCover/dotCover.json index f93d354c..46776741 100644 --- a/dotCover/dotCover.json +++ b/dotCover/dotCover.json @@ -1,4 +1,4 @@ { - "Release": "2024.1.6", + "Release": "2024.2", "Release-Eap": "2024.2-RC01" } diff --git a/dotCover/dotCover.nuspec b/dotCover/dotCover.nuspec index 57971e2a..f83ecb7c 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.1.6 + 2024.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 09283fa9..de9927f4 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.1.6.exe' +$filename = 'JetBrains.dotUltimate.2024.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotCover/tools/chocolateyuninstall.ps1 b/dotCover/tools/chocolateyuninstall.ps1 index d12a6ff0..48f93a67 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.1.6.exe' +$filename = 'JetBrains.dotUltimate.2024.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotMemory/dotMemory.json b/dotMemory/dotMemory.json index f93d354c..46776741 100644 --- a/dotMemory/dotMemory.json +++ b/dotMemory/dotMemory.json @@ -1,4 +1,4 @@ { - "Release": "2024.1.6", + "Release": "2024.2", "Release-Eap": "2024.2-RC01" } diff --git a/dotMemory/dotMemory.nuspec b/dotMemory/dotMemory.nuspec index 807c67a3..0dd7cf15 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.1.6 + 2024.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 586d62a6..db862556 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.1.6.exe' +$filename = 'JetBrains.dotUltimate.2024.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotMemory/tools/chocolateyuninstall.ps1 b/dotMemory/tools/chocolateyuninstall.ps1 index 64b7a543..ae92f2d3 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.1.6.exe' +$filename = 'JetBrains.dotUltimate.2024.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotPeek/dotPeek.json b/dotPeek/dotPeek.json index f93d354c..46776741 100644 --- a/dotPeek/dotPeek.json +++ b/dotPeek/dotPeek.json @@ -1,4 +1,4 @@ { - "Release": "2024.1.6", + "Release": "2024.2", "Release-Eap": "2024.2-RC01" } diff --git a/dotPeek/dotPeek.nuspec b/dotPeek/dotPeek.nuspec index 57849d12..c8b8292b 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.1.6 + 2024.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 d4d00f49..ba80bf23 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.1.6.exe' +$filename = 'JetBrains.dotUltimate.2024.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotPeek/tools/chocolateyuninstall.ps1 b/dotPeek/tools/chocolateyuninstall.ps1 index 3a3928b7..c838f364 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.1.6.exe' +$filename = 'JetBrains.dotUltimate.2024.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotTrace/dotTrace.json b/dotTrace/dotTrace.json index f93d354c..46776741 100644 --- a/dotTrace/dotTrace.json +++ b/dotTrace/dotTrace.json @@ -1,4 +1,4 @@ { - "Release": "2024.1.6", + "Release": "2024.2", "Release-Eap": "2024.2-RC01" } diff --git a/dotTrace/dotTrace.nuspec b/dotTrace/dotTrace.nuspec index 0d520775..521bff80 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.1.6 + 2024.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 b4c0ca10..7497c848 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.1.6.exe' +$filename = 'JetBrains.dotUltimate.2024.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotTrace/tools/chocolateyuninstall.ps1 b/dotTrace/tools/chocolateyuninstall.ps1 index 42bdd093..4984bbf0 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.1.6.exe' +$filename = 'JetBrains.dotUltimate.2024.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotUltimate/dotUltimate.json b/dotUltimate/dotUltimate.json index f93d354c..46776741 100644 --- a/dotUltimate/dotUltimate.json +++ b/dotUltimate/dotUltimate.json @@ -1,4 +1,4 @@ { - "Release": "2024.1.6", + "Release": "2024.2", "Release-Eap": "2024.2-RC01" } diff --git a/dotUltimate/dotUltimate.nuspec b/dotUltimate/dotUltimate.nuspec index 2b44d4c3..98bedbb2 100644 --- a/dotUltimate/dotUltimate.nuspec +++ b/dotUltimate/dotUltimate.nuspec @@ -3,7 +3,7 @@ dotUltimate - 2024.1.6 + 2024.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 82a827c8..d16de709 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.1.6.exe' +$filename = 'JetBrains.dotUltimate.2024.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 5aec3ffa..21ada512 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.1.6.exe' +$filename = 'JetBrains.dotUltimate.2024.2.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 f93d354c..46776741 100644 --- a/resharper-clt.portable/resharper-clt.portable.json +++ b/resharper-clt.portable/resharper-clt.portable.json @@ -1,4 +1,4 @@ { - "Release": "2024.1.6", + "Release": "2024.2", "Release-Eap": "2024.2-RC01" } diff --git a/resharper-clt.portable/resharper-clt.portable.nuspec b/resharper-clt.portable/resharper-clt.portable.nuspec index 292de2be..8bc9006d 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.1.6 + 2024.2 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 afb32c2a..51b04987 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.1.6/JetBrains.ReSharper.CommandLineTools.2024.1.6.zip' -$checksum = '8cd138d0f5d403b1779f6072f30a7e3d00b034dab4e31df7e17eb5fd28270a34' +$url = 'https://download.jetbrains.com/resharper/dotUltimate.2024.2/JetBrains.ReSharper.CommandLineTools.2024.2.zip' +$checksum = '542353e4482b0205a32f5a2d622bcc5f3c1502092184a44890a4bbac36e1bd1c' $installPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition) diff --git a/resharper-clt/resharper-clt.json b/resharper-clt/resharper-clt.json index f93d354c..46776741 100644 --- a/resharper-clt/resharper-clt.json +++ b/resharper-clt/resharper-clt.json @@ -1,4 +1,4 @@ { - "Release": "2024.1.6", + "Release": "2024.2", "Release-Eap": "2024.2-RC01" } diff --git a/resharper-clt/resharper-clt.nuspec b/resharper-clt/resharper-clt.nuspec index 99946691..59fc078f 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.1.6 + 2024.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-platform/resharper-platform.json b/resharper-platform/resharper-platform.json index 127e667a..365128c2 100644 --- a/resharper-platform/resharper-platform.json +++ b/resharper-platform/resharper-platform.json @@ -1,4 +1,4 @@ { "Release-Eap": "242.0.20240805.164006-rc01", - "Release": "241.0.20240812.141914" + "Release": "242.0.20240812.225234" } diff --git a/resharper-platform/resharper-platform.nuspec b/resharper-platform/resharper-platform.nuspec index 8d3fb9c9..8dbe5e6e 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 - 241.0.20240812.141914 - JetBrains ReSharper Ultimate Platform Installer 2024.1.6 + 242.0.20240812.225234 + JetBrains ReSharper Ultimate Platform Installer 2024.2 JetBrains https://www.jetbrains.com/dotnet/ https://github.com/raw/jetbrains/chocolatey/master/ReSharper/logo.png diff --git a/resharper-platform/tools/chocolateyinstall.ps1 b/resharper-platform/tools/chocolateyinstall.ps1 index e4999f3c..233c8e85 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.1.6.exe' -$checksum = 'bd5d01fee56db244c3a5ce5cdcbc116787b59987d7236f4f39ac64899f90e9b3' +$filename = 'JetBrains.dotUltimate.2024.2.exe' +$checksum = 'e1494e2c2b883b1bd8e1dd003e4ef3f147276ce957089742f8c9b6f1384fa606' -$url = 'https://download.jetbrains.com/resharper/dotUltimate.2024.1.6/JetBrains.dotUltimate.2024.1.6.exe' +$url = 'https://download.jetbrains.com/resharper/dotUltimate.2024.2/JetBrains.dotUltimate.2024.2.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 f93d354c..46776741 100644 --- a/resharper-ultimate-all/resharper-ultimate-all.json +++ b/resharper-ultimate-all/resharper-ultimate-all.json @@ -1,4 +1,4 @@ { - "Release": "2024.1.6", + "Release": "2024.2", "Release-Eap": "2024.2-RC01" } diff --git a/resharper-ultimate-all/resharper-ultimate-all.nuspec b/resharper-ultimate-all/resharper-ultimate-all.nuspec index b44f2d97..4216b545 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.1.6 + 2024.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 fd1c3ccc..f4dba1a8 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.1.6.exe' +$filename = 'JetBrains.dotUltimate.2024.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 4aee99e9..4c674455 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.1.6.exe' +$filename = 'JetBrains.dotUltimate.2024.2.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 f333e22d..75aa3fa6 100644 --- a/teamCityAddin/teamCityAddin.json +++ b/teamCityAddin/teamCityAddin.json @@ -1,4 +1,4 @@ { "Release-Eap": "2024.2-RC01", - "Release": "2024.1.6" + "Release": "2024.2" } diff --git a/teamCityAddin/teamcityaddin.nuspec b/teamCityAddin/teamcityaddin.nuspec index ae73ad37..d1604d73 100644 --- a/teamCityAddin/teamcityaddin.nuspec +++ b/teamCityAddin/teamcityaddin.nuspec @@ -3,7 +3,7 @@ teamCityAddin - 2024.1.6 + 2024.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 414dd7fb..4e4cac6f 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.1.6.exe' +$filename = 'JetBrains.dotUltimate.2024.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 a169bc12..2b802a43 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.1.6.exe' +$filename = 'JetBrains.dotUltimate.2024.2.exe' $installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename Uninstall-ChocolateyPackage $packageName 'exe' '/Silent=True /SpecificProductNamesToRemove=teamCityAddin /VsVersion=*' $installPath diff --git a/vt-cli/tools/chocolateyinstall.ps1 b/vt-cli/tools/chocolateyinstall.ps1 index f60fcd33..d0973105 100644 --- a/vt-cli/tools/chocolateyinstall.ps1 +++ b/vt-cli/tools/chocolateyinstall.ps1 @@ -1,9 +1,9 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://github.com/VirusTotal/vt-cli/releases/download/1.0.0/Windows32.zip' -$url64 = 'https://github.com/VirusTotal/vt-cli/releases/download/1.0.0/Windows64.zip' -$checksum = '4285e83f23b4ad90937a4e2fe94c2fd26f0d03f82af5aa9a2770928df9e25ae5' -$checksum64 = '694273d1e34eb359ff966e71cfabed6f002d4c16614d20123dd53028d281d3b3' +$url = 'https://github.com/VirusTotal/vt-cli/releases/download/1.0.1/Windows32.zip' +$url64 = 'https://github.com/VirusTotal/vt-cli/releases/download/1.0.1/Windows64.zip' +$checksum = '45c2aeb98fae8664f2b25b8db8322e87de0578092581d6e941cfb2742e484368' +$checksum64 = 'dd08ed6653c2e22fa085e651e624a2554535dcfa1483b4f3610698f4295bb8c9' $packageArgs = @{ packageName = $env:ChocolateyPackageName diff --git a/vt-cli/vt-cli.nuspec b/vt-cli/vt-cli.nuspec index 7c352c3c..276d405c 100644 --- a/vt-cli/vt-cli.nuspec +++ b/vt-cli/vt-cli.nuspec @@ -2,7 +2,7 @@ vt-cli - 1.0.0 + 1.0.1 https://github.com/flcdrg/au-packages/tree/master/vt-cli flcdrg VirusTotal CLI diff --git a/windows-admin-center/tools/chocolateyinstall.ps1 b/windows-admin-center/tools/chocolateyinstall.ps1 index 0ba00e74..8f7336aa 100644 --- a/windows-admin-center/tools/chocolateyinstall.ps1 +++ b/windows-admin-center/tools/chocolateyinstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url = 'https://download.microsoft.com/download/1/0/5/1059800B-F375-451C-B37E-758FFC7C8C8B/WindowsAdminCenter2311.msi' -$checksum = 'B76A6CECA0ECAE7D758A04386B8226671BB44F68B01D79759D0FA020B6458F65' +$checksum = '177AA97DA167FA13D7BE0B198B8AA3135AD0C3BA7A17FAFE0BBB9453EC447153' $pp = Get-PackageParameters diff --git a/windows-admin-center/windows-admin-center.nuspec b/windows-admin-center/windows-admin-center.nuspec index 3a38c18a..b32a0b5a 100644 --- a/windows-admin-center/windows-admin-center.nuspec +++ b/windows-admin-center/windows-admin-center.nuspec @@ -3,7 +3,7 @@ windows-admin-center - 1.5.19713.0 + 1.5.24289.0 https://github.com/flcdrg/au-packages/tree/master/windows-admin-center flcdrg Windows Admin Center (2311)