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 Dec 6, 2023
1 parent 0897903 commit 8121d5b
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": "233.0.20231128.184904-rc01",
"Release": "232.0.20231101.132428"
"Release": "233.0.20231203.134050"
}
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>233.0.20231128.184904-rc01</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2023.3-RC01</title>
<version>233.0.20231203.134050</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2023.3</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.3.RC1.Checked.exe'
$checksum = 'e8c1bdfd1083f896bec1e6610c285fe9526e1e55febec2d16ff2bb8f5fbb8dbc'
$filename = 'JetBrains.dotUltimate.2023.3.exe'
$checksum = 'e269eb51a57dc45f3a8e9d35da1f92b1fbfc19f020705c2f2dff79dd04575e36'

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

Expand Down

0 comments on commit 8121d5b

Please sign in to comment.