From d25c00461ee8c4896c7b37b4d33d405e4ac8492c Mon Sep 17 00:00:00 2001 From: flcdrg Date: Thu, 23 Mar 2023 00:05:28 +0000 Subject: [PATCH] AU: 2 updated - resharper-clt.portable resharper-platform [skip ci] https://gist.github.com/flcdrg/7d00c69c2cde8309a8594abaa897a9a6/8ea5a8a7601b80cd0fc228e3e255e50e842c7a85 --- resharper-clt.portable/resharper-clt.portable.json | 2 +- resharper-clt.portable/resharper-clt.portable.nuspec | 2 +- resharper-clt.portable/tools/chocolateyinstall.ps1 | 4 ++-- resharper-platform/resharper-platform.json | 2 +- resharper-platform/resharper-platform.nuspec | 4 ++-- resharper-platform/tools/chocolateyinstall.ps1 | 6 +++--- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/resharper-clt.portable/resharper-clt.portable.json b/resharper-clt.portable/resharper-clt.portable.json index 480092f8..cfb76e8d 100644 --- a/resharper-clt.portable/resharper-clt.portable.json +++ b/resharper-clt.portable/resharper-clt.portable.json @@ -1,4 +1,4 @@ { - "Release": "2022.3.2", + "Release": "2022.3.3", "Release-Eap": "2023.1-EAP08" } diff --git a/resharper-clt.portable/resharper-clt.portable.nuspec b/resharper-clt.portable/resharper-clt.portable.nuspec index 8639e71f..da31131b 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.1-EAP08 + 2022.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 d35aa93e..d8d3070c 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.1.EAP8/JetBrains.ReSharper.CommandLineTools.2023.1.EAP8.Checked.zip' -$checksum = 'c6416f3f02f6950d03f6a3c16f7bdbcab6e20f4037d6746df4e80e58391b42a2' +$url = 'https://download.jetbrains.com/resharper/dotUltimate.2022.3.3/JetBrains.ReSharper.CommandLineTools.2022.3.3.zip' +$checksum = 'c5d1eaf59ddf53d9cac3a273fadd6e771b0b6ac2b6be9a66b61cd3e9e0ce4260' $installPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition) diff --git a/resharper-platform/resharper-platform.json b/resharper-platform/resharper-platform.json index 9a76c32b..1143a90b 100644 --- a/resharper-platform/resharper-platform.json +++ b/resharper-platform/resharper-platform.json @@ -1,4 +1,4 @@ { "Release-Eap": "231.0.20230308.161636-eap08", - "Release": "223.0.20230125.120904" + "Release": "223.0.20230320.101023" } diff --git a/resharper-platform/resharper-platform.nuspec b/resharper-platform/resharper-platform.nuspec index 00506bdd..6cc00666 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 - 231.0.20230308.161636-eap08 - JetBrains ReSharper Ultimate Platform Installer 2023.1-EAP08 + 223.0.20230320.101023 + JetBrains ReSharper Ultimate Platform Installer 2022.3.3 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 68aafe5e..120adfd6 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.1.EAP8.Checked.exe' -$checksum = '4d64dc2c6ea76d8182c459e0471d804b7efab8f265d340ff014df819399bf620' +$filename = 'JetBrains.dotUltimate.2022.3.3.exe' +$checksum = 'ccaf6791308fe961381cceabf37d7b0661144e0b0a903ac6afbb5124fe83ddbf' -$url = 'https://download.jetbrains.com/resharper/dotUltimate.2023.1.EAP8/JetBrains.dotUltimate.2023.1.EAP8.Checked.exe' +$url = 'https://download.jetbrains.com/resharper/dotUltimate.2022.3.3/JetBrains.dotUltimate.2022.3.3.exe' $packagePath = $(Split-Path -parent $toolsDir) $installPath = Join-Path $packagePath $filename