From 05ca9ef81f512e0950b70d047751ba57dac515cb Mon Sep 17 00:00:00 2001 From: flcdrg Date: Tue, 25 Oct 2022 00:07:37 +0000 Subject: [PATCH] AU: 2 updated - resharper-clt.portable resharper-platform [skip ci] https://gist.github.com/7d00c69c2cde8309a8594abaa897a9a6/14ddc1c337f83dfacb15ce35b323dd294973f69f --- 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 7a21d47c..248a6c1c 100644 --- a/resharper-clt.portable/resharper-clt.portable.json +++ b/resharper-clt.portable/resharper-clt.portable.json @@ -1,4 +1,4 @@ { "Release": "2022.2.3", - "Release-Eap": "2022.3-EAP04" + "Release-Eap": "2022.3-EAP05" } diff --git a/resharper-clt.portable/resharper-clt.portable.nuspec b/resharper-clt.portable/resharper-clt.portable.nuspec index bff1b8a9..a48652e1 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 - 2022.3-EAP04 + 2022.3-EAP05 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 ef880592..d8cb993c 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.2022.3.EAP4/JetBrains.ReSharper.CommandLineTools.2022.3.EAP4.Checked.zip' -$checksum = 'e39d44fbd92d493b4899e4558086a2367dc26b66fcac164d57ee25b42532b0a6' +$url = 'https://download.jetbrains.com/resharper/dotUltimate.2022.3.EAP5/JetBrains.ReSharper.CommandLineTools.2022.3.EAP5.Checked.zip' +$checksum = 'dbd405ea78c709a45a88efaf057eea3db9bc33115077d0c58f284cec8c5cfe37' $installPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition) diff --git a/resharper-platform/resharper-platform.json b/resharper-platform/resharper-platform.json index 14cffc91..72e92ddf 100644 --- a/resharper-platform/resharper-platform.json +++ b/resharper-platform/resharper-platform.json @@ -1,4 +1,4 @@ { - "Release-Eap": "223.0.20221011.103135-eap04", + "Release-Eap": "223.0.20221019.153446-eap05", "Release": "222.0.20220831.104952" } diff --git a/resharper-platform/resharper-platform.nuspec b/resharper-platform/resharper-platform.nuspec index 60df5848..3575cda2 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 - 223.0.20221011.103135-eap04 - JetBrains ReSharper Ultimate Platform Installer 2022.3-EAP04 + 223.0.20221019.153446-eap05 + JetBrains ReSharper Ultimate Platform Installer 2022.3-EAP05 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 82bdc783..09f1c20a 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.2022.3.EAP4.Checked.exe' -$checksum = 'c28c6cf903063a22376d8359532a551739bdd7f8b2804b2fd50cadf235381d01' +$filename = 'JetBrains.dotUltimate.2022.3.EAP5.Checked.exe' +$checksum = '09bacb18f96c6eed4f921f84d605be4729096cad55f784d8dbd73df97025e6bc' -$url = 'https://download.jetbrains.com/resharper/dotUltimate.2022.3.EAP4/JetBrains.dotUltimate.2022.3.EAP4.Checked.exe' +$url = 'https://download.jetbrains.com/resharper/dotUltimate.2022.3.EAP5/JetBrains.dotUltimate.2022.3.EAP5.Checked.exe' $packagePath = $(Split-Path -parent $toolsDir) $installPath = Join-Path $packagePath $filename