Skip to content

Commit 509df9e

Browse files
committed
Bump version number to 2.15.
1 parent 48ff8b0 commit 509df9e

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

nuget/Zyan.nuspec

Lines changed: 11 additions & 4 deletions
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.14</version>
5+
<version>2.15</version>
66
<title>Zyan</title>
77
<authors>Rainbird,yallie</authors>
88
<owners>Hagen Siegel</owners>
@@ -14,6 +14,13 @@
1414
<summary>Amazingly easy distributed application framework for .NET, Mono and Xamarin.Android</summary>
1515
<releaseNotes>What's new:
1616

17+
v2.15: Bugfixes and stability improvements
18+
— #86: ZyanConnection: remoting channel registration race
19+
— #87: TcpEx: another locking issue
20+
— #89: InterLINQ query execution
21+
— #90: User determination in BasicWindowsAuthProvider
22+
— #93: Error returning List&lt;T&gt; or T[]
23+
1724
v2.14: Bugfixes and stability improvements
1825
— #85: Connection lock issue in duplex TCP channel
1926
— #83: Race condition in ZyanDispatcher related to SessionManager
@@ -38,11 +45,11 @@
3845
— #53: Updated SRP package integration to version 1.0.4.
3946
— #3: Improved the code to synchronize subscriptions when connection is restored.
4047

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

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

54-
v2.9: Bugfixes and stability improvements.
61+
v2.9: Bugfixes and stability improvements
5562
— #17: No remote address specified for reconnect.
5663
— #16: Fix errors found by the static analysis tools bug.
5764
— #9: Call interceptors don't always initialize the call context.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
using System.Reflection;
22

3-
[assembly: AssemblyVersion("2.14.0.0")]
4-
[assembly: AssemblyFileVersion("2.14.0.0")]
3+
[assembly: AssemblyVersion("2.15.0.0")]
4+
[assembly: AssemblyFileVersion("2.15.0.0")]

0 commit comments

Comments
 (0)