Skip to content

Commit

Permalink
AU: 1 updated - dotMemory
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Mar 23, 2023
1 parent 8dd040e commit dff0dba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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": "2022.3.2",
"Release": "2022.3.3",
"Release-Eap": "2023.1-EAP08"
}
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>2023.1-EAP08</version>
<version>2022.3.3</version>
<title>JetBrains dotMemory</title>
<authors>JetBrains</authors>
<projectUrl>https://www.jetbrains.com/dotmemory</projectUrl>
Expand Down Expand Up @@ -49,7 +49,7 @@ The following package parameters can be set:

<releaseNotes>https://www.jetbrains.com/dotmemory/whatsnew/</releaseNotes>
<dependencies>
<dependency id="resharper-platform" version="[231.0.20230308.161636-eap08]" />
<dependency id="resharper-platform" version="[223.0.20230320.101023]" />
<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.2023.1.EAP8.Checked.exe'
$filename = 'JetBrains.dotUltimate.2022.3.3.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.2023.1.EAP8.Checked.exe'
$filename = 'JetBrains.dotUltimate.2022.3.3.exe'

$platformPackageName = 'resharper-platform'

Expand Down

0 comments on commit dff0dba

Please sign in to comment.