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 Apr 5, 2022
1 parent 4c227fe commit 84bbe7b
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": "2021.3.4",
"Release-Eap": "2022.1-EAP8"
"Release-Eap": "2022.1-EAP9"
}
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>2021.3.4</version>
<version>2022.1-EAP9</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.2021.3.4/JetBrains.ReSharper.CommandLineTools.2021.3.4.zip'
$checksum = '2f534239610a06f64b4826421b16374590d5b108314470485cc693dc5ea7dc9f'
$url = 'https://download.jetbrains.com/resharper/dotUltimate.2022.1.EAP9/JetBrains.ReSharper.CommandLineTools.2022.1.EAP9.Checked.zip'
$checksum = '248f3cba29e969f5bd61960bee4155adaec7b0143d0bd1c7ad382e3b052375e3'

$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": "221.0.20220322.171529-eap08",
"Release-Eap": "221.0.20220329.154011-eap09",
"Release": "213.0.20220322.123209"
}
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>213.0.20220322.123209</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2021.3.4</title>
<version>221.0.20220329.154011-eap09</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2022.1-EAP9</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.2021.3.4.exe'
$checksum = 'ea135a191a3f8423204242f4506af58d26a99a34152340f0a23ed833fe49e8db'
$filename = 'JetBrains.dotUltimate.2022.1.EAP9.Checked.exe'
$checksum = 'f630c7a3b911fa1eb37e4b89b389ec5848c924235d3e28fac967b86b33a220b2'

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

Expand Down

0 comments on commit 84bbe7b

Please sign in to comment.