Skip to content

Commit

Permalink
AU: 1 updated - resharper-clt.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Dec 8, 2022
1 parent 72a0424 commit 9d59157
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion resharper-clt.portable/resharper-clt.portable.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release": "2022.2.4",
"Release": "2022.3",
"Release-Eap": "2022.3-EAP09"
}
2 changes: 1 addition & 1 deletion resharper-clt.portable/resharper-clt.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>resharper-clt.portable</id>
<owners>JetBrains, flcdrg</owners>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/resharper-clt.portable</packageSourceUrl>
<version>2022.3-EAP09</version>
<version>2022.3</version>
<title>JetBrains ReSharper Command Line Tools (Portable)</title>
<authors>JetBrains</authors>
<projectUrl>https://www.jetbrains.com/resharper/features/command-line.html</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions resharper-clt.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'; # stop on all errors

$url = 'https://download.jetbrains.com/resharper/dotUltimate.2022.3.EAP9/JetBrains.ReSharper.CommandLineTools.2022.3.EAP9.Checked.zip'
$checksum = 'a49f9f516b8976f1f06e839b643532e46f5fdd38b0403c9fef92f61707a70c47'
$url = 'https://download.jetbrains.com/resharper/dotUltimate.2022.3/JetBrains.ReSharper.CommandLineTools.2022.3.zip'
$checksum = '1eb9ff2f02e227143b8e5b3012a20d33a201614500f5425d014a945ad3dddbb0'

$installPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)

Expand Down

0 comments on commit 9d59157

Please sign in to comment.