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 Nov 20, 2020
1 parent 8d258bc commit 18c449a
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.2.4",
"Release-Eap": "2020.3-EAP7"
"Release-Eap": "2020.3-EAP8"
}
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-EAP7</version>
<version>2020.3-EAP8</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.EAP7/JetBrains.ReSharper.CommandLineTools.2020.3.EAP7.Checked.zip'
$checksum = '263609845419d3cfb2030559fe0f9243e1325957a2f14d345bc79870b47310fd'
$url = 'https://download.jetbrains.com/resharper/dotUltimate.2020.3.EAP8/JetBrains.ReSharper.CommandLineTools.2020.3.EAP8.Checked.zip'
$checksum = '79f0aa1b96866d3752c256db739614abb83b2e34b05ff306784fcba79da643a7'

$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.2.4",
"Release-Eap": "2020.3-EAP7"
"Release-Eap": "2020.3-EAP8"
}
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-EAP7</version>
<version>2020.3-EAP8</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-EAP7]" />
<dependency id="resharper-clt.portable" version="[2020.3-EAP8]" />
</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.20201111.180036-eap07",
"Release-Eap": "203.0.20201117.121054-eap08",
"Release": "202.0.20200925.65104"
}
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.20201111.180036-eap07</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2020.3-EAP7</title>
<version>203.0.20201117.121054-eap08</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2020.3-EAP8</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.EAP7.Checked.exe'
$checksum = 'ee02167898ceaa848d0a054484a08f414c912190c268115ef91c98c13e0253f2'
$filename = 'JetBrains.dotUltimate.2020.3.EAP8.Checked.exe'
$checksum = '5f0d8793199955140e8047b66da56a0c4c5153f8f951a9f70acd93753808bcb0'

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

Expand Down

0 comments on commit 18c449a

Please sign in to comment.