Zyan 2.15.0

dotnet add package Zyan --version 2.15.0
NuGet\Install-Package Zyan -Version 2.15.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Zyan" Version="2.15.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Zyan --version 2.15.0
#r "nuget: Zyan, 2.15.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Zyan as a Cake Addin
#addin nuget:?package=Zyan&version=2.15.0

// Install Zyan as a Cake Tool
#tool nuget:?package=Zyan&version=2.15.0

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.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.15.0 2,049 6/15/2021
2.14.0 25,865 1/15/2021
2.13.0 1,128 8/5/2020
2.12.0 1,957 11/27/2019
2.11.0 1,802 11/4/2018
2.10.0 2,658 4/30/2018
2.9.0 1,870 6/14/2017
2.8.0 4,664 11/22/2016
2.7.0 1,729 8/19/2016
2.6.0 3,622 11/15/2014
2.5.0 2,464 7/17/2013
2.4.0 2,148 11/11/2012
2.3.0 2,180 2/21/2012
2.2.0 2,014 11/3/2011
2.1.0 2,139 11/3/2011
2.0.0 2,073 7/18/2011

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<T> or T[]

     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
     — #70: Update dependencies
     — #69: Thread pool starvation on broadcast events
     — #67: SRP issue related to missing accounts

     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.
     — #44: Support for multi-step authentication and SRP-6a protocol.

     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.
     — #34: Event arguments transformation support.
     — #29: ZyanConnection memory leak.
     — #27: Passing null instead of credentials.
     — #4: Fix session filters behavior.

     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.

     For more details, see the project website: http://zyan.com.de/