Skip to content

Commit

Permalink
AU: 13 updated - beyondcompare dotCover dotMemory dotPeek dotTrace do…
Browse files Browse the repository at this point in the history
…tUltimate ReSharper resharper-clt resharper-clt.portable ReSharperCpp resharper-platform resharper-ultimate-all teamCityAddin

[skip ci] https://gist.github.com/7d00c69c2cde8309a8594abaa897a9a6/b4dac1e62cf54bdd0097dd5f082cab269e03464e
  • Loading branch information
flcdrg committed Oct 2, 2020
1 parent 4aa91c4 commit bc97e94
Show file tree
Hide file tree
Showing 46 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion ReSharper/ReSharper.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release": "2020.2.4",
"Release-Eap": "2020.3-EAP1"
"Release-Eap": "2020.3-EAP2"
}
4 changes: 2 additions & 2 deletions ReSharper/ReSharper.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>ReSharper</id>
<owners>JetBrains, flcdrg</owners>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/ReSharper</packageSourceUrl>
<version>2020.2.4</version>
<version>2020.3-EAP2</version>
<title>JetBrains ReSharper</title>
<authors>JetBrains</authors>
<projectUrl>https://www.jetbrains.com/resharper</projectUrl>
Expand Down Expand Up @@ -45,7 +45,7 @@ Code style and formatting functionality with fine-grained, language-specific set
</description>
<releaseNotes>https://www.jetbrains.com/resharper/whatsnew/</releaseNotes>
<dependencies>
<dependency id="resharper-platform" version="[202.0.20200925.65104]" />
<dependency id="resharper-platform" version="[203.0.20200929.135754-eap02]" />
<dependency id="dotnet4.6.1" version="4.6.01055.20170308" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion ReSharper/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'; # stop on all errors

$filename = 'JetBrains.dotUltimate.2020.2.4.exe'
$filename = 'JetBrains.dotUltimate.2020.3.EAP2.Checked.exe'

$platformPackageName = 'resharper-platform'

Expand Down
2 changes: 1 addition & 1 deletion ReSharper/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'; # stop on all errors

$filename = 'JetBrains.dotUltimate.2020.2.4.exe'
$filename = 'JetBrains.dotUltimate.2020.3.EAP2.Checked.exe'

$platformPackageName = 'resharper-platform'

Expand Down
2 changes: 1 addition & 1 deletion ReSharperCpp/ReSharperCpp.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release-Eap": "2020.3-EAP1",
"Release-Eap": "2020.3-EAP2",
"Release": "2020.2.4"
}
4 changes: 2 additions & 2 deletions ReSharperCpp/ReSharperCpp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>ReSharperCpp</id>
<owners>JetBrains, flcdrg</owners>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/ReSharperCpp</packageSourceUrl>
<version>2020.2.4</version>
<version>2020.3-EAP2</version>
<title>JetBrains ReSharper C++</title>
<authors>JetBrains</authors>
<projectUrl>https://www.jetbrains.com/resharper-cpp</projectUrl>
Expand Down Expand Up @@ -45,7 +45,7 @@ Configure code formatting options and naming style, share settings with your tea
</description>
<releaseNotes>https://www.jetbrains.com/resharper-cpp/whatsnew/</releaseNotes>
<dependencies>
<dependency id="resharper-platform" version="[202.0.20200925.65104]" />
<dependency id="resharper-platform" version="[203.0.20200929.135754-eap02]" />
<dependency id="dotnet4.6.1" version="4.6.01055.20170308" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion ReSharperCpp/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'; # stop on all errors

$filename = 'JetBrains.dotUltimate.2020.2.4.exe'
$filename = 'JetBrains.dotUltimate.2020.3.EAP2.Checked.exe'

$platformPackageName = 'resharper-platform'

Expand Down
2 changes: 1 addition & 1 deletion ReSharperCpp/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'; # stop on all errors

$filename = 'JetBrains.dotUltimate.2020.2.4.exe'
$filename = 'JetBrains.dotUltimate.2020.3.EAP2.Checked.exe'

$platformPackageName = 'resharper-platform'

Expand Down
2 changes: 1 addition & 1 deletion beyondcompare/beyondcompare.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>beyondcompare</id>
<version>4.3.6.25063</version>
<version>4.3.7.25118</version>
<title>Beyond Compare</title>
<authors>Scooter Software</authors>
<owners>Miguel Madero, Brendan Forster, David Gardiner</owners>
Expand Down
12 changes: 6 additions & 6 deletions beyondcompare/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $german = @(3079,1031,5127,4103,2055)
$french = @(2060,11276,3084,9228,12300,1036,5132,13324,6156,14348,10252,4108,7180)
$japanese = @(17, 1041)
$chinese = @(2052)
$version = '4.3.6.25063'
$version = '4.3.7.25118'

