Skip to content

Commit

Permalink
Update Akka to 1.4.1 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus authored Mar 11, 2020
1 parent 6237eb0 commit 83ba2e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#### 1.0.0-rc2 March 10 2020 ####
**Stable release candidate of Akka.Streams.Kafka**
#### 1.0.0 March 10 2020 ####
**Stable release of Akka.Streams.Kafka**

* Updated to use Akka.NET v1.4.1-rc3 and offers stable API access to Akka.Streams.Kafka.
* [Bugfix: Fixes for batch committer flow and commit refreshing](https://github.com/akkadotnet/Akka.Streams.Kafka/pull/112)
* Updated to use Akka.NET v1.4.1.
7 changes: 3 additions & 4 deletions src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
<Copyright>Copyright © 2015-2020 .NET Foundation</Copyright>
<Authors>Akka</Authors>
<VersionPrefix>1.0.0</VersionPrefix>
<PackageReleaseNotes>Stable release candidate of Akka.Streams.Kafka**
Updated to use Akka.NET v1.4.1-rc2 and offers stable API access to Akka.Streams.Kafka.
[Bugfix: Fixes for batch committer flow and commit refreshing](https://github.com/akkadotnet/Akka.Streams.Kafka/pull/112)</PackageReleaseNotes>
<PackageReleaseNotes>Stable release of Akka.Streams.Kafka**
Updated to use Akka.NET v1.4.1.</PackageReleaseNotes>
<PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
<PackageProjectUrl>
https://github.com/akkadotnet/Akka.Streams.Kafka
Expand All @@ -17,7 +16,7 @@ Updated to use Akka.NET v1.4.1-rc2 and offers stable API access to Akka.Streams.
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>
<PropertyGroup>
<AkkaVersion>1.4.1-rc3</AkkaVersion>
<AkkaVersion>1.4.1</AkkaVersion>
<XunitVersion>2.4.1</XunitVersion>
<NBenchVersion>1.2.2</NBenchVersion>
<TestSdkVersion>16.5.0</TestSdkVersion>
Expand Down

0 comments on commit 83ba2e2

Please sign in to comment.