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 Apr 7, 2023
1 parent a069170 commit 2ab65ad
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.20230328.140850-eap10",
"Release": "223.0.20230320.101023"
"Release": "231.0.20230404.113902"
}
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.20230328.140850-eap10</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2023.1-EAP10</title>
<version>231.0.20230404.113902</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2023.1</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.EAP10.Checked.exe'
$checksum = 'f7a69f31659ea6ada5cf9448568059df8452d2e33888646ca6ba20dd52b02832'
$filename = 'JetBrains.dotUltimate.2023.1.exe'
$checksum = 'a63393cb23ceac4b39dc4b05824de5c9197518fe32ef6492ccf12e53d118fb38'

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

Expand Down

0 comments on commit 2ab65ad

Please sign in to comment.