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 Feb 15, 2023
1 parent e25c9ec commit d14ecf8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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-Eap": "231.0.20230131.184001-eap03",
"Release-Eap": "231.0.20230208.84359-eap04",
"Release": "223.0.20230125.120904"
}
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>231.0.20230131.184001-eap03</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2023.1-EAP03</title>
<version>231.0.20230208.84359-eap04</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2023.1-EAP04</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.2023.1.EAP3.Checked.exe'
$checksum = '062ab24e0022adc5533688a7a04bf5d5ec8d6387aad9ecdc085e5b16cf3f5f25'
$filename = 'JetBrains.dotUltimate.2023.1.EAP4.Checked.exe'
$checksum = '6d868505046e4d2f2f8fd4f3877e59d1e55d4bf4486552bbeb0b17a664a849ae'

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

Expand Down

0 comments on commit d14ecf8

Please sign in to comment.