diff --git a/ReSharper/ReSharper.json b/ReSharper/ReSharper.json index f58e9a6a..64e9417e 100644 --- a/ReSharper/ReSharper.json +++ b/ReSharper/ReSharper.json @@ -1,4 +1,4 @@ { - "Release": "2022.2.4", + "Release": "2022.3", "Release-Eap": "2022.3-EAP09" } diff --git a/ReSharper/ReSharper.nuspec b/ReSharper/ReSharper.nuspec index 73f7bebd..9cc49ac6 100644 --- a/ReSharper/ReSharper.nuspec +++ b/ReSharper/ReSharper.nuspec @@ -5,7 +5,7 @@ ReSharper JetBrains, flcdrg https://github.com/flcdrg/au-packages/tree/master/ReSharper - 2022.3-EAP09 + 2022.3 JetBrains ReSharper JetBrains https://www.jetbrains.com/resharper @@ -51,7 +51,7 @@ The following package parameters can be set: https://www.jetbrains.com/resharper/whatsnew/ - + diff --git a/ReSharper/tools/chocolateyinstall.ps1 b/ReSharper/tools/chocolateyinstall.ps1 index b1e5487c..d5ab6882 100644 --- a/ReSharper/tools/chocolateyinstall.ps1 +++ b/ReSharper/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2022.3.EAP9.Checked.exe' +$filename = 'JetBrains.dotUltimate.2022.3.exe' $platformPackageName = 'resharper-platform' diff --git a/ReSharper/tools/chocolateyuninstall.ps1 b/ReSharper/tools/chocolateyuninstall.ps1 index a747f914..b5598d63 100644 --- a/ReSharper/tools/chocolateyuninstall.ps1 +++ b/ReSharper/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2022.3.EAP9.Checked.exe' +$filename = 'JetBrains.dotUltimate.2022.3.exe' $platformPackageName = 'resharper-platform' diff --git a/ReSharperCpp/ReSharperCpp.json b/ReSharperCpp/ReSharperCpp.json index c2e4ce89..9d08a4c4 100644 --- a/ReSharperCpp/ReSharperCpp.json +++ b/ReSharperCpp/ReSharperCpp.json @@ -1,4 +1,4 @@ { "Release-Eap": "2022.3-EAP09", - "Release": "2022.2.4" + "Release": "2022.3" } diff --git a/ReSharperCpp/ReSharperCpp.nuspec b/ReSharperCpp/ReSharperCpp.nuspec index e8b5ab66..5ce01737 100644 --- a/ReSharperCpp/ReSharperCpp.nuspec +++ b/ReSharperCpp/ReSharperCpp.nuspec @@ -5,7 +5,7 @@ ReSharperCpp JetBrains, flcdrg https://github.com/flcdrg/au-packages/tree/master/ReSharperCpp - 2022.3-EAP09 + 2022.3 JetBrains ReSharper C++ JetBrains https://www.jetbrains.com/resharper-cpp @@ -51,7 +51,7 @@ The following package parameters can be set: https://www.jetbrains.com/resharper-cpp/whatsnew/ - + diff --git a/ReSharperCpp/tools/chocolateyinstall.ps1 b/ReSharperCpp/tools/chocolateyinstall.ps1 index 8e2ccc3c..58f2ae44 100644 --- a/ReSharperCpp/tools/chocolateyinstall.ps1 +++ b/ReSharperCpp/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2022.3.EAP9.Checked.exe' +$filename = 'JetBrains.dotUltimate.2022.3.exe' $platformPackageName = 'resharper-platform' diff --git a/ReSharperCpp/tools/chocolateyuninstall.ps1 b/ReSharperCpp/tools/chocolateyuninstall.ps1 index 0c80b2f3..d56f9ced 100644 --- a/ReSharperCpp/tools/chocolateyuninstall.ps1 +++ b/ReSharperCpp/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2022.3.EAP9.Checked.exe' +$filename = 'JetBrains.dotUltimate.2022.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotCover/dotCover.json b/dotCover/dotCover.json index f58e9a6a..64e9417e 100644 --- a/dotCover/dotCover.json +++ b/dotCover/dotCover.json @@ -1,4 +1,4 @@ { - "Release": "2022.2.4", + "Release": "2022.3", "Release-Eap": "2022.3-EAP09" } diff --git a/dotCover/dotCover.nuspec b/dotCover/dotCover.nuspec index 152ef963..89a7e967 100644 --- a/dotCover/dotCover.nuspec +++ b/dotCover/dotCover.nuspec @@ -5,7 +5,7 @@ dotCover JetBrains, flcdrg https://github.com/flcdrg/au-packages/tree/master/dotCover - 2022.3-EAP09 + 2022.3 JetBrains dotCover JetBrains http://www.jetbrains.com/dotcover/ @@ -53,7 +53,7 @@ The following package parameters can be set: https://www.jetbrains.com/dotcover/whatsnew/ - + diff --git a/dotCover/tools/chocolateyinstall.ps1 b/dotCover/tools/chocolateyinstall.ps1 index 32b36fb5..02a58f19 100644 --- a/dotCover/tools/chocolateyinstall.ps1 +++ b/dotCover/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2022.3.EAP9.Checked.exe' +$filename = 'JetBrains.dotUltimate.2022.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotCover/tools/chocolateyuninstall.ps1 b/dotCover/tools/chocolateyuninstall.ps1 index 8312e939..28cce6d9 100644 --- a/dotCover/tools/chocolateyuninstall.ps1 +++ b/dotCover/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2022.3.EAP9.Checked.exe' +$filename = 'JetBrains.dotUltimate.2022.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotMemory/dotMemory.json b/dotMemory/dotMemory.json index f58e9a6a..64e9417e 100644 --- a/dotMemory/dotMemory.json +++ b/dotMemory/dotMemory.json @@ -1,4 +1,4 @@ { - "Release": "2022.2.4", + "Release": "2022.3", "Release-Eap": "2022.3-EAP09" } diff --git a/dotMemory/dotMemory.nuspec b/dotMemory/dotMemory.nuspec index 2d1a6ece..629dd03d 100644 --- a/dotMemory/dotMemory.nuspec +++ b/dotMemory/dotMemory.nuspec @@ -5,7 +5,7 @@ dotMemory JetBrains, flcdrg https://github.com/flcdrg/au-packages/tree/master/dotMemory - 2022.3-EAP09 + 2022.3 JetBrains dotMemory JetBrains https://www.jetbrains.com/dotmemory @@ -49,7 +49,7 @@ The following package parameters can be set: https://www.jetbrains.com/dotmemory/whatsnew/ - + diff --git a/dotMemory/tools/chocolateyinstall.ps1 b/dotMemory/tools/chocolateyinstall.ps1 index 32b36fb5..02a58f19 100644 --- a/dotMemory/tools/chocolateyinstall.ps1 +++ b/dotMemory/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2022.3.EAP9.Checked.exe' +$filename = 'JetBrains.dotUltimate.2022.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotMemory/tools/chocolateyuninstall.ps1 b/dotMemory/tools/chocolateyuninstall.ps1 index 8312e939..28cce6d9 100644 --- a/dotMemory/tools/chocolateyuninstall.ps1 +++ b/dotMemory/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2022.3.EAP9.Checked.exe' +$filename = 'JetBrains.dotUltimate.2022.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotPeek/dotPeek.json b/dotPeek/dotPeek.json index f58e9a6a..64e9417e 100644 --- a/dotPeek/dotPeek.json +++ b/dotPeek/dotPeek.json @@ -1,4 +1,4 @@ { - "Release": "2022.2.4", + "Release": "2022.3", "Release-Eap": "2022.3-EAP09" } diff --git a/dotPeek/dotPeek.nuspec b/dotPeek/dotPeek.nuspec index 3c2af918..a755c6da 100644 --- a/dotPeek/dotPeek.nuspec +++ b/dotPeek/dotPeek.nuspec @@ -5,7 +5,7 @@ dotPeek JetBrains, flcdrg https://github.com/flcdrg/au-packages/tree/master/dotPeek - 2022.3-EAP09 + 2022.3 JetBrains dotPeek JetBrains https://www.jetbrains.com/decompiler @@ -60,7 +60,7 @@ The following package parameters can be set: https://www.jetbrains.com/decompiler/whatsnew/ - + diff --git a/dotPeek/tools/chocolateyinstall.ps1 b/dotPeek/tools/chocolateyinstall.ps1 index 32b36fb5..02a58f19 100644 --- a/dotPeek/tools/chocolateyinstall.ps1 +++ b/dotPeek/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2022.3.EAP9.Checked.exe' +$filename = 'JetBrains.dotUltimate.2022.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotPeek/tools/chocolateyuninstall.ps1 b/dotPeek/tools/chocolateyuninstall.ps1 index 8312e939..28cce6d9 100644 --- a/dotPeek/tools/chocolateyuninstall.ps1 +++ b/dotPeek/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2022.3.EAP9.Checked.exe' +$filename = 'JetBrains.dotUltimate.2022.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotTrace/dotTrace.json b/dotTrace/dotTrace.json index f58e9a6a..64e9417e 100644 --- a/dotTrace/dotTrace.json +++ b/dotTrace/dotTrace.json @@ -1,4 +1,4 @@ { - "Release": "2022.2.4", + "Release": "2022.3", "Release-Eap": "2022.3-EAP09" } diff --git a/dotTrace/dotTrace.nuspec b/dotTrace/dotTrace.nuspec index 2532b260..47f133bf 100644 --- a/dotTrace/dotTrace.nuspec +++ b/dotTrace/dotTrace.nuspec @@ -5,7 +5,7 @@ dotTrace JetBrains, flcdrg https://github.com/flcdrg/au-packages/tree/master/dotTrace - 2022.3-EAP09 + 2022.3 JetBrains dotTrace JetBrains https://www.jetbrains.com/profiler @@ -51,7 +51,7 @@ The following package parameters can be set: https://www.jetbrains.com/profiler/whatsnew/ - + diff --git a/dotTrace/tools/chocolateyinstall.ps1 b/dotTrace/tools/chocolateyinstall.ps1 index 1d1f1102..bfd39023 100644 --- a/dotTrace/tools/chocolateyinstall.ps1 +++ b/dotTrace/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2022.3.EAP9.Checked.exe' +$filename = 'JetBrains.dotUltimate.2022.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotTrace/tools/chocolateyuninstall.ps1 b/dotTrace/tools/chocolateyuninstall.ps1 index 8312e939..28cce6d9 100644 --- a/dotTrace/tools/chocolateyuninstall.ps1 +++ b/dotTrace/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2022.3.EAP9.Checked.exe' +$filename = 'JetBrains.dotUltimate.2022.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotUltimate/dotUltimate.json b/dotUltimate/dotUltimate.json index f58e9a6a..64e9417e 100644 --- a/dotUltimate/dotUltimate.json +++ b/dotUltimate/dotUltimate.json @@ -1,4 +1,4 @@ { - "Release": "2022.2.4", + "Release": "2022.3", "Release-Eap": "2022.3-EAP09" } diff --git a/dotUltimate/dotUltimate.nuspec b/dotUltimate/dotUltimate.nuspec index a5187720..b2a4ea22 100644 --- a/dotUltimate/dotUltimate.nuspec +++ b/dotUltimate/dotUltimate.nuspec @@ -3,7 +3,7 @@ dotUltimate - 2022.3-EAP09 + 2022.3 https://github.com/flcdrg/au-packages/tree/master/dotUltimate flcdrg dotUltimate @@ -49,7 +49,7 @@ For example: `--params "'/NoCpp /NoTeamCityAddin'"`. ReSharper release notes: https://www.jetbrains.com/resharper/whatsnew - + diff --git a/dotUltimate/tools/chocolateyinstall.ps1 b/dotUltimate/tools/chocolateyinstall.ps1 index c74fdcf1..f2037c70 100644 --- a/dotUltimate/tools/chocolateyinstall.ps1 +++ b/dotUltimate/tools/chocolateyinstall.ps1 @@ -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.2022.3.EAP9.Checked.exe' +$filename = 'JetBrains.dotUltimate.2022.3.exe' $installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename $packageParameters = Get-PackageParameters diff --git a/dotUltimate/tools/chocolateyuninstall.ps1 b/dotUltimate/tools/chocolateyuninstall.ps1 index 454a4d0a..20657529 100644 --- a/dotUltimate/tools/chocolateyuninstall.ps1 +++ b/dotUltimate/tools/chocolateyuninstall.ps1 @@ -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.2022.3.EAP9.Checked.exe' +$filename = 'JetBrains.dotUltimate.2022.3.exe' $installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename $silentArgs = '/Silent=True /SpecificProductNamesToRemove=* /VsVersion=* /ReSharper9PlusMsi=True' diff --git a/resharper-clt/resharper-clt.json b/resharper-clt/resharper-clt.json index f58e9a6a..64e9417e 100644 --- a/resharper-clt/resharper-clt.json +++ b/resharper-clt/resharper-clt.json @@ -1,4 +1,4 @@ { - "Release": "2022.2.4", + "Release": "2022.3", "Release-Eap": "2022.3-EAP09" } diff --git a/resharper-clt/resharper-clt.nuspec b/resharper-clt/resharper-clt.nuspec index eef35547..1683e1ac 100644 --- a/resharper-clt/resharper-clt.nuspec +++ b/resharper-clt/resharper-clt.nuspec @@ -5,7 +5,7 @@ resharper-clt JetBrains, flcdrg https://github.com/flcdrg/au-packages/tree/master/resharper-clt - 2022.3-EAP09 + 2022.3 JetBrains ReSharper Command Line Tools JetBrains https://www.jetbrains.com/resharper/features/command-line.html @@ -25,7 +25,7 @@ ReSharper Command Line Tools are free and don't require a license key. https://www.jetbrains.com/resharper/whatsnew/ - + diff --git a/resharper-ultimate-all/resharper-ultimate-all.json b/resharper-ultimate-all/resharper-ultimate-all.json index f58e9a6a..64e9417e 100644 --- a/resharper-ultimate-all/resharper-ultimate-all.json +++ b/resharper-ultimate-all/resharper-ultimate-all.json @@ -1,4 +1,4 @@ { - "Release": "2022.2.4", + "Release": "2022.3", "Release-Eap": "2022.3-EAP09" } diff --git a/resharper-ultimate-all/resharper-ultimate-all.nuspec b/resharper-ultimate-all/resharper-ultimate-all.nuspec index 8a930bbb..f88d711a 100644 --- a/resharper-ultimate-all/resharper-ultimate-all.nuspec +++ b/resharper-ultimate-all/resharper-ultimate-all.nuspec @@ -3,7 +3,7 @@ resharper-ultimate-all - 2022.3-EAP09 + 2022.3 https://github.com/flcdrg/au-packages/tree/master/resharper-ultimate-all flcdrg ReSharper Ultimate All @@ -50,7 +50,7 @@ For example: `--params "'/PerMachine'"`. ReSharper release notes: https://www.jetbrains.com/resharper/whatsnew - + diff --git a/resharper-ultimate-all/tools/chocolateyinstall.ps1 b/resharper-ultimate-all/tools/chocolateyinstall.ps1 index 3aab36db..3d740270 100644 --- a/resharper-ultimate-all/tools/chocolateyinstall.ps1 +++ b/resharper-ultimate-all/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ $platformPackageName = 'resharper-platform' $packageName = 'ReSharper-Ultimate-All' $scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition) $commonPath = $(Split-Path -parent $(Split-Path -parent $scriptPath)) -$filename = 'JetBrains.dotUltimate.2022.3.EAP9.Checked.exe' +$filename = 'JetBrains.dotUltimate.2022.3.exe' $installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename $packageParameters = Get-PackageParameters diff --git a/resharper-ultimate-all/tools/chocolateyuninstall.ps1 b/resharper-ultimate-all/tools/chocolateyuninstall.ps1 index 06345f0f..3a6fa7c7 100644 --- a/resharper-ultimate-all/tools/chocolateyuninstall.ps1 +++ b/resharper-ultimate-all/tools/chocolateyuninstall.ps1 @@ -4,7 +4,7 @@ $platformPackageName = 'resharper-platform' $packageName = 'ReSharper-Ultimate-All' $scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition) $commonPath = $(Split-Path -parent $(Split-Path -parent $scriptPath)) -$filename = 'JetBrains.dotUltimate.2022.3.EAP9.Checked.exe' +$filename = 'JetBrains.dotUltimate.2022.3.exe' $installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename $silentArgs = '/Silent=True /SpecificProductNamesToRemove=* /VsVersion=* /ReSharper9PlusMsi=True' diff --git a/teamCityAddin/teamCityAddin.json b/teamCityAddin/teamCityAddin.json index c2e4ce89..9d08a4c4 100644 --- a/teamCityAddin/teamCityAddin.json +++ b/teamCityAddin/teamCityAddin.json @@ -1,4 +1,4 @@ { "Release-Eap": "2022.3-EAP09", - "Release": "2022.2.4" + "Release": "2022.3" } diff --git a/teamCityAddin/teamcityaddin.nuspec b/teamCityAddin/teamcityaddin.nuspec index 3ae8599f..ab080495 100644 --- a/teamCityAddin/teamcityaddin.nuspec +++ b/teamCityAddin/teamcityaddin.nuspec @@ -3,7 +3,7 @@ teamCityAddin - 2022.3-EAP09 + 2022.3 https://github.com/flcdrg/au-packages/tree/master/teamCityAddin JetBrains, flcdrg JetBrains TeamCity Add-in @@ -33,7 +33,7 @@ The following package parameters can be set: https://www.jetbrains.com/teamcity/whatsnew/ - + diff --git a/teamCityAddin/tools/chocolateyinstall.ps1 b/teamCityAddin/tools/chocolateyinstall.ps1 index 8fbe9c96..018d5a2e 100644 --- a/teamCityAddin/tools/chocolateyinstall.ps1 +++ b/teamCityAddin/tools/chocolateyinstall.ps1 @@ -2,7 +2,7 @@ $packageName = 'teamCityAddin' $scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition) $commonPath = $(Split-Path -parent $(Split-Path -parent $scriptPath)) -$filename = 'JetBrains.dotUltimate.2022.3.EAP9.Checked.exe' +$filename = 'JetBrains.dotUltimate.2022.3.exe' $installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename $packageParameters = Get-PackageParameters diff --git a/teamCityAddin/tools/chocolateyuninstall.ps1 b/teamCityAddin/tools/chocolateyuninstall.ps1 index 3005a1f2..9c16dbb4 100644 --- a/teamCityAddin/tools/chocolateyuninstall.ps1 +++ b/teamCityAddin/tools/chocolateyuninstall.ps1 @@ -2,7 +2,7 @@ $packageName = 'teamCityAddin' $scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition) $commonPath = $(Split-Path -parent $(Split-Path -parent $scriptPath)) -$filename = 'JetBrains.dotUltimate.2022.3.EAP9.Checked.exe' +$filename = 'JetBrains.dotUltimate.2022.3.exe' $installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename Uninstall-ChocolateyPackage $packageName 'exe' '/Silent=True /SpecificProductNamesToRemove=teamCityAddin /VsVersion=*' $installPath