Releases: Arcidev/Arci.Networking
Version 2.0.1
Minor improvements
Full list of changes at https://github.com/Arcidev/Arci.Networking/wiki/Changes-from-2.0.0-to-2.0.1
Version 2.0.0
Full list of changes at https://github.com/Arcidev/Arci.Networking/wiki/Changes-from-1.6.0-to-2.0
Version 1.6.0
Library is now creating .Net Standard 2.0 output instead of separated UAP/NetCore/.Net Framework.
Version 1.5.0
Added method to clear unflushed bits.
Removed obsolete methods.
Reworked code style.
Full list of changes at https://github.com/Arcidev/Arci.Networking/wiki/Changes-from-1.4.4-to-1.5.0
Version 1.4.4
Packets can now be sent asynchronously.
Fixed minor issues within test methods.
Full list of changes at https://github.com/Arcidev/Arci.Networking/wiki/Changes-from-1.4.3-to-1.4.4
Version 1.4.3
Added builder for Packet class.
Added possibility to set encoding of strings.
Added possibility to write values in exact amount of bits.
Changed license to MIT.
Full list of changes at https://github.com/Arcidev/Arci.Networking/wiki/Changes-from-1.4.2-to-1.4.3
Version 1.4.2
Added async receive data functions to Client class
Full list of changes at https://github.com/Arcidev/Arci.Networking/wiki/Changes-from-1.4.0-to-1.4.2
Version 1.4.0
Guid class renamed to PacketGuid
Aes now supports 128bit, 192bit and 256bit encryption
Full list of changes at https://github.com/Arcidev/Arci.Networking/wiki/Changes-from-1.3.3-to-1.4.0
Version 1.3.3
Documentation is now included for UAP and NetCore version
Full list of changes at https://github.com/Arcidev/Arci.Networking/wiki/Changes-from-1.2.3-to-1.3.3
Version 1.3.2
Aes - added possibility to set padding mode
Rsa - added possibility to use OAEP instead of PKCS#1 v1.5 padding
Added uap 10.0 support
Added netstandard 1.6 support
Added netcoreapp 1.0 support