diff --git a/ReSharper/ReSharper.json b/ReSharper/ReSharper.json index 980703b9..0a144bdb 100644 --- a/ReSharper/ReSharper.json +++ b/ReSharper/ReSharper.json @@ -1,4 +1,4 @@ { - "Release": "2023.3.1", + "Release": "2023.3.2", "Release-Eap": "2023.3-RC01" } diff --git a/ReSharper/ReSharper.nuspec b/ReSharper/ReSharper.nuspec index 9c72e118..2e32e2e0 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 - 2023.3.1 + 2023.3.2 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 c9fc578e..9ca7151c 100644 --- a/ReSharper/tools/chocolateyinstall.ps1 +++ b/ReSharper/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2023.3.1.exe' +$filename = 'JetBrains.dotUltimate.2023.3.2.exe' $platformPackageName = 'resharper-platform' diff --git a/ReSharper/tools/chocolateyuninstall.ps1 b/ReSharper/tools/chocolateyuninstall.ps1 index e274d120..1e1d3985 100644 --- a/ReSharper/tools/chocolateyuninstall.ps1 +++ b/ReSharper/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2023.3.1.exe' +$filename = 'JetBrains.dotUltimate.2023.3.2.exe' $platformPackageName = 'resharper-platform' diff --git a/ReSharperCpp/ReSharperCpp.json b/ReSharperCpp/ReSharperCpp.json index b9c31cf6..bf65f036 100644 --- a/ReSharperCpp/ReSharperCpp.json +++ b/ReSharperCpp/ReSharperCpp.json @@ -1,4 +1,4 @@ { "Release-Eap": "2023.3-RC01", - "Release": "2023.3.1" + "Release": "2023.3.2" } diff --git a/ReSharperCpp/ReSharperCpp.nuspec b/ReSharperCpp/ReSharperCpp.nuspec index 23dba431..df45436b 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 - 2023.3.1 + 2023.3.2 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 7436d1e1..dd8464d9 100644 --- a/ReSharperCpp/tools/chocolateyinstall.ps1 +++ b/ReSharperCpp/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2023.3.1.exe' +$filename = 'JetBrains.dotUltimate.2023.3.2.exe' $platformPackageName = 'resharper-platform' diff --git a/ReSharperCpp/tools/chocolateyuninstall.ps1 b/ReSharperCpp/tools/chocolateyuninstall.ps1 index 045d334b..3850bcd5 100644 --- a/ReSharperCpp/tools/chocolateyuninstall.ps1 +++ b/ReSharperCpp/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2023.3.1.exe' +$filename = 'JetBrains.dotUltimate.2023.3.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotCover/dotCover.json b/dotCover/dotCover.json index 980703b9..0a144bdb 100644 --- a/dotCover/dotCover.json +++ b/dotCover/dotCover.json @@ -1,4 +1,4 @@ { - "Release": "2023.3.1", + "Release": "2023.3.2", "Release-Eap": "2023.3-RC01" } diff --git a/dotCover/dotCover.nuspec b/dotCover/dotCover.nuspec index e05898c9..deecd8f9 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 - 2023.3.1 + 2023.3.2 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 9598581f..692f3463 100644 --- a/dotCover/tools/chocolateyinstall.ps1 +++ b/dotCover/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2023.3.1.exe' +$filename = 'JetBrains.dotUltimate.2023.3.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotCover/tools/chocolateyuninstall.ps1 b/dotCover/tools/chocolateyuninstall.ps1 index 61f951a4..73dccc9d 100644 --- a/dotCover/tools/chocolateyuninstall.ps1 +++ b/dotCover/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2023.3.1.exe' +$filename = 'JetBrains.dotUltimate.2023.3.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotMemory/dotMemory.json b/dotMemory/dotMemory.json index 980703b9..0a144bdb 100644 --- a/dotMemory/dotMemory.json +++ b/dotMemory/dotMemory.json @@ -1,4 +1,4 @@ { - "Release": "2023.3.1", + "Release": "2023.3.2", "Release-Eap": "2023.3-RC01" } diff --git a/dotMemory/dotMemory.nuspec b/dotMemory/dotMemory.nuspec index 415cc65c..498b9a1c 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 - 2023.3.1 + 2023.3.2 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 e7708883..d5f22636 100644 --- a/dotMemory/tools/chocolateyinstall.ps1 +++ b/dotMemory/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2023.3.1.exe' +$filename = 'JetBrains.dotUltimate.2023.3.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotMemory/tools/chocolateyuninstall.ps1 b/dotMemory/tools/chocolateyuninstall.ps1 index 026753e0..33488a8f 100644 --- a/dotMemory/tools/chocolateyuninstall.ps1 +++ b/dotMemory/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2023.3.1.exe' +$filename = 'JetBrains.dotUltimate.2023.3.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotPeek/dotPeek.json b/dotPeek/dotPeek.json index 980703b9..0a144bdb 100644 --- a/dotPeek/dotPeek.json +++ b/dotPeek/dotPeek.json @@ -1,4 +1,4 @@ { - "Release": "2023.3.1", + "Release": "2023.3.2", "Release-Eap": "2023.3-RC01" } diff --git a/dotPeek/dotPeek.nuspec b/dotPeek/dotPeek.nuspec index 93b2bd3d..8297b870 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 - 2023.3.1 + 2023.3.2 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 828e5fb3..fdeef80e 100644 --- a/dotPeek/tools/chocolateyinstall.ps1 +++ b/dotPeek/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2023.3.1.exe' +$filename = 'JetBrains.dotUltimate.2023.3.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotPeek/tools/chocolateyuninstall.ps1 b/dotPeek/tools/chocolateyuninstall.ps1 index d2cef76e..cc3c0e6f 100644 --- a/dotPeek/tools/chocolateyuninstall.ps1 +++ b/dotPeek/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2023.3.1.exe' +$filename = 'JetBrains.dotUltimate.2023.3.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotTrace/dotTrace.json b/dotTrace/dotTrace.json index 980703b9..0a144bdb 100644 --- a/dotTrace/dotTrace.json +++ b/dotTrace/dotTrace.json @@ -1,4 +1,4 @@ { - "Release": "2023.3.1", + "Release": "2023.3.2", "Release-Eap": "2023.3-RC01" } diff --git a/dotTrace/dotTrace.nuspec b/dotTrace/dotTrace.nuspec index 54e6afb9..6d574eef 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 - 2023.3.1 + 2023.3.2 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 8a4f0831..fa6624ab 100644 --- a/dotTrace/tools/chocolateyinstall.ps1 +++ b/dotTrace/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2023.3.1.exe' +$filename = 'JetBrains.dotUltimate.2023.3.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotTrace/tools/chocolateyuninstall.ps1 b/dotTrace/tools/chocolateyuninstall.ps1 index 90aca189..cfc53b3e 100644 --- a/dotTrace/tools/chocolateyuninstall.ps1 +++ b/dotTrace/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.dotUltimate.2023.3.1.exe' +$filename = 'JetBrains.dotUltimate.2023.3.2.exe' $platformPackageName = 'resharper-platform' diff --git a/dotUltimate/dotUltimate.json b/dotUltimate/dotUltimate.json index 980703b9..0a144bdb 100644 --- a/dotUltimate/dotUltimate.json +++ b/dotUltimate/dotUltimate.json @@ -1,4 +1,4 @@ { - "Release": "2023.3.1", + "Release": "2023.3.2", "Release-Eap": "2023.3-RC01" } diff --git a/dotUltimate/dotUltimate.nuspec b/dotUltimate/dotUltimate.nuspec index d2195d58..0dfbe49b 100644 --- a/dotUltimate/dotUltimate.nuspec +++ b/dotUltimate/dotUltimate.nuspec @@ -3,7 +3,7 @@ dotUltimate - 2023.3.1 + 2023.3.2 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 7c85c073..fcbe0557 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.2023.3.1.exe' +$filename = 'JetBrains.dotUltimate.2023.3.2.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 2c98623c..99e24185 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.2023.3.1.exe' +$filename = 'JetBrains.dotUltimate.2023.3.2.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 980703b9..0a144bdb 100644 --- a/resharper-clt/resharper-clt.json +++ b/resharper-clt/resharper-clt.json @@ -1,4 +1,4 @@ { - "Release": "2023.3.1", + "Release": "2023.3.2", "Release-Eap": "2023.3-RC01" } diff --git a/resharper-clt/resharper-clt.nuspec b/resharper-clt/resharper-clt.nuspec index 55ead755..3d0b19ef 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 - 2023.3.1 + 2023.3.2 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 980703b9..0a144bdb 100644 --- a/resharper-ultimate-all/resharper-ultimate-all.json +++ b/resharper-ultimate-all/resharper-ultimate-all.json @@ -1,4 +1,4 @@ { - "Release": "2023.3.1", + "Release": "2023.3.2", "Release-Eap": "2023.3-RC01" } diff --git a/resharper-ultimate-all/resharper-ultimate-all.nuspec b/resharper-ultimate-all/resharper-ultimate-all.nuspec index ce6c0fe8..f7d9448b 100644 --- a/resharper-ultimate-all/resharper-ultimate-all.nuspec +++ b/resharper-ultimate-all/resharper-ultimate-all.nuspec @@ -3,7 +3,7 @@ resharper-ultimate-all - 2023.3.1 + 2023.3.2 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 4f1890d1..b0213700 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.2023.3.1.exe' +$filename = 'JetBrains.dotUltimate.2023.3.2.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 0436b98b..f0c82b1a 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.2023.3.1.exe' +$filename = 'JetBrains.dotUltimate.2023.3.2.exe' $installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename $silentArgs = '/Silent=True /SpecificProductNamesToRemove=* /VsVersion=* /ReSharper9PlusMsi=True' diff --git a/stripe-cli/stripe-cli.nuspec b/stripe-cli/stripe-cli.nuspec index 1f944dd4..16c4eb28 100644 --- a/stripe-cli/stripe-cli.nuspec +++ b/stripe-cli/stripe-cli.nuspec @@ -4,7 +4,7 @@ stripe-cli - 1.18.0 + 1.19.1 https://github.com/flcdrg/au-packages/tree/master/stripe-cli flcdrg Stripe CLI diff --git a/teamCityAddin/teamCityAddin.json b/teamCityAddin/teamCityAddin.json index b9c31cf6..bf65f036 100644 --- a/teamCityAddin/teamCityAddin.json +++ b/teamCityAddin/teamCityAddin.json @@ -1,4 +1,4 @@ { "Release-Eap": "2023.3-RC01", - "Release": "2023.3.1" + "Release": "2023.3.2" } diff --git a/teamCityAddin/teamcityaddin.nuspec b/teamCityAddin/teamcityaddin.nuspec index 6510e956..09b4ae6c 100644 --- a/teamCityAddin/teamcityaddin.nuspec +++ b/teamCityAddin/teamcityaddin.nuspec @@ -3,7 +3,7 @@ teamCityAddin - 2023.3.1 + 2023.3.2 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 5063f181..e9401d29 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.2023.3.1.exe' +$filename = 'JetBrains.dotUltimate.2023.3.2.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 d7851ff3..8a5df1bb 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.2023.3.1.exe' +$filename = 'JetBrains.dotUltimate.2023.3.2.exe' $installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename Uninstall-ChocolateyPackage $packageName 'exe' '/Silent=True /SpecificProductNamesToRemove=teamCityAddin /VsVersion=*' $installPath