Skip to content

Commit 72b66d0

Browse files
committed
Updated Nuget package specifications.
1 parent 3807dab commit 72b66d0

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

nuget/Zyan.nuspec

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>Zyan</id>
5-
<version>2.13</version>
5+
<version>2.14</version>
66
<title>Zyan</title>
77
<authors>Rainbird,yallie</authors>
88
<owners>Hagen Siegel</owners>
@@ -14,6 +14,18 @@
1414
<summary>Amazingly easy distributed application framework for .NET, Mono and Xamarin.Android</summary>
1515
<releaseNotes>What's new:
1616

17+
v2.14: Bugfixes and stability improvements
18+
— #85: Connection lock issue in duplex TCP channel
19+
— #83: Race condition in ZyanDispatcher related to SessionManager
20+
— #82: Unhandled exception in duplex TCP channel
21+
— #81: Use SDK-style csproj for .NET 4.0 and above
22+
— #80: Improved memory management for very large payloads
23+
— #79: Unique name filtering for call interceptors
24+
— #77: Event storage high watermark
25+
— #76: ReconnectRemoteEvents behavior improvements
26+
— #74: Single event handler invocation queue per session
27+
— #73: Custom thread pool worker threads annotations
28+
1729
v2.13: Bugfixes and stability improvements
1830
— #73: RemoveClientServerWires freeze
1931
— #71: Problem with initialization of class TcpCustomServerProtocolSetup

0 commit comments

Comments
 (0)