Skip to content

Commit

Permalink
AU: 2 updated - resharper-clt.portable resharper-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed May 16, 2023
1 parent cd40a9f commit 72f72f1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion resharper-clt.portable/resharper-clt.portable.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release": "2023.1.1",
"Release-Eap": "2023.1-EAP10"
"Release-Eap": "2023.2-EAP01"
}
2 changes: 1 addition & 1 deletion resharper-clt.portable/resharper-clt.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>resharper-clt.portable</id>
<owners>JetBrains, flcdrg</owners>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/resharper-clt.portable</packageSourceUrl>
<version>2023.1.1</version>
<version>2023.2-EAP01</version>
<title>JetBrains ReSharper Command Line Tools (Portable)</title>
<authors>JetBrains</authors>
<projectUrl>https://www.jetbrains.com/resharper/features/command-line.html</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions resharper-clt.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'; # stop on all errors

$url = 'https://download.jetbrains.com/resharper/dotUltimate.2023.1.1/JetBrains.ReSharper.CommandLineTools.2023.1.1.zip'
$checksum = '6790360ca5dfcac875f05bae4c2a570af8ddccdd1c28425bb251b096c341af18'
$url = 'https://download.jetbrains.com/resharper/dotUltimate.2023.2.EAP1/JetBrains.ReSharper.CommandLineTools.2023.2.EAP1.Checked.zip'
$checksum = '6c4ae1b8de684a13d34c2f283c9bcdac079d9779bab7c1e74b5dac5e2b9d3f45'

$installPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)

Expand Down
2 changes: 1 addition & 1 deletion resharper-platform/resharper-platform.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release-Eap": "231.0.20230328.140850-eap10",
"Release-Eap": "232.0.20230502.171117-eap01",
"Release": "231.0.20230418.151546"
}
4 changes: 2 additions & 2 deletions resharper-platform/resharper-platform.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<id>resharper-platform</id>
<owners>JetBrains, flcdrg</owners>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/resharper-platform</packageSourceUrl>
<version>231.0.20230418.151546</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2023.1.1</title>
<version>232.0.20230502.171117-eap01</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2023.2-EAP01</title>
<authors>JetBrains</authors>
<projectUrl>https://www.jetbrains.com/dotnet/</projectUrl>
<iconUrl>https://raw.githubusercontent.com/jetbrains/chocolatey/master/ReSharper/logo.png</iconUrl>
Expand Down
6 changes: 3 additions & 3 deletions resharper-platform/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'; # stop on all errors
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$filename = 'JetBrains.dotUltimate.2023.1.1.exe'
$checksum = 'a5519a7a31c0c95d5fda7386d0bee422f852a908b00dcff14e5ff7c3daa4db5c'
$filename = 'JetBrains.dotUltimate.2023.2.EAP1.Checked.exe'
$checksum = 'bc287c7812c995d0c2e2b50a99b83845f53d7b5c051985a06f553fd25b6dc071'

$url = 'https://download.jetbrains.com/resharper/dotUltimate.2023.1.1/JetBrains.dotUltimate.2023.1.1.exe'
$url = 'https://download.jetbrains.com/resharper/dotUltimate.2023.2.EAP1/JetBrains.dotUltimate.2023.2.EAP1.Checked.exe'
$packagePath = $(Split-Path -parent $toolsDir)
$installPath = Join-Path $packagePath $filename

Expand Down

0 comments on commit 72f72f1

Please sign in to comment.