$packageArgs = @{
packageName = 'beyondcompare'
Expand All @@ -26,11 +26,11 @@ $packageArgs = @{
checksumType = 'sha256'
}

$checksumde = '9afcd210a5554a3e484e850201956d2e53364da1693163498bbec38a01973785'
$checksumfr = '96fa2a2419e2970b3dd5c28d7a22d2e8ad3378e0405c7708bf30a7059c04595e'
$checksumjp = '75ee743b93e1795c0be6e731820cd8b75fea356e741f0d57ec319054668950fc'
$checksumzh = 'aeea5614608666bbf7a34e3cb4c6a2e2b2c1b860244bb7ca6db51438f9197a16'
$checksum = 'd2e45b233686f373f310cb148ea8cea2563c57a6d0ac9295901ac960e39d24f2'
$checksumde = 'b7aefbd3940123146cb423a50ba8ac7d58026e38e1fab05ff11eda8a96e8ecb9'
$checksumfr = '38d92e78d3d200a065f39229d9707f95b594809289c68366fc04ea0e68a07857'
$checksumjp = '82985065f7395fa92fd5e5b8c07a1643d247a6581f9b7187caa9ccc9496778c9'
$checksumzh = '6d1ed0a3920c0c578b703ffc5141d569754fdb668721732f07ffa03a25754c43'
$checksum = 'f10084a5d2bd7f6e1542fc2d56fb9b5c012422d10346d0ecd636030c4337b169'

if ($german -contains $LCID)
{
Expand Down
2 changes: 1 addition & 1 deletion dotCover/dotCover.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release": "2020.2.4",
"Release-Eap": "2020.3-EAP1"
"Release-Eap": "2020.3-EAP2"
}
4 changes: 2 additions & 2 deletions dotCover/dotCover.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>dotCover</id>
<owners>JetBrains, flcdrg</owners>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/dotCover</packageSourceUrl>
<version>2020.2.4</version>
<version>2020.3-EAP2</version>
<title>JetBrains dotCover</title>
<authors>JetBrains</authors>
<projectUrl>http://www.jetbrains.com/dotcover/</projectUrl>
Expand Down Expand Up @@ -47,7 +47,7 @@ The continuous testing mode can be switched on for any unit test session: this w

<releaseNotes>https://www.jetbrains.com/dotcover/whatsnew/</releaseNotes>
<dependencies>
<dependency id="resharper-platform" version="[202.0.20200925.65104]" />
<dependency id="resharper-platform" version="[203.0.20200929.135754-eap02]" />
<dependency id="dotnet4.6.1" version="4.6.01055.20170308" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion dotCover/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'; # stop on all errors

$filename = 'JetBrains.dotUltimate.2020.2.4.exe'
$filename = 'JetBrains.dotUltimate.2020.3.EAP2.Checked.exe'

$platformPackageName = 'resharper-platform'

Expand Down
2 changes: 1 addition & 1 deletion dotCover/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'; # stop on all errors

$filename = 'JetBrains.dotUltimate.2020.2.4.exe'
$filename = 'JetBrains.dotUltimate.2020.3.EAP2.Checked.exe'

$platformPackageName = 'resharper-platform'

Expand Down
2 changes: 1 addition & 1 deletion dotMemory/dotMemory.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release": "2020.2.4",
"Release-Eap": "2020.3-EAP1"
"Release-Eap": "2020.3-EAP2"
}
4 changes: 2 additions & 2 deletions dotMemory/dotMemory.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>dotMemory</id>
<owners>JetBrains, flcdrg</owners>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/dotMemory</packageSourceUrl>
<version>2020.2.4</version>
<version>2020.3-EAP2</version>
<title>JetBrains dotMemory</title>
<authors>JetBrains</authors>
<projectUrl>https://www.jetbrains.com/dotmemory</projectUrl>
Expand Down Expand Up @@ -43,7 +43,7 @@ Analyse memory traffic in a particular timeframe to know the cause of excessive

<releaseNotes>https://www.jetbrains.com/dotmemory/whatsnew/</releaseNotes>
<dependencies>
<dependency id="resharper-platform" version="[202.0.20200925.65104]" />
<dependency id="resharper-platform" version="[203.0.20200929.135754-eap02]" />
<dependency id="dotnet4.6.1" version="4.6.01055.20170308" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion dotMemory/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'; # stop on all errors

