kino 0.0.1.29

There is a newer version of this package available.
See the version list below for details.
dotnet add package kino --version 0.0.1.29
NuGet\Install-Package kino -Version 0.0.1.29
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="kino" Version="0.0.1.29" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add kino --version 0.0.1.29
#r "nuget: kino, 0.0.1.29"
#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 kino as a Cake Addin
#addin nuget:?package=kino&version=0.0.1.29

// Install kino as a Cake Tool
#tool nuget:?package=kino&version=0.0.1.29

kino is a framework for building actors networks.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on kino:

Package Downloads
kino.LeaseProvider.Messages

Lease coordination library

kino.LeaseProvider

Lease coordination library

Autofac.kino.LeaseProvider

Lease coordination library

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.5.6 1,660 4/12/2019
0.0.5.5 2,250 3/5/2019
0.0.5.4 2,119 1/16/2019
0.0.5.3 1,536 11/29/2018
0.0.5.2 1,370 11/14/2018
0.0.5.1 1,331 11/13/2018
0.0.5 1,318 11/12/2018
0.0.4.3 1,762 10/17/2018
0.0.4.2 1,731 9/28/2018
0.0.4.1 2,813 5/25/2018
0.0.4 2,780 5/9/2018
0.0.3 2,859 12/17/2017
0.0.2 2,605 10/15/2017
0.0.1.42 3,060 9/19/2017
0.0.1.40 3,176 9/14/2017
0.0.1.39 3,131 8/22/2017
0.0.1.38 3,163 8/20/2017
0.0.1.37 3,237 7/29/2017
0.0.1.36 2,144 7/29/2017
0.0.1.35 2,352 7/29/2017
0.0.1.34 5,548 6/17/2017
0.0.1.33 4,741 5/17/2017
0.0.1.32 3,150 5/12/2017
0.0.1.31 2,290 5/12/2017
0.0.1.30 2,615 5/9/2017
0.0.1.29 2,402 3/19/2017
0.0.1.28 1,915 3/11/2017
0.0.1.27 1,900 3/9/2017
0.0.1.26 2,243 2/17/2017
0.0.1.25 1,878 2/13/2017
0.0.1.25-alpha 1,556 12/17/2016
0.0.1.24-alpha 1,568 12/16/2016
0.0.1.23-alpha 1,538 11/14/2016
0.0.1.22-alpha 1,520 11/14/2016
0.0.1.21-alpha 1,667 11/12/2016
0.0.1.20-alpha 1,619 9/6/2016
0.0.1.19-alpha 1,610 8/9/2016
0.0.1.18-beta 2,561 6/1/2016
0.0.1.17-beta 1,521 5/15/2016
0.0.1.16-beta 1,654 5/11/2016
0.0.1.15-beta 1,600 3/15/2016
0.0.1.14-beta 1,435 3/13/2016
0.0.1.13-beta 1,906 2/27/2016
0.0.1.12 1,820 1/7/2016
0.0.1.11 1,735 12/25/2015
0.0.1.10 1,780 12/11/2015
0.0.1.9 1,695 12/6/2015
0.0.1.8 1,854 11/25/2015
0.0.1.7-preview 1,596 11/20/2015

Features:
       * Creating and hosting Actors
       * Sync- and asynchronous sending of the messages into actors network
       * Unicast, broadcast and direct message sending
       * Auto-discovery with Rendezvous service