Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.48 KB

File metadata and controls

41 lines (24 loc) · 1.48 KB

Version 1.0.2.5 - 24th September 2022

  • Updated Nuget packages for source analyzers and test project.

Version 1.0.2.4 - 21st April 2022

  • Updated Nuget packages for test project.
  • Added source analyzers.
  • Changed project from using to using for compatibility with new internal packaging script.

Version 1.0.2.3 - 16th March 2022

  • Tidied up initialization code.

Version 1.0.2.2 - 2nd March 2022

  • Updated Nuget packages for test project.
  • Updated the year on the copyright messages.
  • Added source analyzers and tidied up source code (including refactoring namespace statements to use the new style).

Version 1.0.2.1 - 8th December 2021

  • Tidied up default serializer type handling.

Version 1.0.2.0 - 8th December 2021

  • Removed dependency on Newtonsoft Json.Net in DefaultSerializer and replaced it with System.Text.Json.

Version 1.0.1.1 - 3rd December 2021

  • Tidied up the broken pipe exception trapping code.
  • Updated Test Adapter and Test Framework Nuget packages.
  • Simplified the ReceivedEventArgs class. Replaced the GetValue method with a property Value and removed the GetValue<T>. Use as T or similar to cast Value to the required type.

Version 1.0.1.0 - 1st November 2021

  • Upgraded to .Net 6 and fixed timing issue which caused the TestSendExternalClientBrokenPipeAsync test to fail under some circumstances.

Version 1.0.0.0 - 1st November 2021

  • Initial release.