Skip to content

Commit 5ba2470

Browse files
committed
update nuspec
1 parent 09d86cc commit 5ba2470

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

LiteNetLib.nuspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
<metadata>
44
<id>LiteNetLib</id>
55
<title>LiteNetLib</title>
6-
<version>0.7.7.1</version>
6+
<version>0.7.7.2</version>
77
<authors>Ruslan Pyrch</authors>
88
<owners>RevenantX</owners>
99
<licenseUrl>https://github.com/RevenantX/LiteNetLib/blob/master/LICENSE.txt</licenseUrl>
1010
<projectUrl>https://github.com/RevenantX/LiteNetLib</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>Lite reliable UDP library for .NET, Mono, and .NET Core.</description>
13-
<copyright>Copyright 2017 Ruslan Pyrch</copyright>
13+
<copyright>Copyright 2018 Ruslan Pyrch</copyright>
1414
<language>en</language>
15-
<releaseNotes>Fixed reliable channel, fixed socket errors</releaseNotes>
15+
<releaseNotes>Fixed .NET core Stop() block, set disconnected state on disconnected peer, add max string length to NetSerializer constructor</releaseNotes>
1616
<tags>udp reliable-udp network</tags>
1717
<dependencies>
1818
<group targetFramework="net35">

0 commit comments

Comments
 (0)