From d3b6af87c1c5fdf16942d1771bc93164bcbe71a1 Mon Sep 17 00:00:00 2001 From: AlexMcBride Date: Mon, 13 Oct 2014 17:17:00 +0100 Subject: [PATCH] Updated version number and version.txt. --- InSimDotNet/Properties/AssemblyInfo.cs | 4 ++-- version.txt | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/InSimDotNet/Properties/AssemblyInfo.cs b/InSimDotNet/Properties/AssemblyInfo.cs index 60881fb..d016696 100644 --- a/InSimDotNet/Properties/AssemblyInfo.cs +++ b/InSimDotNet/Properties/AssemblyInfo.cs @@ -35,6 +35,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.1.1.0")] -[assembly: AssemblyFileVersion("2.1.1.0")] +[assembly: AssemblyVersion("2.1.2.0")] +[assembly: AssemblyFileVersion("2.1.2.0")] [assembly: NeutralResourcesLanguageAttribute("en")] diff --git a/version.txt b/version.txt index ef92f06..bc9eea1 100644 --- a/version.txt +++ b/version.txt @@ -1,3 +1,9 @@ +- 2.1.2 (13th October 2014) + +* Made PacketFactory public. +* Added async methods to TcpSocket and UdpSocket. +* Tweaked way packet errors are handled. + - 2.1.1 (29th September 2014) * Added new IS_HCP packet and HandicapHelper class.