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 Jun 11, 2023
1 parent 6a2e3d9 commit b10850f
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": "2023.1.2",
"Release-Eap": "2023.2-EAP03"
"Release-Eap": "2023.2-EAP04"
}
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>2023.2-EAP03</version>
<version>2023.2-EAP04</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.2023.2.EAP3/JetBrains.ReSharper.CommandLineTools.2023.2.EAP3.Checked.zip'
$checksum = 'b822cfc495642c0a416485f15ca574cc61420eabceaa1738888f75b22467376f'
$url = 'https://download.jetbrains.com/resharper/dotUltimate.2023.2.EAP4/JetBrains.ReSharper.CommandLineTools.2023.2.EAP4.Checked.zip'
$checksum = '41125f183f974b8096afeb6af8d7cfa46603174a478f7e4b6b60d83a7c75a6ff'

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

Expand Down

0 comments on commit b10850f

Please sign in to comment.