kino 0.0.1.7-preview

This is a prerelease version of kino.
There is a newer version of this package available.
See the version list below for details.
dotnet add package kino --version 0.0.1.7-preview
                    
NuGet\Install-Package kino -Version 0.0.1.7-preview
                    
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.7-preview" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="kino" Version="0.0.1.7-preview" />
                    
Directory.Packages.props
<PackageReference Include="kino" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add kino --version 0.0.1.7-preview
                    
#r "nuget: kino, 0.0.1.7-preview"
                    
#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.
#:package kino@0.0.1.7-preview
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=kino&version=0.0.1.7-preview&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=kino&version=0.0.1.7-preview&prerelease
                    
Install as a Cake Tool

kino is a framework for building actors networks.

Product Compatible and additional computed target framework versions.
.NET Framework 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. 
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,913 4/12/2019
0.0.5.5 2,503 3/5/2019
0.0.5.4 2,359 1/16/2019
0.0.5.3 1,767 11/29/2018
0.0.5.2 1,579 11/14/2018
0.0.5.1 1,535 11/13/2018
0.0.5 1,530 11/12/2018
0.0.4.3 1,978 10/17/2018
0.0.4.2 2,012 9/28/2018
0.0.4.1 3,343 5/25/2018
0.0.4 3,134 5/9/2018
0.0.3 3,377 12/17/2017
0.0.2 2,958 10/15/2017
0.0.1.42 3,494 9/19/2017
0.0.1.40 3,553 9/14/2017
0.0.1.39 3,539 8/22/2017
0.0.1.38 3,560 8/20/2017
0.0.1.37 3,660 7/29/2017
0.0.1.36 2,512 7/29/2017
0.0.1.35 2,727 7/29/2017
0.0.1.34 6,053 6/17/2017
0.0.1.33 5,202 5/17/2017
0.0.1.32 3,509 5/12/2017
0.0.1.31 2,704 5/12/2017
0.0.1.30 3,081 5/9/2017
0.0.1.29 2,776 3/19/2017
0.0.1.28 2,216 3/11/2017
0.0.1.27 2,239 3/9/2017
0.0.1.26 2,602 2/17/2017
0.0.1.25 2,218 2/13/2017
0.0.1.25-alpha 1,879 12/17/2016
0.0.1.24-alpha 1,878 12/16/2016
0.0.1.23-alpha 1,845 11/14/2016
0.0.1.22-alpha 1,818 11/14/2016
0.0.1.21-alpha 2,003 11/12/2016
0.0.1.20-alpha 1,945 9/6/2016
0.0.1.19-alpha 1,930 8/9/2016
0.0.1.18-beta 2,925 6/1/2016
0.0.1.17-beta 1,821 5/15/2016
0.0.1.16-beta 2,012 5/11/2016
0.0.1.15-beta 1,921 3/15/2016
0.0.1.14-beta 1,755 3/13/2016
0.0.1.13-beta 2,214 2/27/2016
0.0.1.12 2,133 1/7/2016
0.0.1.11 2,060 12/25/2015
0.0.1.10 2,221 12/11/2015
0.0.1.9 2,014 12/6/2015
0.0.1.8 2,158 11/25/2015
0.0.1.7-preview 1,911 11/20/2015

This is a preview version of the framework!
Features:
* Creating and hosting Actors
* Sync- and asynchronous sending of the messages into actors network
* Unicast and broadcast message sending
* Ready to use Rendezvous service