Skip to content

Commit 7002804

Browse files
committed
Updated Nuget package specifications.
1 parent 3868901 commit 7002804

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

nuget/Zyan.nuspec

Lines changed: 6 additions & 2 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.11</version>
5+
<version>2.12</version>
66
<title>Zyan</title>
77
<authors>Rainbird,yallie</authors>
88
<owners>Hagen Siegel</owners>
@@ -13,6 +13,10 @@
1313
<description>Zyan is a framework that simplifies development of distributed applications for desktop and mobile platforms. With Zyan you can publish any .NET class for remote access over the network. Zyan is highly customizable and provides you with tools to build modular and plugable distributed applications.</description>
1414
<summary>Amazingly easy distributed application framework for .NET, Mono and Xamarin.Android</summary>
1515
<releaseNotes>What's new:
16+
v2.12: Bugfixes and stability improvements
17+
- #61: Thread pool queue issue for canceled subscriptions.
18+
- #53: Updated SRP package integration to version 1.0.4.
19+
- #3: Improved the code to synchronize subscriptions when connection is restored.
1620

1721
v2.11: Security fixes and new features.
1822
- #45: Updated Zyan.SafeDeserializationHelpers package.
@@ -39,7 +43,7 @@
3943
<dependencies>
4044
<group>
4145
<dependency id="Zyan.SafeDeserializationHelpers" version="0.5.0" />
42-
<dependency id="srp" version="1.0.2" />
46+
<dependency id="srp" version="1.0.4" />
4347
</group>
4448
</dependencies>
4549
</metadata>

source/Zyan.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="srp" version="1.0.2" targetFramework="net46" />
3+
<package id="srp" version="1.0.4" targetFramework="net46" />
44
<package id="Zyan.SafeDeserializationHelpers" version="0.5.0" targetFramework="net35" />
55
</packages>

0 commit comments

Comments
 (0)