PowerTCP Telnet for .NET のリリース

Released: Feb 27, 2023

V6.1.0.7 での更新項目

機能

  • Support for Microsoft .NET Framework 3.5 has been dropped and a minimum of .NET Framework 4.5 is now required.
  • Improved Microsoft Visual Studio Integration.

Released: Dec 21, 2022

PowerTCP Telnet for .NET での更新項目

機能

  • Added support for Microsoft .NET 7.

Released: May 13, 2022

PowerTCP Telnet for .NET での更新項目

機能

  • Added support for Microsoft Visual Studio 2022.

Released: Dec 16, 2020

V4.4.11.2 での更新項目

不具合の修正

  • Fixed a minor compatibility issue so that Dart.Telnet.Standard.dll can be used with .NET 5.0.

Released: Jul 19, 2018

V4.4.8.0 での更新項目

機能

  • Added support for .NET Standard 2.0 and .NET Core 2.0.
  • New .NET Core 2.0 sample projects, referencing the Dart.Telnet.Standard.dll.
  • Updated trial license operation for use on .NET Standard-compatible platforms.

Released: Mar 8, 2017

V4.4.7.0 での更新項目

機能

  • Adds support for Visual Studio 2017.

Released: Dec 19, 2016

V4.4.6.0 での更新項目

不具合の修正

  • Login prompt exception messages have been improved and will now report which prompts could not be found.

Released: Nov 26, 2012

Updates in this release

Updates in V4.4.5.1

  • Uses simple partial name serialization to improve cross-version compatibility.
  • Fixed issues in the sample Telnet model code that caused an exception to be incorrectly thrown during the login process.
  • Fixed an issue where the control might hang if the remote server closes the connection during a read with the Telnet control.
  • Fixed an issue where calling the Close method on the Telnet control in the StateChanged event may cause the Telnet control to hang.

Released: Oct 30, 2012

Updates in this release

Updates in V4.4.4

  • Updated for Visual Studio 2012 integration and Windows 8 compatibility.
  • Addressed a globalization issue that prevented correct operation for systems using Azeri (az), Azeri-Latin (az-Latn), Azeri-Latin-Azerbaijan (az-Latn-AZ), Turkish (tr) and Turkish-Turkey (tr-TR) (TFS31) language cultures.

Released: Mar 29, 2011

Updates in this release

Updates in V4.4

  • Some custom Start delegates have been replaced with the .NET Framework standard WaitCallback delegate. This generally means that callback functions no longer include the calling component as a parameter (this is true even for custom delegates that were not replaced).
  • The Connect method was updated to take the new TcpSession object as a parameter. TcpSession is a serializable object that facilitates the saving of session settings.
  • The AuthenticateAsClient and AuthenticateAsServer...