Skip to content

Commit

Permalink
Bump version number to 2.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
yallie committed Jun 15, 2021
1 parent 48ff8b0 commit 509df9e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
15 changes: 11 additions & 4 deletions 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.14</version>
<version>2.15</version>
<title>Zyan</title>
<authors>Rainbird,yallie</authors>
<owners>Hagen Siegel</owners>
Expand All @@ -14,6 +14,13 @@
<summary>Amazingly easy distributed application framework for .NET, Mono and Xamarin.Android</summary>
<releaseNotes>What's new:

v2.15: Bugfixes and stability improvements
— #86: ZyanConnection: remoting channel registration race
— #87: TcpEx: another locking issue
— #89: InterLINQ query execution
— #90: User determination in BasicWindowsAuthProvider
— #93: Error returning List&lt;T&gt; or T[]

v2.14: Bugfixes and stability improvements
— #85: Connection lock issue in duplex TCP channel
— #83: Race condition in ZyanDispatcher related to SessionManager
Expand All @@ -38,11 +45,11 @@
— #53: Updated SRP package integration to version 1.0.4.
— #3: Improved the code to synchronize subscriptions when connection is restored.

v2.11: Security fixes and new features.
v2.11: Security fixes and new features
— #45: Updated Zyan.SafeDeserializationHelpers package.
— #44: Support for multi-step authentication and SRP-6a protocol.

v2.10: Security fixes and new features.
v2.10: Security fixes and new features
— #43: Integrate Zyan.SafeDeserializationHelpers package.
— #40: TcpEx: invalid TCP packet crashing a running server.
— #35: NIC selection for protocols when creating a channel.
Expand All @@ -51,7 +58,7 @@
— #27: Passing null instead of credentials.
— #4: Fix session filters behavior.

v2.9: Bugfixes and stability improvements.
v2.9: Bugfixes and stability improvements
— #17: No remote address specified for reconnect.
— #16: Fix errors found by the static analysis tools bug.
— #9: Call interceptors don't always initialize the call context.
Expand Down
4 changes: 2 additions & 2 deletions source/Zyan.Communication/Version.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyVersion("2.14.0.0")]
[assembly: AssemblyFileVersion("2.14.0.0")]
[assembly: AssemblyVersion("2.15.0.0")]
[assembly: AssemblyFileVersion("2.15.0.0")]

0 comments on commit 509df9e

Please sign in to comment.