Skip to content

Commit

Permalink
AU: 9 updated - dotMemory dotPeek dotTrace ReSharper resharper-clt re…
Browse files Browse the repository at this point in the history
…sharper-clt.portable resharper-ultimate-all sql-server-2017-cumulative-update teamCityAddin

[skip ci] https://gist.github.com/7d00c69c2cde8309a8594abaa897a9a6/cec01d2e447ecf15b92c29188ef1d1e8c40496dd
  • Loading branch information
flcdrg committed Dec 19, 2018
1 parent 47e843d commit 9154cfe
Show file tree
Hide file tree
Showing 31 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion ReSharper/ReSharper.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release": "2018.2.3",
"Release": "2018.3",
"Release-Eap": "2018.3-EAP8"
}
4 changes: 2 additions & 2 deletions ReSharper/ReSharper.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>ReSharper</id>
<owners>JetBrains, flcdrg</owners>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/resharper</packageSourceUrl>
<version>2018.3-EAP8</version>
<version>2018.3</version>
<title>JetBrains ReSharper</title>
<authors>JetBrains</authors>
<projectUrl>https://www.jetbrains.com/resharper</projectUrl>
Expand Down Expand Up @@ -45,7 +45,7 @@ Code style and formatting functionality with fine-grained, language-specific set
</description>
<releaseNotes>https://www.jetbrains.com/resharper/whatsnew/</releaseNotes>
<dependencies>
<dependency id="resharper-platform" version="[183.0.20181206.85801-eap08]" />
<dependency id="resharper-platform" version="[183.0.20181217.72325]" />
<dependency id="dotnet4.6.1" version="4.6.01055.20170308" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion ReSharper/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.ReSharperUltimate.2018.3.EAP8.Checked.exe'
$filename = 'JetBrains.ReSharperUltimate.2018.3.exe'

$platformPackageName = 'resharper-platform'

Expand Down
2 changes: 1 addition & 1 deletion ReSharper/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.ReSharperUltimate.2018.3.EAP8.Checked.exe'
$filename = 'JetBrains.ReSharperUltimate.2018.3.exe'

$platformPackageName = 'resharper-platform'

Expand Down
2 changes: 1 addition & 1 deletion dotMemory/dotMemory.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release": "2018.2.3",
"Release": "2018.3",
"Release-Eap": "2018.3-EAP9"
}
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>2018.3-EAP9</version>
<version>2018.3</version>
<title>JetBrains dotMemory</title>
<authors>JetBrains</authors>
<projectUrl>https://www.jetbrains.com/dotmemory</projectUrl>
Expand Down Expand Up @@ -43,7 +43,7 @@ Analyse memory traffic in a particular timeframe to know the cause of excessive

<releaseNotes>https://www.jetbrains.com/dotmemory/whatsnew/</releaseNotes>
<dependencies>
<dependency id="resharper-platform" version="[183.0.20181211.222231-eap09]" />
<dependency id="resharper-platform" version="[183.0.20181217.72325]" />
<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.ReSharperUltimate.2018.3.EAP9.Checked.exe'
$filename = 'JetBrains.ReSharperUltimate.2018.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.ReSharperUltimate.2018.3.EAP9.Checked.exe'
$filename = 'JetBrains.ReSharperUltimate.2018.3.exe'

$platformPackageName = 'resharper-platform'

Expand Down
2 changes: 1 addition & 1 deletion dotPeek/dotPeek.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release": "2018.2.3",
"Release": "2018.3",
"Release-Eap": "2018.3-EAP9"
}
4 changes: 2 additions & 2 deletions dotPeek/dotPeek.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>dotPeek</id>
<owners>JetBrains, flcdrg</owners>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/dotPeek</packageSourceUrl>
<version>2018.3-EAP9</version>
<version>2018.3</version>
<title>JetBrains dotPeek</title>
<authors>JetBrains</authors>
<projectUrl>https://www.jetbrains.com/decompiler</projectUrl>
Expand Down Expand Up @@ -54,7 +54,7 @@ dotPeek indexes all assemblies in your assembly list, as well as all assemblies
</description>
<releaseNotes>https://www.jetbrains.com/decompiler/whatsnew/</releaseNotes>
<dependencies>
<dependency id="resharper-platform" version="[183.0.20181211.222231-eap09]" />
<dependency id="resharper-platform" version="[183.0.20181217.72325]" />
<dependency id="dotnet4.6.1" version="4.6.01055.20170308" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion dotPeek/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.ReSharperUltimate.2018.3.EAP9.Checked.exe'
$filename = 'JetBrains.ReSharperUltimate.2018.3.exe'

$platformPackageName = 'resharper-platform'

