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 Nov 27, 2019
1 parent 3868901 commit 7002804
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 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.11</version>
<version>2.12</version>
<title>Zyan</title>
<authors>Rainbird,yallie</authors>
<owners>Hagen Siegel</owners>
Expand All @@ -13,6 +13,10 @@
<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>
<summary>Amazingly easy distributed application framework for .NET, Mono and Xamarin.Android</summary>
<releaseNotes>What's new:
v2.12: Bugfixes and stability improvements
- #61: Thread pool queue issue for canceled subscriptions.
- #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.
- #45: Updated Zyan.SafeDeserializationHelpers package.
Expand All @@ -39,7 +43,7 @@
<dependencies>
<group>
<dependency id="Zyan.SafeDeserializationHelpers" version="0.5.0" />
<dependency id="srp" version="1.0.2" />
<dependency id="srp" version="1.0.4" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion source/Zyan.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="srp" version="1.0.2" targetFramework="net46" />
<package id="srp" version="1.0.4" targetFramework="net46" />
<package id="Zyan.SafeDeserializationHelpers" version="0.5.0" targetFramework="net35" />
</packages>

0 comments on commit 7002804

Please sign in to comment.