Skip to content

Commit

Permalink
AU: 2 updated - sqltoolbelt typescript-vs2015
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Feb 1, 2018
1 parent 330ec8f commit abd4c03
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion sqltoolbelt/sqltoolbelt.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>sqltoolbelt</id>
<version>2.0.1.2344</version>
<version>2.0.1.2370</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sqltoolbelt</packageSourceUrl>
<owners>kscelfo, flcdrg</owners>
<title>SQL Toolbelt</title>
Expand Down
6 changes: 3 additions & 3 deletions sqltoolbelt/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$primaryDownloadUrl = "https://download.red-gate.com/SQLToolbelt.exe"
$secondaryDownloadUrl = 'ftp://support.red-gate.com/patches/SQLToolbelt/18Jan2018/SQLToolbelt.exe'
$packageVersionLastModified = New-Object -TypeName DateTimeOffset 2018, 1, 18, 17, 9, 11, 0 # Last modified time corresponding to this package version
$checksum = '74DECC3DB29BB664C7BD1333F64B43DDD0C5D184DB8C6ABF201D05786111A740'
$secondaryDownloadUrl = 'ftp://support.red-gate.com/patches/SQLToolbelt/31Jan2018/SQLToolbelt.exe'
$packageVersionLastModified = New-Object -TypeName DateTimeOffset 2018, 1, 31, 17, 15, 7, 0 # Last modified time corresponding to this package version
$checksum = 'A60FDFD5146A7A5DBC832CB23ED67513D968AFECD6DC73EEC727466C5B4B9EB0'

$pp = Get-PackageParameters

Expand Down
6 changes: 3 additions & 3 deletions typescript-vs2015/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

$packageName= 'typescript-vs2015'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://download.microsoft.com/download/6/D/8/6D8381B0-03C1-4BD2-AE65-30FF0A4C62DA/2.7.0-TS-release-dev14update3-20180110.2/TypeScript_Dev14Full.exe'
$checksum = 'c66d34ca145f490f3fa6e93846c14e54c04f181ad636e53c81fff921b58e8c4a'
$installVersion = '2.7.0.0 RC'
$url = 'https://download.microsoft.com/download/6/D/8/6D8381B0-03C1-4BD2-AE65-30FF0A4C62DA/2.7.1-TS-release-dev14update3-20180130.1/TypeScript_Dev14Full.exe'
$checksum = '3718529c62a470cd9116eb5f2623b0add150c9fd4d3687356a7c7f75883484b9'
$installVersion = '2.7.1.0'
$softwareName = "TypeScript Tools for Microsoft Visual Studio 2015 $installVersion"

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion typescript-vs2015/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';

$packageName = 'typescript-vs2015'
$installVersion = '2.7.0.0 RC'
$installVersion = '2.7.1.0'
$softwareName = "TypeScript Tools for Microsoft Visual Studio 2015 $installVersion"

$installerType = 'EXE'
Expand Down
4 changes: 2 additions & 2 deletions typescript-vs2015/typescript-vs2015.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>typescript-vs2015</id>
<title>TypeScript for Visual Studio 2015</title>
<version>2.7.0.0-RC</version>
<version>2.7.1.0</version>
<authors>Microsoft</authors>
<owners>flcdrg</owners>
<summary>TypeScript is a language for application-scale JavaScript development. It is included in Visual Studio 2015. </summary>
Expand All @@ -27,7 +27,7 @@ This is a standalone, power tool release of TypeScript for Visual Studio 2015. I
<licenseUrl>https://raw.githubusercontent.com/Microsoft/TypeScript/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>http://cdn.rawgit.com/ferventcoder/chocolatey-packages/bd3902ea9e357d5d1b3ece2977f02e5ef60ca84a/icons/typescript.png</iconUrl>
<releaseNotes>https://github.com/Microsoft/TypeScript/releases/tag/v2.7-rc</releaseNotes>
<releaseNotes>https://github.com/Microsoft/TypeScript/releases/tag/v2.7.1</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down

0 comments on commit abd4c03

Please sign in to comment.