Version 1.0.12.3 30.01.2012 - fixed Queue is empty exception Version 1.0.12.2 26.12.2011 - fixed mistake of property name SheduleDeliveryTime - added method DeliverAsync Version 1.0.12.1 15.12.2011 - added method Client.GetEncoding - improved Delivery Receipt parsing - fixed clone method in DeliverSm Version 1.0.12.0 14.12.2011 - BindResp SystemId can be modified with method ChangeSystemId - fixed empty MessageId in QuerySmResp created by QuerySm - in DeliverSm class added properties ProtocolId, PriorityFlag, RegisteredDelivery - added ability to clone DeliverSm object Version 1.0.11.4 06.12.2011 - added setters for some properties in QuerySmResp Version 1.0.11.3 24.10.2011 - fixed missing question mark in GSMEncoding Version 1.0.11.2 18.08.2011 - fixed delivery reciept to string Version 1.0.11.1 15.08.2011 - some improvements in delivery reciept and TLV collection for supporting HLR requests Version 1.0.11.0 27.07.2011 - changed indexed properties in TLVCollection class. Version 1.0.10.2 28.06.2011 - fixed sending EnquireLink from SmppServer Version 1.0.10.1 24.05.2011 - fixed Mono related issues Version 1.0.10.0 16.05.2011 - improved Delivery Receipt parsing - improved received data parsing Version 1.0.9.1 22.04.2011 - improved error handling Version 1.0.9.0 11.04.2011 - added Outbind support - updated DataSm, some properies have setters - fixed GSM Packed encoding - fixed bugs in VB.NET version of Demo applications Version 1.0.8.0 14.03.2011 - added GSM Packed encoding - fixed DeiliverSm Receipt parsing Version 1.0.7.5 08.02.2011 - improved connection methods, Dns.GetHostEntry not used when IP address is specified Version 1.0.7.3 07.02.2011 - fixed bug with connection after disconnect Version 1.0.7.1 03.02.2011 - fixed BeginWrite problem in SSL connection - added property RaiseEventsInMainThread for enable/disable running events in Main UI Thread - added event evServerStarted - fixed bug with Open client status after BindAsync Version 1.0.6 24.01.2011 - added workaround for parsing date with 4 digits year in delivery receipt Version 1.0.5 17.01.2011 - added asynchronous binding Version 1.0.4 19.12.2010 - added EsmClass property for DeliverSm, DataSmclasses classes. Now you can set directly required value. - DeliverSm.Receipt property can be used in SMPP server to send delivery receipt - fixed bug with parsing delivery receipt Version 1.0.3.1 23.11.2010 - fixed bug in EnquireLink Version 1.0.3 30.10.2010 - added deliverSm.Receipt property which represents parsed delivery receipt text. - added new submit mode ShortMessageWithSAR which allows to send user data in the short_message field and concatenation options in TLV paramaters - added more OptionalTags Version 1.0.2 26.10.2010 - fixed bug with sar_segment_seqnum Version 1.0.1 19.09.2010 - Raising SmppException when client is trying to send message to disconnected remote side. Version 1.0.0 30.07.2010 - First version of completele rewritten SMPP library based on ALT.SMS.SmppClient.