Skip to content

Commit

Permalink
AU: 2 updated - microsoft-teams typescript-vs2015
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Mar 16, 2018
1 parent cbd0668 commit c6eedc9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion microsoft-teams/microsoft-teams.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>microsoft-teams</id>
<version>1.1.00.5855</version>
<version>1.1.00.5963</version>
<owners>flcdrg</owners>
<title>Microsoft Teams Desktop App</title>
<authors>Microsoft Corporation</authors>
Expand Down
8 changes: 4 additions & 4 deletions microsoft-teams/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

$packageName= 'microsoft-teams'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://statics.teams.microsoft.com/production-windows/1.1.00.5855/Teams_windows.exe'
$url64 = 'https://statics.teams.microsoft.com/production-windows-x64/1.1.00.5855/Teams_windows_x64.exe'
$checksum32 = '34f02df763fae231cce3a9256aba5a1eb652cbf15e83452cc5be697de0933513'
$checksum64 = '5ee30fbb006ea9eec10423d3d22b623b02db34caecbf97aefacd8f8cb1f3a89f'
$url32 = 'https://statics.teams.microsoft.com/production-windows/1.1.00.5963/Teams_windows.exe'
$url64 = 'https://statics.teams.microsoft.com/production-windows-x64/1.1.00.5963/Teams_windows_x64.exe'
$checksum32 = '7eb40211516f7d7e2f4914df818fd4aaf3de28a04a66b811561a7b092051b6a7'
$checksum64 = '9fbaa18e39b5437be49b02e96f12269f82417a2b31b297e821c132cccb5c261b'

$packageArgs = @{
packageName = $packageName
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.2-TS-release-dev14update3-20180212.1/TypeScript_Dev14Full.exe'
$checksum = '8ffe8c84cc4b4ae3bf98cd71b66c59586b56b7cfd8acfa3cd519e275cbaf5241'
$installVersion = '2.7.2.0'
$url = 'https://download.microsoft.com/download/6/D/8/6D8381B0-03C1-4BD2-AE65-30FF0A4C62DA/2.8.0-TS-release-dev14update3-20180313.3/TypeScript_Dev14Full.exe'
$checksum = '017b92a7aa5dc6de562f089b2b8cb8ad6241b115344f0cc726b4c2b418d878fb'
$installVersion = '2.8.0.0 RC'
$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.2.0'
$installVersion = '2.8.0.0 RC'
$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.2.0</version>
<version>2.8.0.0-RC</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.2</releaseNotes>
<releaseNotes>https://github.com/Microsoft/TypeScript/releases/tag/v2.8-rc</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down

0 comments on commit c6eedc9

Please sign in to comment.