diff --git a/resharper-clt.portable/resharper-clt.portable.json b/resharper-clt.portable/resharper-clt.portable.json index 980703b9..0a144bdb 100644 --- a/resharper-clt.portable/resharper-clt.portable.json +++ b/resharper-clt.portable/resharper-clt.portable.json @@ -1,4 +1,4 @@ { - "Release": "2023.3.1", + "Release": "2023.3.2", "Release-Eap": "2023.3-RC01" } diff --git a/resharper-clt.portable/resharper-clt.portable.nuspec b/resharper-clt.portable/resharper-clt.portable.nuspec index 49ed1e29..f0be6911 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 - 2023.3.1 + 2023.3.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 20b8083c..f13d5ba4 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.2023.3.1/JetBrains.ReSharper.CommandLineTools.2023.3.1.zip' -$checksum = '79732767865042b623a533e41ea90646cbd0e101220dca659a0bd349e31de86b' +$url = 'https://download.jetbrains.com/resharper/dotUltimate.2023.3.2/JetBrains.ReSharper.CommandLineTools.2023.3.2.zip' +$checksum = 'fe34a9f8129bfcc898f123513c024f16194ed58c9d73109d9134ecc3c4f4f0a2' $installPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition) diff --git a/resharper-platform/resharper-platform.json b/resharper-platform/resharper-platform.json index 0a60858d..fdf25685 100644 --- a/resharper-platform/resharper-platform.json +++ b/resharper-platform/resharper-platform.json @@ -1,4 +1,4 @@ { "Release-Eap": "233.0.20231128.184904-rc01", - "Release": "233.0.20231211.203556" + "Release": "233.0.20231218.90527" } diff --git a/resharper-platform/resharper-platform.nuspec b/resharper-platform/resharper-platform.nuspec index 73bb7913..a22289cc 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 - 233.0.20231211.203556 - JetBrains ReSharper Ultimate Platform Installer 2023.3.1 + 233.0.20231218.90527 + JetBrains ReSharper Ultimate Platform Installer 2023.3.2 JetBrains https://www.jetbrains.com/dotnet/ https://raw.githubusercontent.com/jetbrains/chocolatey/master/ReSharper/logo.png diff --git a/resharper-platform/tools/chocolateyinstall.ps1 b/resharper-platform/tools/chocolateyinstall.ps1 index d2fb58cd..77be72ea 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.2023.3.1.exe' -$checksum = 'f318ed5e97754450ddd26877d400210007292d26707c2b153e49012c9d91e748' +$filename = 'JetBrains.dotUltimate.2023.3.2.exe' +$checksum = 'adffaf4ae33adc7bebb66d8cf9e520bd6d657ac8ac0f9bf58cece03b3e6a01de' -$url = 'https://download.jetbrains.com/resharper/dotUltimate.2023.3.1/JetBrains.dotUltimate.2023.3.1.exe' +$url = 'https://download.jetbrains.com/resharper/dotUltimate.2023.3.2/JetBrains.dotUltimate.2023.3.2.exe' $packagePath = $(Split-Path -parent $toolsDir) $installPath = Join-Path $packagePath $filename