Skip to content

Commit

Permalink
AU: 2 updated - resharper-clt.portable resharper-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Sep 14, 2022
1 parent fa5d6d9 commit a56745f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.2",
"Release": "2022.2.3",
"Release-Eap": "2022.2-EAP9"
}
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.2.2</version>
<version>2022.2.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.2.2/JetBrains.ReSharper.CommandLineTools.2022.2.2.zip'
$checksum = '6ca27f64227dd523bde6abdea001e966221304bff911682c0759bb8d9c25d620'
$url = 'https://download.jetbrains.com/resharper/dotUltimate.2022.2.3/JetBrains.ReSharper.CommandLineTools.2022.2.3.zip'
$checksum = 'a2808bcdfdf066e6bf2d719ff31f0e75801b9b75d91f6777377ff69ffb04d80c'

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

Expand Down
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": "222.0.20220727.110528-eap11",
"Release": "222.0.20220817.102535"
"Release": "222.0.20220831.104952"
}
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>222.0.20220817.102535</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2022.2.2</title>
<version>222.0.20220831.104952</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2022.2.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.2.2.exe'
$checksum = 'f900aec83bcceee024ccad8893ff169e7a5cf41210f6e1866d5b6feee0749d29'
$filename = 'JetBrains.dotUltimate.2022.2.3.exe'
$checksum = '0fc4dd67006cd92390d403ce3b1fabd1975a0988f49a289c430d120df244c4cc'

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

Expand Down

0 comments on commit a56745f

Please sign in to comment.