chore(Terminals): release 3.5.0.22546
This commit is contained in:
@@ -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&DownloadId=324544&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" />
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user