Expand Down
2 changes: 1 addition & 1 deletion dotPeek/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.ReSharperUltimate.2018.3.EAP9.Checked.exe'
$filename = 'JetBrains.ReSharperUltimate.2018.3.exe'

$platformPackageName = 'resharper-platform'

Expand Down
2 changes: 1 addition & 1 deletion dotTrace/dotTrace.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release": "2018.2.3",
"Release": "2018.3",
"Release-Eap": "2018.2-EAP7"
}
4 changes: 2 additions & 2 deletions dotTrace/dotTrace.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>dotTrace</id>
<owners>JetBrains, flcdrg</owners>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/dotTrace</packageSourceUrl>
<version>2018.2.3</version>
<version>2018.3</version>
<title>JetBrains dotTrace</title>
<authors>JetBrains</authors>
<projectUrl>https://www.jetbrains.com/profiler</projectUrl>
Expand Down Expand Up @@ -45,7 +45,7 @@ You can even navigate to a method declaration from a hot spot in the call tree!

<releaseNotes>https://www.jetbrains.com/profiler/whatsnew/</releaseNotes>
<dependencies>
<dependency id="resharper-platform" version="[182.0.20180912.70144]" />
<dependency id="resharper-platform" version="[183.0.20181217.72325]" />
<dependency id="dotnet4.6.1" version="4.6.01055.20170308" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion dotTrace/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.ReSharperUltimate.2018.2.3.exe'
$filename = 'JetBrains.ReSharperUltimate.2018.3.exe'

$platformPackageName = 'resharper-platform'

Expand Down
2 changes: 1 addition & 1 deletion dotTrace/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.ReSharperUltimate.2018.2.3.exe'
$filename = 'JetBrains.ReSharperUltimate.2018.3.exe'

$platformPackageName = 'resharper-platform'

Expand Down
2 changes: 1 addition & 1 deletion resharper-clt.portable/resharper-clt.portable.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release": "2018.2.3",
"Release": "2018.3",
"Release-Eap": "2018.3-EAP8"
}
2 changes: 1 addition & 1 deletion resharper-clt.portable/resharper-clt.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>resharper-clt.portable</id>
<owners>JetBrains, flcdrg</owners>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/resharper-clt.portable</packageSourceUrl>
<version>2018.3-EAP8</version>
<version>2018.3</version>
<title>JetBrains ReSharper Command Line Tools (Portable)</title>
<authors>JetBrains</authors>
<projectUrl>https://www.jetbrains.com/resharper/features/command-line.html</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions resharper-clt.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'; # stop on all errors

$url = 'https://download.jetbrains.com/resharper/ReSharperUltimate.2018.3.EAP8/JetBrains.ReSharper.CommandLineTools.2018.3.EAP8.Checked.zip'
$checksum = '7352f8b4d0dcb07e770115a1e85911ceb3cf252a10ee8181df7995ecbdbe5a00'
$url = 'https://download.jetbrains.com/resharper/ReSharperUltimate.2018.3/JetBrains.ReSharper.CommandLineTools.2018.3.zip'
$checksum = '07e0ff746d715681984ed84b529c7a3128b47f50addc6239d20948ee742e8da3'

$installPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)

Expand Down
2 changes: 1 addition & 1 deletion resharper-clt/resharper-clt.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release": "2018.2.3",
"Release": "2018.3",
"Release-Eap": "2018.3-EAP8"
}
4 changes: 2 additions & 2 deletions resharper-clt/resharper-clt.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>resharper-clt</id>
<owners>JetBrains, flcdrg</owners>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/resharper-clt</packageSourceUrl>
<version>2018.3-EAP8</version>
<version>2018.3</version>
<title>JetBrains ReSharper Command Line Tools</title>
<authors>JetBrains</authors>
<projectUrl>https://www.jetbrains.com/resharper/features/command-line.html</projectUrl>
Expand All @@ -25,7 +25,7 @@ ReSharper Command Line Tools are free and don't require a license key.
</description>
<releaseNotes>https://www.jetbrains.com/resharper/whatsnew/</releaseNotes>
<dependencies>
<dependency id="resharper-clt.portable" version="[2018.3-EAP8]" />
<dependency id="resharper-clt.portable" version="[2018.3]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion resharper-ultimate-all/resharper-ultimate-all.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release": "2018.2.3",
"Release": "2018.3",
"Release-Eap": "2018.3-EAP8"
}
4 changes: 2 additions & 2 deletions resharper-ultimate-all/resharper-ultimate-all.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>resharper-ultimate-all</id>
<version>2018.3-EAP8</version>
<version>2018.3</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/resharper-ultimate-all</packageSourceUrl>
<owners>flcdrg</owners>
<title>ReSharper Ultimate All</title>
Expand Down Expand Up @@ -50,7 +50,7 @@ For example: `--params "'/PerMachine'"`.

