Skip to content

Commit fe40ab3

Browse files
committed
New version
Release notes
1 parent 6091e4b commit fe40ab3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Network/Network.csproj

Lines changed: 5 additions & 6 deletions
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.4.20</Version>
9+
<Version>6.2.4.21</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,12 +24,11 @@ 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>ServerConnectionContainer Connection Count Bugfix
28-
RawData PacketHandler Bugfix
29-
State of the art thread cancellation</PackageReleaseNotes>
27+
<PackageReleaseNotes>SecureClientConnectionContainer factory changes
28+
Concurrent Send/Receive Bugfix</PackageReleaseNotes>
3029
<NeutralLanguage>en-US</NeutralLanguage>
31-
<AssemblyVersion>6.1.4.20</AssemblyVersion>
32-
<FileVersion>6.1.4.20</FileVersion>
30+
<AssemblyVersion>6.2.4.21</AssemblyVersion>
31+
<FileVersion>6.2.4.21</FileVersion>
3332
</PropertyGroup>
3433
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net46|AnyCPU'">
3534
<DocumentationFile>.\.\Network.xml</DocumentationFile>

0 commit comments

Comments
 (0)