Skip to content

Commit

Permalink
AU: 2 updated - dotMemory dotPeek
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Sep 12, 2018
1 parent 9b1b658 commit a3881bc
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dotMemory/dotMemory.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release": "2018.2.1",
"Release": "2018.2.2",
"Release-Eap": "2018.2-EAP7"
}
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>2018.2.1</version>
<version>2018.2.2</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="[182.0.20180829.62924]" />
<dependency id="resharper-platform" version="[182.0.20180908.71935]" />
<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.ReSharperUltimate.2018.2.1.exe'
$filename = 'JetBrains.ReSharperUltimate.2018.2.2.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.ReSharperUltimate.2018.2.1.exe'
$filename = 'JetBrains.ReSharperUltimate.2018.2.2.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": "2018.2.1",
"Release": "2018.2.2",
"Release-Eap": "2018.2-EAP8"
}
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>2018.2.1</version>
<version>2018.2.2</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="[182.0.20180829.62924]" />
<dependency id="resharper-platform" version="[182.0.20180908.71935]" />
<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.ReSharperUltimate.2018.2.1.exe'
$filename = 'JetBrains.ReSharperUltimate.2018.2.2.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.ReSharperUltimate.2018.2.1.exe'
$filename = 'JetBrains.ReSharperUltimate.2018.2.2.exe'

$platformPackageName = 'resharper-platform'

Expand Down

0 comments on commit a3881bc

Please sign in to comment.