Skip to content

Commit

Permalink
Update Akka.TestKit.NUnit to Akka.NET 1.5.0 (akkadotnet#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaba authored Mar 3, 2023
1 parent 6e147cd commit 183f8a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Copyright>Copyright © 2013-2022</Copyright>
<Authors>Akka.NET Contrib</Authors>
<Description>TestKit for writing tests for Akka.NET using NUnit.</Description>
<VersionPrefix>1.4.39</VersionPrefix>
<VersionPrefix>1.5.0</VersionPrefix>
<PackageReleaseNotes> • Support for Akka 1.4.39
• Support for NUnit 3.13.3
• Now targets netstandard2.0
Expand All @@ -18,6 +18,6 @@
<PropertyGroup>
<NUnitVersion>3.13.3</NUnitVersion>
<NUnitAdapterVersion>4.3.1</NUnitAdapterVersion>
<AkkaTestKitVersion>1.5.0-beta6</AkkaTestKitVersion>
<AkkaTestKitVersion>1.5.0</AkkaTestKitVersion>
</PropertyGroup>
</Project>

0 comments on commit 183f8a7

Please sign in to comment.