$filename = 'JetBrains.dotUltimate.2020.2.4.exe'
$filename = 'JetBrains.dotUltimate.2020.3.EAP2.Checked.exe'

$platformPackageName = 'resharper-platform'

Expand Down
2 changes: 1 addition & 1 deletion dotMemory/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'; # stop on all errors

$filename = 'JetBrains.dotUltimate.2020.2.4.exe'
$filename = 'JetBrains.dotUltimate.2020.3.EAP2.Checked.exe'

$platformPackageName = 'resharper-platform'

Expand Down
2 changes: 1 addition & 1 deletion dotPeek/dotPeek.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release": "2020.2.4",
"Release-Eap": "2020.3-EAP1"
"Release-Eap": "2020.3-EAP2"
}
4 changes: 2 additions & 2 deletions dotPeek/dotPeek.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>dotPeek</id>
<owners>JetBrains, flcdrg</owners>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/dotPeek</packageSourceUrl>
<version>2020.2.4</version>
<version>2020.3-EAP2</version>
<title>JetBrains dotPeek</title>
<authors>JetBrains</authors>
<projectUrl>https://www.jetbrains.com/decompiler</projectUrl>
Expand Down Expand Up @@ -54,7 +54,7 @@ dotPeek indexes all assemblies in your assembly list, as well as all assemblies
</description>
<releaseNotes>https://www.jetbrains.com/decompiler/whatsnew/</releaseNotes>
<dependencies>
<dependency id="resharper-platform" version="[202.0.20200925.65104]" />
<dependency id="resharper-platform" version="[203.0.20200929.135754-eap02]" />
<dependency id="dotnet4.6.1" version="4.6.01055.20170308" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion dotPeek/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'; # stop on all errors

$filename = 'JetBrains.dotUltimate.2020.2.4.exe'
$filename = 'JetBrains.dotUltimate.2020.3.EAP2.Checked.exe'

$platformPackageName = 'resharper-platform'

Expand Down
2 changes: 1 addition & 1 deletion dotPeek/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'; # stop on all errors

$filename = 'JetBrains.dotUltimate.2020.2.4.exe'
$filename = 'JetBrains.dotUltimate.2020.3.EAP2.Checked.exe'

$platformPackageName = 'resharper-platform'

Expand Down
2 changes: 1 addition & 1 deletion dotTrace/dotTrace.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release": "2020.2.4",
"Release-Eap": "2020.3-EAP1"
"Release-Eap": "2020.3-EAP2"
}
4 changes: 2 additions & 2 deletions dotTrace/dotTrace.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>dotTrace</id>
<owners>JetBrains, flcdrg</owners>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/dotTrace</packageSourceUrl>
<version>2020.2.4</version>
<version>2020.3-EAP2</version>
<title>JetBrains dotTrace</title>
<authors>JetBrains</authors>
<projectUrl>https://www.jetbrains.com/profiler</projectUrl>
Expand Down Expand Up @@ -45,7 +45,7 @@ You can even navigate to a method declaration from a hot spot in the call tree!

<releaseNotes>https://www.jetbrains.com/profiler/whatsnew/</releaseNotes>
<dependencies>
<dependency id="resharper-platform" version="[202.0.20200925.65104]" />
<dependency id="resharper-platform" version="[203.0.20200929.135754-eap02]" />
<dependency id="dotnet4.6.1" version="4.6.01055.20170308" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion dotTrace/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'; # stop on all errors

$filename = 'JetBrains.dotUltimate.2020.2.4.exe'
$filename = 'JetBrains.dotUltimate.2020.3.EAP2.Checked.exe'

$platformPackageName = 'resharper-platform'

Expand Down
2 changes: 1 addition & 1 deletion dotTrace/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'; # stop on all errors

$filename = 'JetBrains.dotUltimate.2020.2.4.exe'
$filename = 'JetBrains.dotUltimate.2020.3.EAP2.Checked.exe'

$platformPackageName = 'resharper-platform'

