Skip to content

Commit

Permalink
AU: 1 updated - superputty.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Dec 5, 2018
1 parent b1335bf commit 36a7e9e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions automatic/superputty.portable/superputty.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>1.4.0.8</version>
<version>1.4.0.9</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -49,7 +49,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<projectSourceUrl>https://github.com/jimradford/superputty</projectSourceUrl>
<bugTrackerUrl>https://github.com/jimradford/superputty/issues</bugTrackerUrl>
<summary>Telnet/SSH/SCP/SFTP client with tabs using PuTTY</summary>
<description>SuperPutty is a Windows GUI Application that allows the PuTTY SSH Client to be opened in Tabs. Additionally there is support for SCP to transfer files.
<description><![CDATA[SuperPutty is a Windows GUI Application that allows the PuTTY SSH Client to be opened in Tabs. Additionally there is support for SCP to transfer files.
SuperPutty is written in C# and runs on any Windows platform supporting the .NET Framework 3.5 or newer.
Expand All @@ -63,9 +63,10 @@ SuperPutty is written in C# and runs on any Windows platform supporting the .NET
* Supports local shell via MinTTY or puttycyg
* Supports KiTTY
**Please Note**: This is an automatically updated package. If you find it is
**Please Note**: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.</description>
let them know the package is no longer updating correctly.
]]></description>
<!-- =============================== -->

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
Expand Down

0 comments on commit 36a7e9e

Please sign in to comment.