diff --git a/resharper-clt.portable/resharper-clt.portable.json b/resharper-clt.portable/resharper-clt.portable.json index 0b6fe2a1..22b67196 100644 --- a/resharper-clt.portable/resharper-clt.portable.json +++ b/resharper-clt.portable/resharper-clt.portable.json @@ -1,4 +1,4 @@ { - "Release": "2021.3.1", + "Release": "2021.3.2", "Release-Eap": "2021.3-EAP9" } diff --git a/resharper-clt.portable/resharper-clt.portable.nuspec b/resharper-clt.portable/resharper-clt.portable.nuspec index 25039a71..d6663a14 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 - 2021.3.1 + 2021.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 bd349002..62b74ab6 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.2021.3.1/JetBrains.ReSharper.CommandLineTools.2021.3.1.zip' -$checksum = 'e18eae35a2fd6794d7066fe7e4200ce71e4fa4765d61b5f740b17f5db2c25148' +$url = 'https://download.jetbrains.com/resharper/dotUltimate.2021.3.2/JetBrains.ReSharper.CommandLineTools.2021.3.2.zip' +$checksum = '9cb109cf4160129f1d6ab2b11f226ab39414ef143a850cce6057c9e676475af2' $installPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition) diff --git a/resharper-platform/resharper-platform.json b/resharper-platform/resharper-platform.json index 39f27b13..61a11b54 100644 --- a/resharper-platform/resharper-platform.json +++ b/resharper-platform/resharper-platform.json @@ -1,4 +1,4 @@ { "Release-Eap": "213.0.20211129.80757-eap10", - "Release": "213.0.20211208.203411" + "Release": "213.0.20211221.134946" } diff --git a/resharper-platform/resharper-platform.nuspec b/resharper-platform/resharper-platform.nuspec index 784c0167..bf530942 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 - 213.0.20211208.203411 - JetBrains ReSharper Ultimate Platform Installer 2021.3.1 + 213.0.20211221.134946 + JetBrains ReSharper Ultimate Platform Installer 2021.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 684b8928..15e946e1 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.2021.3.1.exe' -$checksum = '6c0c1d7466ed37761036fd0cb04cee9e549ba7d8f31bd3b8d81d8d0affe9f0bd' +$filename = 'JetBrains.dotUltimate.2021.3.2.exe' +$checksum = '6c5fd3ceb04525178a2f8f169410618a2e99f0a266db98eee86d93544ddb4ae5' -$url = 'https://download.jetbrains.com/resharper/dotUltimate.2021.3.1/JetBrains.dotUltimate.2021.3.1.exe' +$url = 'https://download.jetbrains.com/resharper/dotUltimate.2021.3.2/JetBrains.dotUltimate.2021.3.2.exe' $packagePath = $(Split-Path -parent $toolsDir) $installPath = Join-Path $packagePath $filename