Skip to content

Releases: Arcidev/Arci.Networking

Version 2.0.1

16 Oct 15:14
Compare
Choose a tag to compare

Version 2.0.0

04 Oct 17:18
89e9850
Compare
Choose a tag to compare

Version 1.6.0

07 Jun 18:41
Compare
Choose a tag to compare

Library is now creating .Net Standard 2.0 output instead of separated UAP/NetCore/.Net Framework.

Version 1.5.0

31 Mar 11:23
Compare
Choose a tag to compare

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

04 Aug 19:14
Compare
Choose a tag to compare

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

21 Apr 11:18
Compare
Choose a tag to compare

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

24 Feb 21:49
Compare
Choose a tag to compare

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

10 Feb 23:24
Compare
Choose a tag to compare

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

04 Feb 21:41
Compare
Choose a tag to compare

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

04 Feb 19:11
Compare
Choose a tag to compare

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