Skip to content

Commit 321b96a

Browse files
committed
version increment
1 parent d60f2ec commit 321b96a

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

Network/Network.csproj

+10-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
9-
<Version>6.1.1.13</Version>
9+
<Version>6.1.2.14</Version>
1010
<Authors>Thomas Christof</Authors>
1111
<Company>Indie-Dev</Company>
1212
<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,13 +24,16 @@ Fork me: https://github.com/Toemsel/Network</Description>
2424
<RepositoryUrl>https://github.com/Toemsel/Network</RepositoryUrl>
2525
<RepositoryType>GitHub</RepositoryType>
2626
<PackageTags>TCP, UDP, Bluetooth, Network, Events, Async, RSA</PackageTags>
27-
<PackageReleaseNotes>RSA is capable of sending/receiving larger packets. ( &gt; 128 bytes)
28-
Sending Enums Bugfix
29-
ServerConnectionContainer CloseTcpConnection Bugfix
30-
Comments and refactorings</PackageReleaseNotes>
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>
3134
<NeutralLanguage>en-US</NeutralLanguage>
32-
<AssemblyVersion>6.1.1.13</AssemblyVersion>
33-
<FileVersion>6.1.1.13</FileVersion>
35+
<AssemblyVersion>6.1.2.14</AssemblyVersion>
36+
<FileVersion>6.1.2.14</FileVersion>
3437
</PropertyGroup>
3538
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net46|AnyCPU'">
3639
<DocumentationFile>.\.\Network.xml</DocumentationFile>

0 commit comments

Comments
 (0)