diff --git a/ReSharper/ReSharper.json b/ReSharper/ReSharper.json index 6fc3a58c..7dbbe0c7 100644 --- a/ReSharper/ReSharper.json +++ b/ReSharper/ReSharper.json @@ -1,4 +1,4 @@ { - "Release": "2018.3", + "Release": "2018.3.1", "Release-Eap": "2018.3-EAP8" } diff --git a/ReSharper/ReSharper.nuspec b/ReSharper/ReSharper.nuspec index 6ebd81da..d90c970e 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 - 2018.3 + 2018.3.1 JetBrains ReSharper JetBrains https://www.jetbrains.com/resharper @@ -45,7 +45,7 @@ Code style and formatting functionality with fine-grained, language-specific set https://www.jetbrains.com/resharper/whatsnew/ - + diff --git a/ReSharper/tools/chocolateyinstall.ps1 b/ReSharper/tools/chocolateyinstall.ps1 index fdbad486..de2f9552 100644 --- a/ReSharper/tools/chocolateyinstall.ps1 +++ b/ReSharper/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.ReSharperUltimate.2018.3.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.3.1.exe' $platformPackageName = 'resharper-platform' diff --git a/ReSharper/tools/chocolateyuninstall.ps1 b/ReSharper/tools/chocolateyuninstall.ps1 index 777cdd65..5b8db568 100644 --- a/ReSharper/tools/chocolateyuninstall.ps1 +++ b/ReSharper/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.ReSharperUltimate.2018.3.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.3.1.exe' $platformPackageName = 'resharper-platform' diff --git a/ReSharperCpp/ReSharperCpp.json b/ReSharperCpp/ReSharperCpp.json index 2a3969e9..3a1437b6 100644 --- a/ReSharperCpp/ReSharperCpp.json +++ b/ReSharperCpp/ReSharperCpp.json @@ -1,4 +1,4 @@ { "Release-Eap": "2018.3-EAP7", - "Release": "2018.2.3" + "Release": "2018.3.1" } diff --git a/ReSharperCpp/ReSharperCpp.nuspec b/ReSharperCpp/ReSharperCpp.nuspec index a20f379c..c8d0eb28 100644 --- a/ReSharperCpp/ReSharperCpp.nuspec +++ b/ReSharperCpp/ReSharperCpp.nuspec @@ -5,7 +5,7 @@ ReSharperCpp JetBrains, flcdrg https://github.com/flcdrg/au-packages/tree/master/resharper - 2018.3-EAP7 + 2018.3.1 JetBrains ReSharper C++ JetBrains https://www.jetbrains.com/resharper-cpp @@ -45,7 +45,7 @@ Configure code formatting options and naming style, share settings with your tea https://www.jetbrains.com/resharper-cpp/whatsnew/ - + diff --git a/ReSharperCpp/tools/chocolateyinstall.ps1 b/ReSharperCpp/tools/chocolateyinstall.ps1 index 06bbd44a..7b903853 100644 --- a/ReSharperCpp/tools/chocolateyinstall.ps1 +++ b/ReSharperCpp/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.ReSharperUltimate.2018.3.EAP7.Checked.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.3.1.exe' $platformPackageName = 'resharper-platform' diff --git a/ReSharperCpp/tools/chocolateyuninstall.ps1 b/ReSharperCpp/tools/chocolateyuninstall.ps1 index 86cfa1b9..dff9d220 100644 --- a/ReSharperCpp/tools/chocolateyuninstall.ps1 +++ b/ReSharperCpp/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.ReSharperUltimate.2018.3.EAP7.Checked.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.3.1.exe' $platformPackageName = 'resharper-platform' diff --git a/dotCover/dotCover.json b/dotCover/dotCover.json index 6b695d10..d83ee929 100644 --- a/dotCover/dotCover.json +++ b/dotCover/dotCover.json @@ -1,4 +1,4 @@ { - "Release": "2018.2.3", + "Release": "2018.3.1", "Release-Eap": "2018.3-EAP9" } diff --git a/dotCover/dotCover.nuspec b/dotCover/dotCover.nuspec index f6d39099..176df954 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 - 2018.3-EAP9 + 2018.3.1 JetBrains dotCover JetBrains http://www.jetbrains.com/dotcover/ @@ -47,7 +47,7 @@ The continuous testing mode can be switched on for any unit test session: this w https://www.jetbrains.com/dotcover/whatsnew/ - + diff --git a/dotCover/tools/chocolateyinstall.ps1 b/dotCover/tools/chocolateyinstall.ps1 index 7a4a59bd..8b5f71f0 100644 --- a/dotCover/tools/chocolateyinstall.ps1 +++ b/dotCover/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.ReSharperUltimate.2018.3.EAP9.Checked.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.3.1.exe' $platformPackageName = 'resharper-platform' diff --git a/dotCover/tools/chocolateyuninstall.ps1 b/dotCover/tools/chocolateyuninstall.ps1 index 2bf02320..599c0967 100644 --- a/dotCover/tools/chocolateyuninstall.ps1 +++ b/dotCover/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.ReSharperUltimate.2018.3.EAP9.Checked.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.3.1.exe' $platformPackageName = 'resharper-platform' diff --git a/dotMemory/dotMemory.json b/dotMemory/dotMemory.json index 6eeca79a..d83ee929 100644 --- a/dotMemory/dotMemory.json +++ b/dotMemory/dotMemory.json @@ -1,4 +1,4 @@ { - "Release": "2018.3", + "Release": "2018.3.1", "Release-Eap": "2018.3-EAP9" } diff --git a/dotMemory/dotMemory.nuspec b/dotMemory/dotMemory.nuspec index adb1aa55..a92c5cc3 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 - 2018.3 + 2018.3.1 JetBrains dotMemory JetBrains https://www.jetbrains.com/dotmemory @@ -43,7 +43,7 @@ Analyse memory traffic in a particular timeframe to know the cause of excessive https://www.jetbrains.com/dotmemory/whatsnew/ - + diff --git a/dotMemory/tools/chocolateyinstall.ps1 b/dotMemory/tools/chocolateyinstall.ps1 index 18ac5721..8b5f71f0 100644 --- a/dotMemory/tools/chocolateyinstall.ps1 +++ b/dotMemory/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.ReSharperUltimate.2018.3.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.3.1.exe' $platformPackageName = 'resharper-platform' diff --git a/dotMemory/tools/chocolateyuninstall.ps1 b/dotMemory/tools/chocolateyuninstall.ps1 index 83b95755..599c0967 100644 --- a/dotMemory/tools/chocolateyuninstall.ps1 +++ b/dotMemory/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.ReSharperUltimate.2018.3.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.3.1.exe' $platformPackageName = 'resharper-platform' diff --git a/dotPeek/dotPeek.json b/dotPeek/dotPeek.json index 6eeca79a..d83ee929 100644 --- a/dotPeek/dotPeek.json +++ b/dotPeek/dotPeek.json @@ -1,4 +1,4 @@ { - "Release": "2018.3", + "Release": "2018.3.1", "Release-Eap": "2018.3-EAP9" } diff --git a/dotPeek/dotPeek.nuspec b/dotPeek/dotPeek.nuspec index 246a91c6..3c554aa3 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 - 2018.3 + 2018.3.1 JetBrains dotPeek JetBrains https://www.jetbrains.com/decompiler @@ -54,7 +54,7 @@ dotPeek indexes all assemblies in your assembly list, as well as all assemblies https://www.jetbrains.com/decompiler/whatsnew/ - + diff --git a/dotPeek/tools/chocolateyinstall.ps1 b/dotPeek/tools/chocolateyinstall.ps1 index 18ac5721..8b5f71f0 100644 --- a/dotPeek/tools/chocolateyinstall.ps1 +++ b/dotPeek/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.ReSharperUltimate.2018.3.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.3.1.exe' $platformPackageName = 'resharper-platform' diff --git a/dotPeek/tools/chocolateyuninstall.ps1 b/dotPeek/tools/chocolateyuninstall.ps1 index 83b95755..599c0967 100644 --- a/dotPeek/tools/chocolateyuninstall.ps1 +++ b/dotPeek/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.ReSharperUltimate.2018.3.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.3.1.exe' $platformPackageName = 'resharper-platform' diff --git a/resharper-clt.portable/resharper-clt.portable.json b/resharper-clt.portable/resharper-clt.portable.json index 6fc3a58c..7dbbe0c7 100644 --- a/resharper-clt.portable/resharper-clt.portable.json +++ b/resharper-clt.portable/resharper-clt.portable.json @@ -1,4 +1,4 @@ { - "Release": "2018.3", + "Release": "2018.3.1", "Release-Eap": "2018.3-EAP8" } diff --git a/resharper-clt.portable/resharper-clt.portable.nuspec b/resharper-clt.portable/resharper-clt.portable.nuspec index 25a4fc8f..c5823b8b 100644 --- a/resharper-clt.portable/resharper-clt.portable.nuspec +++ b/resharper-clt.portable/resharper-clt.portable.nuspec @@ -5,7 +5,7 @@ resharper-clt.portable JetBrains, flcdrg https://github.com/flcdrg/au-packages/tree/master/resharper-clt.portable - 2018.3 + 2018.3.1 JetBrains ReSharper Command Line Tools (Portable) JetBrains https://www.jetbrains.com/resharper/features/command-line.html diff --git a/resharper-clt.portable/tools/chocolateyinstall.ps1 b/resharper-clt.portable/tools/chocolateyinstall.ps1 index 6fe48550..e9bc142a 100644 --- a/resharper-clt.portable/tools/chocolateyinstall.ps1 +++ b/resharper-clt.portable/tools/chocolateyinstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$url = 'https://download.jetbrains.com/resharper/ReSharperUltimate.2018.3/JetBrains.ReSharper.CommandLineTools.2018.3.zip' -$checksum = '07e0ff746d715681984ed84b529c7a3128b47f50addc6239d20948ee742e8da3' +$url = 'https://download.jetbrains.com/resharper/ReSharperUltimate.2018.3.1/JetBrains.ReSharper.CommandLineTools.2018.3.1.zip' +$checksum = 'c28403f4865104d28eaed7b4a8e79445e3170c0170a7d370620f07eec238b91e' $installPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition) diff --git a/resharper-platform/resharper-platform.json b/resharper-platform/resharper-platform.json index 9adbd462..d9a1c9b3 100644 --- a/resharper-platform/resharper-platform.json +++ b/resharper-platform/resharper-platform.json @@ -1,4 +1,4 @@ { "Release-Eap": "183.0.20181127.60914-eap07", - "Release": "182.0.20180912.70144" + "Release": "183.0.20181223.64728" } diff --git a/resharper-platform/resharper-platform.nuspec b/resharper-platform/resharper-platform.nuspec index 0102a2cb..00ef5d6f 100644 --- a/resharper-platform/resharper-platform.nuspec +++ b/resharper-platform/resharper-platform.nuspec @@ -5,8 +5,8 @@ resharper-platform JetBrains, flcdrg https://github.com/flcdrg/au-packages/tree/master/resharper-platform - 183.0.20181127.60914-eap07 - JetBrains ReSharper Ultimate Platform Installer 2018.3-EAP7 + 183.0.20181223.64728 + JetBrains ReSharper Ultimate Platform Installer 2018.3.1 JetBrains https://www.jetbrains.com/dotnet/ https://raw.githubusercontent.com/jetbrains/chocolatey/master/ReSharper/logo.png diff --git a/resharper-platform/tools/chocolateyinstall.ps1 b/resharper-platform/tools/chocolateyinstall.ps1 index b0789fb8..7a4bb52c 100644 --- a/resharper-platform/tools/chocolateyinstall.ps1 +++ b/resharper-platform/tools/chocolateyinstall.ps1 @@ -1,10 +1,10 @@ $ErrorActionPreference = 'Stop'; # stop on all errors $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$filename = 'JetBrains.ReSharperUltimate.2018.3.EAP7.Checked.exe' -$checksum = '52170e184086f5fb95914d3f9d2f471835d16e8e86fc976e3538774183f873c5' +$filename = 'JetBrains.ReSharperUltimate.2018.3.1.exe' +$checksum = 'f7f1415555290af402e0e66d5b451ffb4a09f0d45425f2287f78d36ade48da0b' -$url = 'https://download.jetbrains.com/resharper/ReSharperUltimate.2018.3.EAP7/JetBrains.ReSharperUltimate.2018.3.EAP7.Checked.exe' +$url = 'https://download.jetbrains.com/resharper/ReSharperUltimate.2018.3.1/JetBrains.ReSharperUltimate.2018.3.1.exe' $packagePath = $(Split-Path -parent $toolsDir) $installPath = Join-Path $packagePath $filename diff --git a/resharper-ultimate-all/resharper-ultimate-all.json b/resharper-ultimate-all/resharper-ultimate-all.json index 6fc3a58c..7dbbe0c7 100644 --- a/resharper-ultimate-all/resharper-ultimate-all.json +++ b/resharper-ultimate-all/resharper-ultimate-all.json @@ -1,4 +1,4 @@ { - "Release": "2018.3", + "Release": "2018.3.1", "Release-Eap": "2018.3-EAP8" } diff --git a/resharper-ultimate-all/resharper-ultimate-all.nuspec b/resharper-ultimate-all/resharper-ultimate-all.nuspec index cf903233..178ff9a0 100644 --- a/resharper-ultimate-all/resharper-ultimate-all.nuspec +++ b/resharper-ultimate-all/resharper-ultimate-all.nuspec @@ -3,7 +3,7 @@ resharper-ultimate-all - 2018.3 + 2018.3.1 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 0301b5db..bc4a3067 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.ReSharperUltimate.2018.3.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.3.1.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 7597af11..567305f4 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.ReSharperUltimate.2018.3.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.3.1.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 0e3eedab..4322763e 100644 --- a/teamCityAddin/teamCityAddin.json +++ b/teamCityAddin/teamCityAddin.json @@ -1,4 +1,4 @@ { "Release-Eap": "2018.3-EAP8", - "Release": "2018.3" + "Release": "2018.3.1" } diff --git a/teamCityAddin/teamcityaddin.nuspec b/teamCityAddin/teamcityaddin.nuspec index 270608d6..5592a0c4 100644 --- a/teamCityAddin/teamcityaddin.nuspec +++ b/teamCityAddin/teamcityaddin.nuspec @@ -3,7 +3,7 @@ teamCityAddin - 2018.3 + 2018.3.1 https://github.com/flcdrg/au-packages/tree/master/teamCityAddin JetBrains, flcdrg JetBrains TeamCity Add-in @@ -27,7 +27,7 @@ The TeamCity Add-in is a free Visual Studio extension that seamlessly integrates https://www.jetbrains.com/teamcity/whatsnew/ - + diff --git a/teamCityAddin/tools/chocolateyinstall.ps1 b/teamCityAddin/tools/chocolateyinstall.ps1 index e9eb7dbc..b9c2ccc1 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.ReSharperUltimate.2018.3.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.3.1.exe' $installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename $packageArgs = @{ diff --git a/teamCityAddin/tools/chocolateyuninstall.ps1 b/teamCityAddin/tools/chocolateyuninstall.ps1 index cd0075f2..f16455a0 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.ReSharperUltimate.2018.3.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.3.1.exe' $installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename Uninstall-ChocolateyPackage $packageName 'exe' '/Silent=True /SpecificProductNamesToRemove=teamCityAddin /VsVersion=*' $installPath