From 49268a213e8aeff5f46c7623e3cc6a5ea7078e1f Mon Sep 17 00:00:00 2001 From: flcdrg Date: Fri, 14 Sep 2018 00:09:58 +0000 Subject: [PATCH] AU: 12 updated - dotCover dotMemory dotPeek dotTrace ReSharper resharper-clt resharper-clt.portable ReSharperCpp resharper-platform resharper-ultimate-all teamCityAddin ubiquiti-unifi-controller [skip ci] https://gist.github.com/7d00c69c2cde8309a8594abaa897a9a6/19db197476905c174a765f4837e0963c7accb8df --- ReSharper/ReSharper.json | 2 +- ReSharper/ReSharper.nuspec | 4 ++-- ReSharper/tools/chocolateyinstall.ps1 | 2 +- ReSharper/tools/chocolateyuninstall.ps1 | 2 +- ReSharperCpp/ReSharperCpp.json | 2 +- ReSharperCpp/ReSharperCpp.nuspec | 4 ++-- ReSharperCpp/tools/chocolateyinstall.ps1 | 2 +- ReSharperCpp/tools/chocolateyuninstall.ps1 | 2 +- dotCover/dotCover.json | 2 +- dotCover/dotCover.nuspec | 4 ++-- dotCover/tools/chocolateyinstall.ps1 | 2 +- dotCover/tools/chocolateyuninstall.ps1 | 2 +- dotMemory/dotMemory.json | 2 +- dotMemory/dotMemory.nuspec | 4 ++-- dotMemory/tools/chocolateyinstall.ps1 | 2 +- dotMemory/tools/chocolateyuninstall.ps1 | 2 +- dotPeek/dotPeek.json | 2 +- dotPeek/dotPeek.nuspec | 4 ++-- dotPeek/tools/chocolateyinstall.ps1 | 2 +- dotPeek/tools/chocolateyuninstall.ps1 | 2 +- dotTrace/dotTrace.json | 2 +- dotTrace/dotTrace.nuspec | 4 ++-- dotTrace/tools/chocolateyinstall.ps1 | 2 +- dotTrace/tools/chocolateyuninstall.ps1 | 2 +- resharper-clt.portable/resharper-clt.portable.json | 2 +- resharper-clt.portable/resharper-clt.portable.nuspec | 2 +- resharper-clt.portable/tools/chocolateyinstall.ps1 | 4 ++-- resharper-clt/resharper-clt.json | 2 +- resharper-clt/resharper-clt.nuspec | 4 ++-- resharper-platform/resharper-platform.json | 2 +- resharper-platform/resharper-platform.nuspec | 4 ++-- resharper-platform/tools/chocolateyinstall.ps1 | 6 +++--- resharper-ultimate-all/resharper-ultimate-all.json | 2 +- resharper-ultimate-all/resharper-ultimate-all.nuspec | 4 ++-- resharper-ultimate-all/tools/chocolateyinstall.ps1 | 2 +- resharper-ultimate-all/tools/chocolateyuninstall.ps1 | 2 +- teamCityAddin/teamCityAddin.json | 2 +- teamCityAddin/teamcityaddin.nuspec | 4 ++-- teamCityAddin/tools/chocolateyinstall.ps1 | 2 +- teamCityAddin/tools/chocolateyuninstall.ps1 | 2 +- ubiquiti-unifi-controller/tools/chocolateyinstall.ps1 | 4 ++-- ubiquiti-unifi-controller/ubiquiti-unifi-controller.json | 4 ++-- ubiquiti-unifi-controller/ubiquiti-unifi-controller.nuspec | 4 ++-- 43 files changed, 59 insertions(+), 59 deletions(-) diff --git a/ReSharper/ReSharper.json b/ReSharper/ReSharper.json index 8c5a4536..481ad799 100644 --- a/ReSharper/ReSharper.json +++ b/ReSharper/ReSharper.json @@ -1,4 +1,4 @@ { - "Release": "2018.2", + "Release": "2018.2.3", "Release-Eap": "2018.2-EAP6" } diff --git a/ReSharper/ReSharper.nuspec b/ReSharper/ReSharper.nuspec index 70c6eb0d..99c56436 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.2 + 2018.2.3 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 78c3599b..107d71eb 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.2.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.2.3.exe' $platformPackageName = 'resharper-platform' diff --git a/ReSharper/tools/chocolateyuninstall.ps1 b/ReSharper/tools/chocolateyuninstall.ps1 index 8074ed6a..a65ca920 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.2.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.2.3.exe' $platformPackageName = 'resharper-platform' diff --git a/ReSharperCpp/ReSharperCpp.json b/ReSharperCpp/ReSharperCpp.json index 6142d880..28ca407b 100644 --- a/ReSharperCpp/ReSharperCpp.json +++ b/ReSharperCpp/ReSharperCpp.json @@ -1,4 +1,4 @@ { "Release-Eap": "2018.2-EAP6", - "Release": "2018.2.1" + "Release": "2018.2.3" } diff --git a/ReSharperCpp/ReSharperCpp.nuspec b/ReSharperCpp/ReSharperCpp.nuspec index b8c39536..ca90642e 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.2.1 + 2018.2.3 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 6b4e3e5b..422a5344 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.2.1.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.2.3.exe' $platformPackageName = 'resharper-platform' diff --git a/ReSharperCpp/tools/chocolateyuninstall.ps1 b/ReSharperCpp/tools/chocolateyuninstall.ps1 index a8d83a63..7408c14f 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.2.1.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.2.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotCover/dotCover.json b/dotCover/dotCover.json index 3086e70f..08c19df3 100644 --- a/dotCover/dotCover.json +++ b/dotCover/dotCover.json @@ -1,4 +1,4 @@ { - "Release": "2018.2", + "Release": "2018.2.3", "Release-Eap": "2018.2-EAP8" } diff --git a/dotCover/dotCover.nuspec b/dotCover/dotCover.nuspec index 28f0c1b0..8e5ced47 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.2 + 2018.2.3 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 63d58bd7..47425cf5 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.2.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.2.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotCover/tools/chocolateyuninstall.ps1 b/dotCover/tools/chocolateyuninstall.ps1 index 6aaaedce..66edb03f 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.2.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.2.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotMemory/dotMemory.json b/dotMemory/dotMemory.json index 7a2e7536..9af721e0 100644 --- a/dotMemory/dotMemory.json +++ b/dotMemory/dotMemory.json @@ -1,4 +1,4 @@ { - "Release": "2018.2.2", + "Release": "2018.2.3", "Release-Eap": "2018.2-EAP7" } diff --git a/dotMemory/dotMemory.nuspec b/dotMemory/dotMemory.nuspec index 98ac9a14..7b77d6a2 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.2.2 + 2018.2.3 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 e6ec59e0..47425cf5 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.2.2.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.2.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotMemory/tools/chocolateyuninstall.ps1 b/dotMemory/tools/chocolateyuninstall.ps1 index 1d1e2bc8..66edb03f 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.2.2.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.2.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotPeek/dotPeek.json b/dotPeek/dotPeek.json index 41e5c5ca..08c19df3 100644 --- a/dotPeek/dotPeek.json +++ b/dotPeek/dotPeek.json @@ -1,4 +1,4 @@ { - "Release": "2018.2.2", + "Release": "2018.2.3", "Release-Eap": "2018.2-EAP8" } diff --git a/dotPeek/dotPeek.nuspec b/dotPeek/dotPeek.nuspec index 379e8e63..31b28890 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.2.2 + 2018.2.3 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 e6ec59e0..47425cf5 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.2.2.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.2.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotPeek/tools/chocolateyuninstall.ps1 b/dotPeek/tools/chocolateyuninstall.ps1 index 1d1e2bc8..66edb03f 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.2.2.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.2.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotTrace/dotTrace.json b/dotTrace/dotTrace.json index 6882af87..9af721e0 100644 --- a/dotTrace/dotTrace.json +++ b/dotTrace/dotTrace.json @@ -1,4 +1,4 @@ { - "Release": "2018.2", + "Release": "2018.2.3", "Release-Eap": "2018.2-EAP7" } diff --git a/dotTrace/dotTrace.nuspec b/dotTrace/dotTrace.nuspec index 158c96b6..94165d30 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 - 2018.2 + 2018.2.3 JetBrains dotTrace JetBrains https://www.jetbrains.com/profiler @@ -45,7 +45,7 @@ You can even navigate to a method declaration from a hot spot in the call tree! https://www.jetbrains.com/profiler/whatsnew/ - + diff --git a/dotTrace/tools/chocolateyinstall.ps1 b/dotTrace/tools/chocolateyinstall.ps1 index 63d58bd7..47425cf5 100644 --- a/dotTrace/tools/chocolateyinstall.ps1 +++ b/dotTrace/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.ReSharperUltimate.2018.2.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.2.3.exe' $platformPackageName = 'resharper-platform' diff --git a/dotTrace/tools/chocolateyuninstall.ps1 b/dotTrace/tools/chocolateyuninstall.ps1 index 6aaaedce..66edb03f 100644 --- a/dotTrace/tools/chocolateyuninstall.ps1 +++ b/dotTrace/tools/chocolateyuninstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$filename = 'JetBrains.ReSharperUltimate.2018.2.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.2.3.exe' $platformPackageName = 'resharper-platform' diff --git a/resharper-clt.portable/resharper-clt.portable.json b/resharper-clt.portable/resharper-clt.portable.json index 98912ba3..f27c61db 100644 --- a/resharper-clt.portable/resharper-clt.portable.json +++ b/resharper-clt.portable/resharper-clt.portable.json @@ -1,4 +1,4 @@ { - "Release": "2018.2.1", + "Release": "2018.2.3", "Release-Eap": "2018.2-EAP5" } diff --git a/resharper-clt.portable/resharper-clt.portable.nuspec b/resharper-clt.portable/resharper-clt.portable.nuspec index a9bcff10..50b8eae9 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.2.1 + 2018.2.3 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 90e1fadd..383244db 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.2.1/JetBrains.ReSharper.CommandLineTools.2018.2.1.zip' -$checksum = 'c78b93cafe0d5f4ee5077cf245e0a3832b240bef152ae8ff14b007ed92a84c64' +$url = 'https://download.jetbrains.com/resharper/ReSharperUltimate.2018.2.3/JetBrains.ReSharper.CommandLineTools.2018.2.3.zip' +$checksum = '83b160e7d3e4fd4cef4f250e5f1ccb295a6e7a23c673ae0f50fa9ece1667c6d3' $installPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition) diff --git a/resharper-clt/resharper-clt.json b/resharper-clt/resharper-clt.json index d25f419e..9af721e0 100644 --- a/resharper-clt/resharper-clt.json +++ b/resharper-clt/resharper-clt.json @@ -1,4 +1,4 @@ { - "Release": "2018.1.4", + "Release": "2018.2.3", "Release-Eap": "2018.2-EAP7" } diff --git a/resharper-clt/resharper-clt.nuspec b/resharper-clt/resharper-clt.nuspec index 9ed58726..33acc40e 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 - 2018.2-EAP7 + 2018.2.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-platform/resharper-platform.json b/resharper-platform/resharper-platform.json index 8706b002..37b9ca8f 100644 --- a/resharper-platform/resharper-platform.json +++ b/resharper-platform/resharper-platform.json @@ -1,4 +1,4 @@ { "Release-Eap": "182.0.20180816.90749-eap08", - "Release": "182.0.20180819.121800" + "Release": "182.0.20180912.70144" } diff --git a/resharper-platform/resharper-platform.nuspec b/resharper-platform/resharper-platform.nuspec index 20a969d8..7c4c4aed 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 - 182.0.20180819.121800 - JetBrains ReSharper Ultimate Platform Installer 2018.2 + 182.0.20180912.70144 + JetBrains ReSharper Ultimate Platform Installer 2018.2.3 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 413dcb01..f0b4624b 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.2.exe' -$checksum = '8948cf485b1e5fe483fb2951aaa35732e876bfd48b86c0c2a4a7ff7f32f43cc2' +$filename = 'JetBrains.ReSharperUltimate.2018.2.3.exe' +$checksum = 'bbf113dfff09df15c07609dfa1b1f2885d8e2065fce5107ae7a5e3d8b3214ae9' -$url = 'https://download.jetbrains.com/resharper/ReSharperUltimate.2018.2/JetBrains.ReSharperUltimate.2018.2.exe' +$url = 'https://download.jetbrains.com/resharper/ReSharperUltimate.2018.2.3/JetBrains.ReSharperUltimate.2018.2.3.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 0c58f089..08c19df3 100644 --- a/resharper-ultimate-all/resharper-ultimate-all.json +++ b/resharper-ultimate-all/resharper-ultimate-all.json @@ -1,4 +1,4 @@ { - "Release": "2018.1.4", + "Release": "2018.2.3", "Release-Eap": "2018.2-EAP8" } diff --git a/resharper-ultimate-all/resharper-ultimate-all.nuspec b/resharper-ultimate-all/resharper-ultimate-all.nuspec index 5517abf7..3786500d 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.2 + 2018.2.3 https://github.com/flcdrg/au-packages/tree/master/resharper-ultimate-all flcdrg ReSharper Ultimate All @@ -42,7 +42,7 @@ For example: `--params "'/PerMachine'"`. https://www.jetbrains.com/resharper/whatsnew - + diff --git a/resharper-ultimate-all/tools/chocolateyinstall.ps1 b/resharper-ultimate-all/tools/chocolateyinstall.ps1 index f13ecf1c..14e2e894 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.2.EAP8.Checked.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.2.3.exe' $installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename $silentArgs = "/Silent=True /SpecificProductNames=ReSharper;dotTrace;dotMemory;dotCover;dotPeek /VsVersion=*" diff --git a/resharper-ultimate-all/tools/chocolateyuninstall.ps1 b/resharper-ultimate-all/tools/chocolateyuninstall.ps1 index 3d6feea4..1bd7ca19 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.2.EAP8.Checked.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.2.3.exe' $installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename $silentArgs = '/Silent=True /SpecificProductNamesToRemove=ReSharper;dotTrace;dotMemory;dotCover;dotPeek /VsVersion=* /ReSharper9PlusMsi=True' diff --git a/teamCityAddin/teamCityAddin.json b/teamCityAddin/teamCityAddin.json index d347aaa7..a5d26a9d 100644 --- a/teamCityAddin/teamCityAddin.json +++ b/teamCityAddin/teamCityAddin.json @@ -1,4 +1,4 @@ { "Release-Eap": "2018.2-EAP5", - "Release": "2018.2.1" + "Release": "2018.2.3" } diff --git a/teamCityAddin/teamcityaddin.nuspec b/teamCityAddin/teamcityaddin.nuspec index 46b099cc..5f16a0c4 100644 --- a/teamCityAddin/teamcityaddin.nuspec +++ b/teamCityAddin/teamcityaddin.nuspec @@ -3,7 +3,7 @@ teamCityAddin - 2018.2.1 + 2018.2.3 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 9aae311e..e3bd9942 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.2.1.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.2.3.exe' $installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename $packageArgs = @{ diff --git a/teamCityAddin/tools/chocolateyuninstall.ps1 b/teamCityAddin/tools/chocolateyuninstall.ps1 index f7a510e3..86b2e185 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.2.1.exe' +$filename = 'JetBrains.ReSharperUltimate.2018.2.3.exe' $installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename Uninstall-ChocolateyPackage $packageName 'exe' '/Silent=True /SpecificProductNamesToRemove=teamCityAddin /VsVersion=*' $installPath diff --git a/ubiquiti-unifi-controller/tools/chocolateyinstall.ps1 b/ubiquiti-unifi-controller/tools/chocolateyinstall.ps1 index fa0280a0..559c5f20 100644 --- a/ubiquiti-unifi-controller/tools/chocolateyinstall.ps1 +++ b/ubiquiti-unifi-controller/tools/chocolateyinstall.ps1 @@ -2,8 +2,8 @@ $packageName= 'unifi-controller' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://www.ubnt.com/downloads/unifi/5.8.28/UniFi-installer.exe' -$checksum = '8fc67e6ab20adbfd6e84272c1186c9dcfe69acec643beb35f60724d9c408ee8c' +$url = 'https://www.ubnt.com/downloads/unifi/5.6.40/UniFi-installer.exe' +$checksum = '0b3d6c7e3b263f205d813bb1a0c76f8125994c59ae0f4ab1e0cabca814c70b8c' $packageArgs = @{ packageName = $packageName diff --git a/ubiquiti-unifi-controller/ubiquiti-unifi-controller.json b/ubiquiti-unifi-controller/ubiquiti-unifi-controller.json index 63078905..278bc6ff 100644 --- a/ubiquiti-unifi-controller/ubiquiti-unifi-controller.json +++ b/ubiquiti-unifi-controller/ubiquiti-unifi-controller.json @@ -1,7 +1,7 @@ { "5.4": "5.4.19", "5.5": "5.5.24", - "5.6": "5.6.39", + "5.6": "5.6.40", "5.7": "5.7.23", - "5.8": "5.8.28" + "5.8": "5.8.30" } diff --git a/ubiquiti-unifi-controller/ubiquiti-unifi-controller.nuspec b/ubiquiti-unifi-controller/ubiquiti-unifi-controller.nuspec index f66af397..c2ca3190 100644 --- a/ubiquiti-unifi-controller/ubiquiti-unifi-controller.nuspec +++ b/ubiquiti-unifi-controller/ubiquiti-unifi-controller.nuspec @@ -4,7 +4,7 @@ ubiquiti-unifi-controller - 5.8.28 + 5.6.40 https://github.com/flcdrg/au-packages/tree/master/ubiquiti-unifi-controller flcdrg @@ -28,7 +28,7 @@ UAP, UAP-AC, UAP-AC-EDU, UAP-AC-HD, UAP-AC-LITE, UAP-AC-LR, UAP-AC-M, UAP-AC-M-PRO, UAP-AC Outdoor, UAP-AC-PRO, UAP-IW, UAP-LR, UAP-Outdoor, UAP-Outdoor+, UAP-Outdoor5, UAP-PRO, US-16-150W, US‑16‑XG, US-24, US-24-250W, US-24-500W, US-48, US-48-500W, US-48-750W, US-8, US-8-150W, US-8-60W, USG, USG-PRO-4 Install script also configures appropriate Windows Firewall rules (for Windows 8/Server 2008 and above) - https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-SDN-Controller-5-8-28-Stable-has-been-released/ba-p/2449036 + https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-SDN-Controller-5-6-40-LTS-Stable-has-been-released/ba-p/2488202