Skip to content

Commit

Permalink
Version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
Toemsel committed Oct 20, 2019
1 parent 1f18d0b commit d1c361a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Network/Network.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>6.1.3.17</Version>
<Version>6.1.3.18</Version>
<Authors>Thomas Christof</Authors>
<Company>Indie-Dev</Company>
<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.
Expand All @@ -26,10 +26,12 @@ Fork me: https://github.com/Toemsel/Network</Description>
<PackageTags>TCP, UDP, Bluetooth, Network, Events, Async, RSA</PackageTags>
<PackageReleaseNotes>Server and Client may have their own RSA key size configuration.
Custom RSA key sizes won't lead to an exception anymore.
Bugfix for the "Connection.Close" implementation for .NET Core</PackageReleaseNotes>
Bugfix for the "Connection.Close" implementation for .NET Core.
Higher detail packet logging, including ipAddresses.
UdpConnection: IPRemote and IPLocalEndpoint bugfix.</PackageReleaseNotes>
<NeutralLanguage>en-US</NeutralLanguage>
<AssemblyVersion>6.1.3.17</AssemblyVersion>
<FileVersion>6.1.3.17</FileVersion>
<AssemblyVersion>6.1.3.18</AssemblyVersion>
<FileVersion>6.1.3.18</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net46|AnyCPU'">
<DocumentationFile>.\.\Network.xml</DocumentationFile>
Expand Down

0 comments on commit d1c361a

Please sign in to comment.