ReSharper release notes: https://www.jetbrains.com/resharper/whatsnew</releaseNotes>
<dependencies>
<dependency id="resharper-platform" version="[183.0.20181206.85801-eap08]" />
<dependency id="resharper-platform" version="[183.0.20181217.72325]" />
<dependency id="chocolatey-core.extension" version="1.3.1" />
<dependency id="dotnet4.6.1" version="4.6.01055.20170308" />
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion resharper-ultimate-all/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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.EAP8.Checked.exe'
$filename = 'JetBrains.ReSharperUltimate.2018.3.exe'
$installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename
$packageParameters = Get-PackageParameters

Expand Down
2 changes: 1 addition & 1 deletion resharper-ultimate-all/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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.EAP8.Checked.exe'
$filename = 'JetBrains.ReSharperUltimate.2018.3.exe'
$installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename

$silentArgs = '/Silent=True /SpecificProductNamesToRemove=* /VsVersion=* /ReSharper9PlusMsi=True'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sql-server-2017-cumulative-update</id>
<version>14.0.3045.24</version>
<version>14.0.3048.4</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sql-server-2017-cumulative-update</packageSourceUrl>
<owners>flcdrg</owners>
<title>Microsoft SQL Server 2017 Cumulative Update 12</title>
<title>Microsoft SQL Server 2017 Cumulative Update 13</title>
<authors>Microsoft Corporation</authors>
<projectUrl>https://www.microsoft.com/en-us/download/details.aspx?id=56128</projectUrl>
<iconUrl>https://cdn.rawgit.com/ferventcoder/chocolatey-packages/59ad5e2e32c52fd2a45a9735f95a81368f9e5e85/icons/microsoft-sql-server.svg</iconUrl>
Expand All @@ -32,7 +32,7 @@ Uninstalling with Chocolatey is known to not be reliable, as the uninstaller wan

Should you need to uninstall this cumulative update, you may need to revert to manual uninstallation via Programs and Features, Installed Updates.
</description>
<releaseNotes>http://support.microsoft.com/help/4464082</releaseNotes>
<releaseNotes>http://support.microsoft.com/help/4466404</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
6 changes: 3 additions & 3 deletions sql-server-2017-cumulative-update/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://download.microsoft.com/download/C/4/F/C4F908C9-98ED-4E5F-88D5-7D6A5004AEBD/SQLServer2017-KB4464082-x64.exe'
$checksum = '0a435b81d0c41041c2cd1bfa0b2ab4754b1b4609d6ea5bc672991f761b509b2f'
$softwareName = 'Hotfix 3045 for SQL Server 2017*(KB4464082)*'
$url = 'https://download.microsoft.com/download/C/4/F/C4F908C9-98ED-4E5F-88D5-7D6A5004AEBD/SQLServer2017-KB4466404-x64.exe'
$checksum = '7ba817cf8c5dce3f267f6e720a2d3a19c34280464eb126af638c8cb833af0406'
$softwareName = 'Hotfix 3048 for SQL Server 2017*(KB4466404)*'

$filename = [IO.Path]::GetFileName($url)

Expand Down
2 changes: 1 addition & 1 deletion teamCityAddin/teamCityAddin.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Release-Eap": "2018.3-EAP8",
"Release": "2018.2.3"
"Release": "2018.3"
}
4 changes: 2 additions & 2 deletions teamCityAddin/teamcityaddin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>teamCityAddin</id>
<version>2018.3-EAP8</version>
<version>2018.3</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/teamCityAddin</packageSourceUrl>
<owners>JetBrains, flcdrg</owners>
<title>JetBrains TeamCity Add-in</title>
Expand All @@ -27,7 +27,7 @@ The TeamCity Add-in is a free Visual Studio extension that seamlessly integrates
</description>
<releaseNotes>https://www.jetbrains.com/teamcity/whatsnew/</releaseNotes>
<dependencies>
<dependency id="resharper-platform" version="[183.0.20181206.85801-eap08]" />
<dependency id="resharper-platform" version="[183.0.20181217.72325]" />
<dependency id="dotnet4.6.1" version="4.6.01055.20170308" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion teamCityAddin/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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.EAP8.Checked.exe'
$filename = 'JetBrains.ReSharperUltimate.2018.3.exe'

$installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename
$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion teamCityAddin/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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.EAP8.Checked.exe'
$filename = 'JetBrains.ReSharperUltimate.2018.3.exe'

$installPath = Join-Path (Join-Path $commonPath $platformPackageName) $filename
Uninstall-ChocolateyPackage $packageName 'exe' '/Silent=True /SpecificProductNamesToRemove=teamCityAddin /VsVersion=*' $installPath

0 comments on commit 9154cfe

Please sign in to comment.