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 Feb 14, 2023
1 parent 19ac18f commit 6aad118
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.3.2",
"Release-Eap": "2023.1-EAP03"
"Release-Eap": "2023.1-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.1-EAP03</version>
<version>2023.1-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.1.EAP3/JetBrains.ReSharper.CommandLineTools.2023.1.EAP3.Checked.zip'
$checksum = 'f6ddd6eda7c03c60cceee8e329bddc6ce2a558bdcaa2ba1af9b61fb2e7ce103f'
$url = 'https://download.jetbrains.com/resharper/dotUltimate.2023.1.EAP4/JetBrains.ReSharper.CommandLineTools.2023.1.EAP4.Checked.zip'
$checksum = '3000ea886844fad8b8316642bb805f4fc6ac0ed4a7cb04c3c169359cf63702e7'

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

Expand Down

0 comments on commit 6aad118

Please sign in to comment.