diff --git a/src/contrib/cluster/Akka.Cluster.Sharding/Akka.Cluster.Sharding.csproj b/src/contrib/cluster/Akka.Cluster.Sharding/Akka.Cluster.Sharding.csproj index 8234137e52c..ec62248e18c 100644 --- a/src/contrib/cluster/Akka.Cluster.Sharding/Akka.Cluster.Sharding.csproj +++ b/src/contrib/cluster/Akka.Cluster.Sharding/Akka.Cluster.Sharding.csproj @@ -3,7 +3,7 @@ Akka.Cluster.Sharding - Sharded actors with managed lifecycle for Akka.NET cluster + Sharded actors with managed lifecycle for Akka.NET cluster. Used to distribute state in a fault-tolerant, consistent fashion over an Akka.NET cluster. $(NetStandardLibVersion) $(AkkaPackageTags);network;cluster;sharding true diff --git a/src/core/Akka.Cluster/Akka.Cluster.csproj b/src/core/Akka.Cluster/Akka.Cluster.csproj index de08aa79f62..f729c09040a 100644 --- a/src/core/Akka.Cluster/Akka.Cluster.csproj +++ b/src/core/Akka.Cluster/Akka.Cluster.csproj @@ -3,7 +3,7 @@ Akka.Cluster - Cluster support for Akka.NET + Clustering support for Akka.NET actors. Used to build highly-available, distributed applications. $(NetStandardLibVersion) $(AkkaPackageTags);network;cluster true diff --git a/src/core/Akka.Persistence/Akka.Persistence.csproj b/src/core/Akka.Persistence/Akka.Persistence.csproj index 24509b35af6..121b5d70455 100644 --- a/src/core/Akka.Persistence/Akka.Persistence.csproj +++ b/src/core/Akka.Persistence/Akka.Persistence.csproj @@ -2,7 +2,7 @@ Akka.Persistence - Persistence actor support for Akka.NET + Persistence for Akka.NET actors. Allows actors to persist and recover their state in a database-agnostic fashion. $(NetStandardLibVersion) $(AkkaPackageTags);persistence;eventsource true diff --git a/src/core/Akka.Remote/Akka.Remote.csproj b/src/core/Akka.Remote/Akka.Remote.csproj index 5b1f41f9715..759c67533b6 100644 --- a/src/core/Akka.Remote/Akka.Remote.csproj +++ b/src/core/Akka.Remote/Akka.Remote.csproj @@ -2,7 +2,7 @@ Akka.Remote - Remote actor support for Akka.NET + Remoting support for Akka.NET. Allows actors to communicate over the network. $(NetStandardLibVersion) $(AkkaPackageTags);network true diff --git a/src/core/Akka.Streams/Akka.Streams.csproj b/src/core/Akka.Streams/Akka.Streams.csproj index 78be8ba16db..c04783c315e 100644 --- a/src/core/Akka.Streams/Akka.Streams.csproj +++ b/src/core/Akka.Streams/Akka.Streams.csproj @@ -2,7 +2,8 @@ Akka.Streams - Reactive stream support for Akka.NET + Streaming support for Akka.NET. Introduces a LINQ-like interface for writing asynchronous, + back-pressure-aware streams built on top of Akka.NET actors. $(NetStandardLibVersion) $(AkkaPackageTags);reactive;stream true diff --git a/src/core/Akka/Akka.csproj b/src/core/Akka/Akka.csproj index 4114dbbd706..7efd99aba39 100644 --- a/src/core/Akka/Akka.csproj +++ b/src/core/Akka/Akka.csproj @@ -3,7 +3,7 @@ Akka - Akka.NET is a port of the popular Java/Scala framework Akka to .NET + Canonical actor model implementation for .NET with local + distributed actors in C# and F#. $(NetStandardLibVersion) $(AkkaPackageTags) true