Skip to content

Commit

Permalink
Updated Nuget package specifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
yallie committed Jan 15, 2021
1 parent 3807dab commit 72b66d0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion nuget/Zyan.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Zyan</id>
<version>2.13</version>
<version>2.14</version>
<title>Zyan</title>
<authors>Rainbird,yallie</authors>
<owners>Hagen Siegel</owners>
Expand All @@ -14,6 +14,18 @@
<summary>Amazingly easy distributed application framework for .NET, Mono and Xamarin.Android</summary>
<releaseNotes>What's new:

v2.14: Bugfixes and stability improvements
— #85: Connection lock issue in duplex TCP channel
— #83: Race condition in ZyanDispatcher related to SessionManager
— #82: Unhandled exception in duplex TCP channel
— #81: Use SDK-style csproj for .NET 4.0 and above
— #80: Improved memory management for very large payloads
— #79: Unique name filtering for call interceptors
— #77: Event storage high watermark
— #76: ReconnectRemoteEvents behavior improvements
— #74: Single event handler invocation queue per session
— #73: Custom thread pool worker threads annotations

v2.13: Bugfixes and stability improvements
— #73: RemoveClientServerWires freeze
— #71: Problem with initialization of class TcpCustomServerProtocolSetup
Expand Down

0 comments on commit 72b66d0

Please sign in to comment.