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 8, 2022
1 parent 57ba5f0 commit cf8492a
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": "223.0.20221123.222513-eap09",
"Release": "222.0.20221021.95425"
"Release": "223.0.20221205.165100"
}
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>223.0.20221123.222513-eap09</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2022.3-EAP09</title>
<version>223.0.20221205.165100</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2022.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.2022.3.EAP9.Checked.exe'
$checksum = 'edcc3ec2173e8413f51c9c1d3b5bc396c7252425a70fcacdc9b814be5ffd43b6'
$filename = 'JetBrains.dotUltimate.2022.3.exe'
$checksum = '8445d74989def9da785d705b5afc14c1027d7a9e4b5a286edd3deb6ae83abfde'

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

Expand Down

0 comments on commit cf8492a

Please sign in to comment.