Terminals 2.0.0
This commit is contained in:
40
Terminals/Terminals.nuspec
Normal file
40
Terminals/Terminals.nuspec
Normal file
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0"?>
|
||||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<metadata>
|
||||
<id>Terminals.app</id>
|
||||
<title>Terminals</title>
|
||||
<version>2.0.0.030712</version>
|
||||
<authors>Rob Chartier</authors>
|
||||
<owners>Ethan Brown</owners>
|
||||
<summary>Terminals open source RDP, SSH and Telnet client</summary>
|
||||
<description>Terminals is a secure, multi tab terminal services/remote desktop client. It uses Terminal Services ActiveX Client (mstscax.dll).
|
||||
|
||||
The project started from the need of controlling multiple connections simultaneously. It is a complete replacement for the mstsc.exe (Terminal Services) client.
|
||||
</description>
|
||||
<projectUrl>http://terminals.codeplex.com/</projectUrl>
|
||||
<tags>rdp ssh remote desktop vnc citrix telnet</tags>
|
||||
<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>Changes since version 1.9a:
|
||||
|
||||
New art works
|
||||
New usability in Organize favorites window
|
||||
Improved usability of imports/exports and scans
|
||||
Large number of fixes
|
||||
Improvements in single instance mode
|
||||
Comparing November beta 4, this corrects:
|
||||
|
||||
New application icons
|
||||
Doesn't show Logon error codes
|
||||
Fixed command line arguments exception for single instance mode
|
||||
Fixed detaching of tabs
|
||||
improved usability in detached window
|
||||
Fixed option settings for Capture manager
|
||||
Fixed system tray notifyicon from disappearing
|
||||
</releaseNotes>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="tools\**" target="tools" />
|
||||
</files>
|
||||
</package>
|
11
Terminals/tools/chocolateyInstall.ps1
Normal file
11
Terminals/tools/chocolateyInstall.ps1
Normal file
@@ -0,0 +1,11 @@
|
||||
try {
|
||||
$package = 'Terminals'
|
||||
|
||||
$uri = 'http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=terminals&DownloadId=351257&FileTime=129755485683300000&Build=19471'
|
||||
Install-ChocolateyPackage 'SetupTerminals_v2.0' 'msi' '/quiet' $uri
|
||||
|
||||
Write-ChocolateySuccess $package
|
||||
} catch {
|
||||
Write-ChocolateyFailure $package "$($_.Exception.Message)"
|
||||
throw
|
||||
}
|
Reference in New Issue
Block a user