Skip to content

Commit

Permalink
AU: 3 updated - resharper-clt resharper-clt.portable resharper-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Feb 2, 2021
1 parent 1bd0940 commit 07fe885
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 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": "2020.3.2",
"Release-Eap": "2020.3-EAP9"
"Release-Eap": "2021.1-EAP1"
}
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>2020.3.2</version>
<version>2021.1-EAP1</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.2020.3.2/JetBrains.ReSharper.CommandLineTools.2020.3.2.zip'
$checksum = '308f9fc1a249ed4e762a71b587c017af3ecd5cf52cefb576c1a126f2dbb85c8c'
$url = 'https://download.jetbrains.com/resharper/dotUltimate.2021.1.EAP1/JetBrains.ReSharper.CommandLineTools.2021.1.EAP1.Checked.zip'
$checksum = 'f4f2a4b96b3d7a03c922e48a56017cd092e666f123967e0b7d9f647e1400bf7c'

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

Expand Down
2 changes: 1 addition & 1 deletion resharper-clt/resharper-clt.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release": "2020.3.2",
"Release-Eap": "2020.3-EAP9"
"Release-Eap": "2021.1-EAP1"
}
4 changes: 2 additions & 2 deletions resharper-clt/resharper-clt.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>resharper-clt</id>
<owners>JetBrains, flcdrg</owners>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/resharper-clt</packageSourceUrl>
<version>2020.3.2</version>
<version>2021.1-EAP1</version>
<title>JetBrains ReSharper Command Line Tools</title>
<authors>JetBrains</authors>
<projectUrl>https://www.jetbrains.com/resharper/features/command-line.html</projectUrl>
Expand All @@ -25,7 +25,7 @@ ReSharper Command Line Tools are free and don't require a license key.
</description>
<releaseNotes>https://www.jetbrains.com/resharper/whatsnew/</releaseNotes>
<dependencies>
<dependency id="resharper-clt.portable" version="[2020.3.2]" />
<dependency id="resharper-clt.portable" version="[2021.1-EAP1]" />
</dependencies>
</metadata>
<files>
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": "203.0.20201201.134949-eap10",
"Release-Eap": "211.0.20210127.53221-eap01",
"Release": "203.0.20201229.110730"
}
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>203.0.20201229.110730</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2020.3.2</title>
<version>211.0.20210127.53221-eap01</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2021.1-EAP1</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.2020.3.2.exe'
$checksum = '3aa062eda079911ed671c956139b3285fce2d8ed37de5cee01411828e612ea5d'
$filename = 'JetBrains.dotUltimate.2021.1.EAP1.Checked.exe'
$checksum = '934a57521761f6e26a992e253847e5c842db6dca67ade32aa36240a3b0e36e31'

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

Expand Down

0 comments on commit 07fe885

Please sign in to comment.