Skip to content

Commit

Permalink
Updated version number and version.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmcbride committed Oct 13, 2014
1 parent f7c7469 commit d3b6af8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions InSimDotNet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
6 changes: 6 additions & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit d3b6af8

Please sign in to comment.