chore(Terminals): release 3.5.0.22546

This commit is contained in:
Iristyle
2014-09-15 14:36:22 -07:00
parent d0b3bcc0eb
commit b1b74b3d51
2 changed files with 7 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
<metadata>
<id>Terminals.app</id>
<title>Terminals</title>
<version>3.3.0.24477</version>
<version>3.5.0.22546</version>
<authors>Rob Chartier</authors>
<owners>Ethan Brown</owners>
<summary>Terminals open source RDP, SSH and Telnet client</summary>
@@ -16,8 +16,7 @@ The project started from the need of controlling multiple connections simultaneo
<licenseUrl>http://terminals.codeplex.com/license</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>http://download-codeplex.sec.s-msft.com/Download?ProjectName=terminals&amp;DownloadId=324544&amp;Build=19471</iconUrl>
<releaseNotes>http://terminals.codeplex.com/releases/view/110720
</releaseNotes>
<releaseNotes>http://terminals.codeplex.com/releases/view/121477</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />

View File

@@ -1,8 +1,11 @@
try {
$package = 'Terminals'
$id = '832391'
$time = '130430743277870000'
$build = '20928'
$uri = 'http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=terminals&DownloadId=720349&FileTime=130216499768500000&Build=20748'
Install-ChocolateyPackage 'TerminalsSetup_V3.3' 'msi' '/quiet' $uri
$uri = "http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=terminals&DownloadId=$id&FileTime=$time&Build=$build"
Install-ChocolateyPackage 'TerminalsSetup_V3.5' 'msi' '/quiet' $uri
Write-ChocolateySuccess $package
} catch {