Akka 0.6.3

Details
Advisory: https://github.com/advisories/GHSA-gpv5-rp6w-58r8 Severity: moderate
There is a newer version of this package available.
See the version list below for details.
dotnet add package Akka --version 0.6.3
NuGet\Install-Package Akka -Version 0.6.3
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="Akka" Version="0.6.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Akka --version 0.6.3
#r "nuget: Akka, 0.6.3"
#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 Akka as a Cake Addin
#addin nuget:?package=Akka&version=0.6.3

// Install Akka as a Cake Tool
#tool nuget:?package=Akka&version=0.6.3

Akka .NET is a port of the popular Java/Scala framework Akka to .NET.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  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.

GitHub repositories (12)

Showing the top 5 popular GitHub repositories that depend on Akka:

Repository Stars
neo-project/neo
NEO Smart Economy
petabridge/akka-bootcamp
Self-paced training course to learn Akka.NET fundamentals from scratch
petabridge/NBench
Performance benchmarking and testing framework for .NET applications :chart_with_upwards_trend:
ThembisileNGQ/Akkatecture
a cqrs and event sourcing framework for dotnet core using akka.net
merken/Prise
A .NET Plugin Framework.
Version Downloads Last updated
1.0.1 2,329 4/28/2015
1.0.0 2,361 4/9/2015
1.0.0-dev1504032244 96 4/3/2015
0.8.0 1,319 2/12/2015
0.7.1 493 12/13/2014
0.7.0 417 10/20/2014
0.6.4 363 9/3/2014
0.6.3 390 8/16/2014
0.6.2 226 8/5/2014
0.6.1 251 7/10/2014
0.6.0 219 6/23/2014
0.5.8 91 5/23/2014
0.5.2 182 4/29/2014
0.5.0 181 4/16/2014
0.2.1-beta 75 3/22/2014
0.2.0-beta 67 3/19/2014

Made it so HOCON config sections chain properly
Optimized actor memory footprint
Fixed a Helios bug that caused Akka.NET to drop messages larger than 32kb