Skip to content

Commit

Permalink
AU: 4 updated - beyondcompare dotCover dotMemory dotPeek
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Mar 17, 2022
1 parent fc96a94 commit c8b5879
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 22 deletions.
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.4.1.26165</version>
<version>4.4.2.26348</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.4.1.26165'
$version = '4.4.2.26348'

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

$checksumde = '9d0744b36614651d83057d1574d7b1cc2af9763307e9116031421ff930840761'
$checksumfr = '1913295258bb70ec039989be52db6c6130cefb0ac2418a029e55aab540bf86ba'
$checksumjp = 'c6208546dbe3ee0d57baeeed8189810c1068410aba52af9ea4fa068fbf68b347'
$checksumzh = 'f1481b39eac3233c31517654395633f9b59db57cbe02bf105e13f76ebf262650'
$checksum = '75657b0898adf823b8401563c0fa804ce0c9bfbfa44e7610d52c31d0756cc788'
$checksumde = 'ff2b46c2621511fdd7088d7fddc9079ab43417d92a3ea272237a762886422708'
$checksumfr = '72492caf69b11480c3e8261bb145d2cb25febeaecfb21e4f78b86b089126727a'
$checksumjp = '065a91a0c46b2bc07c652ac3240e869b29aff60fd531b044ff7402775792cced'
$checksumzh = '2430e38d541a60a287d72caa4ee6c01a7ac5260db0aab83c46a0989c0139ac5f'
$checksum = 'e67bde9c9c551c83daef4bc36a274d69d8a25e1ca12b5ea61c8ea5cb7cb14c01'

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": "2021.3.3",
"Release-Eap": "2022.1-EAP5"
"Release-Eap": "2022.1-EAP6"
}
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>2022.1-EAP5</version>
<version>2022.1-EAP6</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="[221.0.20220302.92024-eap05]" />
<dependency id="resharper-platform" version="[221.0.20220309.120359-eap06]" />
<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.2022.1.EAP5.Checked.exe'
$filename = 'JetBrains.dotUltimate.2022.1.EAP6.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.2022.1.EAP5.Checked.exe'
$filename = 'JetBrains.dotUltimate.2022.1.EAP6.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": "2021.3.3",
"Release-Eap": "2022.1-EAP5"
"Release-Eap": "2022.1-EAP6"
}
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>2022.1-EAP5</version>
<version>2022.1-EAP6</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="[221.0.20220302.92024-eap05]" />
<dependency id="resharper-platform" version="[221.0.20220309.120359-eap06]" />
<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.2022.1.EAP5.Checked.exe'
$filename = 'JetBrains.dotUltimate.2022.1.EAP6.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.2022.1.EAP5.Checked.exe'
$filename = 'JetBrains.dotUltimate.2022.1.EAP6.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": "2021.3.3",
"Release-Eap": "2022.1-EAP5"
"Release-Eap": "2022.1-EAP6"
}
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>2022.1-EAP5</version>
<version>2022.1-EAP6</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="[221.0.20220302.92024-eap05]" />
<dependency id="resharper-platform" version="[221.0.20220309.120359-eap06]" />
<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.2022.1.EAP5.Checked.exe'
$filename = 'JetBrains.dotUltimate.2022.1.EAP6.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.2022.1.EAP5.Checked.exe'
$filename = 'JetBrains.dotUltimate.2022.1.EAP6.Checked.exe'

$platformPackageName = 'resharper-platform'

Expand Down

0 comments on commit c8b5879

Please sign in to comment.