Expand Down
2 changes: 1 addition & 1 deletion dotUltimate/dotUltimate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release": "2020.2.4",
"Release-Eap": "2020.3-EAP1"
"Release-Eap": "2020.3-EAP2"
}
4 changes: 2 additions & 2 deletions dotUltimate/dotUltimate.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>dotUltimate</id>
<version>2020.2.4</version>
<version>2020.3-EAP2</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/dotUltimate</packageSourceUrl>
<owners>flcdrg</owners>
<title>dotUltimate</title>
Expand Down Expand Up @@ -42,7 +42,7 @@ For example: `--params "'/NoCpp /NoTeamCityAddin'"`.
</description>
<releaseNotes>ReSharper release notes: https://www.jetbrains.com/resharper/whatsnew</releaseNotes>
<dependencies>
<dependency id="resharper-platform" version="[202.0.20200925.65104]" />
<dependency id="resharper-platform" version="[203.0.20200929.135754-eap02]" />
<dependency id="chocolatey-core.extension" version="1.3.1" />
<dependency id="dotnet4.6.1" version="4.6.01055.20170308" />
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion dotUltimate/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $platformPackageName = 'resharper-platform'
$packageName = 'dotUltimate'
$scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$commonPath = $(Split-Path -parent $(Split-Path -parent $scriptPath))
$filename = 'JetBrains.dotUltimate.2020.2.4.exe'
$filename = 'JetBrains.dotUltimate.2020.3.EAP2.Checked.exe'
$installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename
$packageParameters = Get-PackageParameters

Expand Down
2 changes: 1 addition & 1 deletion dotUltimate/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $platformPackageName = 'resharper-platform'
$packageName = 'dotUltimate'
$scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$commonPath = $(Split-Path -parent $(Split-Path -parent $scriptPath))
$filename = 'JetBrains.dotUltimate.2020.2.4.exe'
$filename = 'JetBrains.dotUltimate.2020.3.EAP2.Checked.exe'
$installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename

$silentArgs = '/Silent=True /SpecificProductNamesToRemove=* /VsVersion=* /ReSharper9PlusMsi=True'
Expand Down
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": "2020.2.4",
"Release-Eap": "2020.3-EAP1"
"Release-Eap": "2020.3-EAP2"
}
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>2020.2.4</version>
<version>2020.3-EAP2</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.2020.2.4/JetBrains.ReSharper.CommandLineTools.2020.2.4.zip'
$checksum = '8782657215b9597b9b5b792ee29ad1fec603b065f1849b7b9a0a21387bb91468'
$url = 'https://download.jetbrains.com/resharper/dotUltimate.2020.3.EAP2/JetBrains.ReSharper.CommandLineTools.2020.3.EAP2.Checked.zip'
$checksum = '8a52bf3faa48992548c3aa7aa52e8c054a400c8e31dd50e672831c5462c8f099'

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

Expand Down
2 changes: 1 addition & 1 deletion resharper-clt/resharper-clt.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release": "2020.2.4",
"Release-Eap": "2020.3-EAP1"
"Release-Eap": "2020.3-EAP2"
}
4 changes: 2 additions & 2 deletions resharper-clt/resharper-clt.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>resharper-clt</id>
<owners>JetBrains, flcdrg</owners>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/resharper-clt</packageSourceUrl>
<version>2020.2.4</version>
<version>2020.3-EAP2</version>
<title>JetBrains ReSharper Command Line Tools</title>
<authors>JetBrains</authors>
<projectUrl>https://www.jetbrains.com/resharper/features/command-line.html</projectUrl>
Expand All @@ -25,7 +25,7 @@ ReSharper Command Line Tools are free and don't require a license key.
</description>
<releaseNotes>https://www.jetbrains.com/resharper/whatsnew/</releaseNotes>
<dependencies>
<dependency id="resharper-clt.portable" version="[2020.2.4]" />
<dependency id="resharper-clt.portable" version="[2020.3-EAP2]" />
</dependencies>
</metadata>
<files>
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": "203.0.20200922.145716-eap01",
"Release-Eap": "203.0.20200929.135754-eap02",
"Release": "202.0.20200925.65104"
}
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>202.0.20200925.65104</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2020.2.4</title>
<version>203.0.20200929.135754-eap02</version>
<title>JetBrains ReSharper Ultimate Platform Installer 2020.3-EAP2</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.2020.2.4.exe'
$checksum = 'bb94e1d0a20ef128753d5f46d82c275a0b4427a1c76479edf275a13e97d01e68'
$filename = 'JetBrains.dotUltimate.2020.3.EAP2.Checked.exe'
$checksum = '0e1fb60bb24614ab707f22eee927825fae4e7718498b4f8caa645ccf840ad783'

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

Expand Down
Loading

0 comments on commit bc97e94

Please sign in to comment.