Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
Release notes
  • Loading branch information
Toemsel committed Aug 11, 2020
1 parent 6091e4b commit fe40ab3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 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.4.20</Version>
<Version>6.2.4.21</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 @@ -24,12 +24,11 @@ Fork me: https://github.com/Toemsel/Network</Description>
<RepositoryUrl>https://github.com/Toemsel/Network</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
<PackageTags>TCP, UDP, Bluetooth, Network, Events, Async, RSA</PackageTags>
<PackageReleaseNotes>ServerConnectionContainer Connection Count Bugfix
RawData PacketHandler Bugfix
State of the art thread cancellation</PackageReleaseNotes>
<PackageReleaseNotes>SecureClientConnectionContainer factory changes
Concurrent Send/Receive Bugfix</PackageReleaseNotes>
<NeutralLanguage>en-US</NeutralLanguage>
<AssemblyVersion>6.1.4.20</AssemblyVersion>
<FileVersion>6.1.4.20</FileVersion>
<AssemblyVersion>6.2.4.21</AssemblyVersion>
<FileVersion>6.2.4.21</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net46|AnyCPU'">
<DocumentationFile>.\.\Network.xml</DocumentationFile>
Expand Down

0 comments on commit fe40ab3

Please sign in to comment.