Skip to content

Commit d1c361a

Browse files
committed
Version increment
1 parent 1f18d0b commit d1c361a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Network/Network.csproj

+6-4
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.3.17</Version>
9+
<Version>6.1.3.18</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.
@@ -26,10 +26,12 @@ Fork me: https://github.com/Toemsel/Network</Description>
2626
<PackageTags>TCP, UDP, Bluetooth, Network, Events, Async, RSA</PackageTags>
2727
<PackageReleaseNotes>Server and Client may have their own RSA key size configuration.
2828
Custom RSA key sizes won't lead to an exception anymore.
29-
Bugfix for the "Connection.Close" implementation for .NET Core</PackageReleaseNotes>
29+
Bugfix for the "Connection.Close" implementation for .NET Core.
30+
Higher detail packet logging, including ipAddresses.
31+
UdpConnection: IPRemote and IPLocalEndpoint bugfix.</PackageReleaseNotes>
3032
<NeutralLanguage>en-US</NeutralLanguage>
31-
<AssemblyVersion>6.1.3.17</AssemblyVersion>
32-
<FileVersion>6.1.3.17</FileVersion>
33+
<AssemblyVersion>6.1.3.18</AssemblyVersion>
34+
<FileVersion>6.1.3.18</FileVersion>
3335
</PropertyGroup>
3436
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net46|AnyCPU'">
3537
<DocumentationFile>.\.\Network.xml</DocumentationFile>

0 commit comments

Comments
 (0)