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 Mar 18, 2021
1 parent db0bde9 commit 3aa4514
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": "2020.3.3",
"Release": "2020.3.4",
"Release-Eap": "2021.1-EAP7"
}
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.1-EAP7</version>
<version>2020.3.4</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.1.EAP7/JetBrains.ReSharper.CommandLineTools.2021.1.EAP7.Checked.zip'
$checksum = '0db060dd3bf1ff3b0414cba98111ef3146590315592cce927ae90f4b1dbeadb1'
$url = 'https://download.jetbrains.com/resharper/dotUltimate.2020.3.4/JetBrains.ReSharper.CommandLineTools.2020.3.4.zip'
$checksum = '3dabfe66dd6beb377e13107b3fc359247f07d5a11b9f7cf84b6e3b4721bde572'

$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": "211.0.20210309.110256-eap07",
"Release": "203.0.20210128.160145"
"Release": "203.0.20210316.131859"
}
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>211.0.20210309.110256-eap07</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2021.1-EAP7</title>
<version>203.0.20210316.131859</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2020.3.4</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.1.EAP7.Checked.exe'
$checksum = '074d3fffd44d385779be139f32722f0a8ef1a8b010caaa199fdcd954c45e4a83'
$filename = 'JetBrains.dotUltimate.2020.3.4.exe'
$checksum = '0eb4e260f56bb7b6f532254cbc3ebf39cbb79c1a9982d1b550de4137b4b1f63a'

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

Expand Down

0 comments on commit 3aa4514

Please sign in to comment.