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 Apr 6, 2023
1 parent 0d68ac3 commit bb91221
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.3",
"Release": "2023.1",
"Release-Eap": "2023.1-EAP10"
}
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-EAP10</version>
<version>2023.1</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.EAP10/JetBrains.ReSharper.CommandLineTools.2023.1.EAP10.Checked.zip'
$checksum = '07bc2bb8eef8e97ad17a098ba86cbbd608842ad66074c3fb03cde79eae4cde47'
$url = 'https://download.jetbrains.com/resharper/dotUltimate.2023.1/JetBrains.ReSharper.CommandLineTools.2023.1.zip'
$checksum = '5a06a30d7201ccb264f9321026d3ff722b173e55fe3f9aaf24cdc9494c93e3b7'

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

Expand Down

0 comments on commit bb91221

Please sign in to comment.