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 Mar 13, 2023
1 parent 46209b5 commit 0532e89
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions 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-EAP07"
{
"Release": "2022.3.2",
"Release-Eap": "2023.1-EAP08"
}
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-EAP07</version>
<version>2023.1-EAP08</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.EAP7/JetBrains.ReSharper.CommandLineTools.2023.1.EAP7.Checked.zip'
$checksum = 'eb9dc25880274ba4bf146c631834ce5ac9b9891db0c138fe6820a585468b974c'
$url = 'https://download.jetbrains.com/resharper/dotUltimate.2023.1.EAP8/JetBrains.ReSharper.CommandLineTools.2023.1.EAP8.Checked.zip'
$checksum = 'c6416f3f02f6950d03f6a3c16f7bdbcab6e20f4037d6746df4e80e58391b42a2'

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

Expand Down
6 changes: 3 additions & 3 deletions resharper-platform/resharper-platform.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release-Eap": "231.0.20230228.132605-eap07",
"Release": "223.0.20230125.120904"
{
"Release-Eap": "231.0.20230308.161636-eap08",
"Release": "223.0.20230125.120904"
}
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>231.0.20230228.132605-eap07</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2023.1-EAP07</title>
<version>231.0.20230308.161636-eap08</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2023.1-EAP08</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.2023.1.EAP7.Checked.exe'
$checksum = '8cac66944e4f2fd496c8726101ab57597b4644559a19947efbc0ff9b8ee65a4a'
$filename = 'JetBrains.dotUltimate.2023.1.EAP8.Checked.exe'
$checksum = '4d64dc2c6ea76d8182c459e0471d804b7efab8f265d340ff014df819399bf620'

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

Expand Down

0 comments on commit 0532e89

Please sign in to comment.