Skip to content

Commit

Permalink
AU: 1 updated - resharper-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Jul 29, 2018
1 parent f981229 commit 711745a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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": "112.0.20180626.160030",
"Release-Eap": "182.0.20180725.203721-eap04"
"Release-Eap": "182.0.20180725.203721-eap05"
}
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>112.0.20180626.160030</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2018.1.3</title>
<version>182.0.20180725.203721-eap05</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2018.2-EAP5</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
4 changes: 2 additions & 2 deletions resharper-platform/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'; # stop on all errors
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$filename = 'JetBrains.ReSharperUltimate.2018.1.3.exe'
$checksum = '6c8c90c1b608670acd0dbb256977d1569e20dcd3004bde6ed0b1fb52ba16b9e6'
$filename = 'JetBrains.ReSharperUltimate.2018.2.EAP5.Checked.exe'
$checksum = 'a31058d70401243582ddc35b77f3cab88b6c5ef46af2b131973e48cbe53d1153'

$url = "https://download.jetbrains.com/resharper/$filename"
$packagePath = $(Split-Path -parent $toolsDir)
Expand Down

0 comments on commit 711745a

Please sign in to comment.