6
6
<RestoreProjectStyle >PackageReference</RestoreProjectStyle >
7
7
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
8
8
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
9
- <Version >6.1.2.16 </Version >
9
+ <Version >6.1.3.17 </Version >
10
10
<Authors >Thomas Christof</Authors >
11
11
<Company >Indie-Dev</Company >
12
12
<Description >Network library supporting: TCP, UDP, Bluetooth, RSA, events and objects. Fast and simple, with only 48bit overhead per packet. Send and receive packets with async operations.
@@ -24,16 +24,12 @@ Fork me: https://github.com/Toemsel/Network</Description>
24
24
<RepositoryUrl >https://github.com/Toemsel/Network</RepositoryUrl >
25
25
<RepositoryType >GitHub</RepositoryType >
26
26
<PackageTags >TCP, UDP, Bluetooth, Network, Events, Async, RSA</PackageTags >
27
- <PackageReleaseNotes >ThrowExceptionOnUndeliverablePackets property within the ClientConnectionContainer added.
28
- ClientConnectionContainer refactorings. Sending packets with a broken connection isn't possible anymore.
29
- Bugfixes within the TcpConnection. (Reading bytes and resolving packet-types)
30
- Performance improvements within the packet response resolution.
31
- Some, as in previous versions obsolete marked, methods removed.
32
- PacketHandler switched to "internal" to avoid unintended modifications.
33
- CloseReason "Unknown" removed.</PackageReleaseNotes >
27
+ <PackageReleaseNotes >Server and Client may have their own RSA key size configuration.
28
+ Custom RSA key sizes won't lead to an exception anymore.
29
+ Bugfix for the "Connection.Close" implementation for .NET Core</PackageReleaseNotes >
34
30
<NeutralLanguage >en-US</NeutralLanguage >
35
- <AssemblyVersion >6.1.2.16 </AssemblyVersion >
36
- <FileVersion >6.1.2.16 </FileVersion >
31
+ <AssemblyVersion >6.1.3.17 </AssemblyVersion >
32
+ <FileVersion >6.1.3.17 </FileVersion >
37
33
</PropertyGroup >
38
34
<PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net46|AnyCPU'" >
39
35
<DocumentationFile >.\.\Network.xml</DocumentationFile >
0 commit comments