Skip to content

Commit

Permalink
Merge pull request #35 from Danthar/update-to-1.3.8
Browse files Browse the repository at this point in the history
Update to akka 1.3.8
  • Loading branch information
Danthar authored Jul 16, 2018
2 parents 619ae14 + 64ce0d6 commit 8cd413d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 1.3.8 July 14 2018

* Support for Akka 1.3.8
* Support for NUnit 3.10.1

#### 1.3.2 October 31 2017
* Support for Akka.NET v1.3.2
* Support for .NET Standard 1.6
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $FakeVersion = "4.61.2"
$NBenchVersion = "1.0.1"
$DotNetChannel = "preview";
$DotNetVersion = "2.0.0";
$DotNetInstallerUri = "https://raw.githubusercontent.com/dotnet/cli/v2.0.0/scripts/obtain/dotnet-install.ps1";
$DotNetInstallerUri = "https://raw.githubusercontent.com/dotnet/cli/v$DotNetVersion/scripts/obtain/dotnet-install.ps1";
$NugetVersion = "4.1.0";
$NugetUrl = "https://dist.nuget.org/win-x86-commandline/v$NugetVersion/nuget.exe"
$ProtobufVersion = "3.2.0"
Expand Down
14 changes: 7 additions & 7 deletions src/common.props
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project>
<PropertyGroup>
<Copyright>Copyright © 2013-2017</Copyright>
<Copyright>Copyright © 2013-2018</Copyright>
<Authors>Akka.NET Contrib</Authors>
<Description>TestKit for writing tests for Akka.NET using NUnit.</Description>
<VersionPrefix>1.3.2</VersionPrefix>
<PackageReleaseNotes>Support for Akka.NET v1.3.2
Support for .NET Standard 1.6</PackageReleaseNotes>
<VersionPrefix>1.3.8</VersionPrefix>
<PackageReleaseNotes>Support for Akka 1.3.8
Support for NUnit 3.10.1</PackageReleaseNotes>
<PackageTags>akka;actors;actor model;Akka;concurrency;testkit;nunit</PackageTags>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
Expand All @@ -14,8 +14,8 @@ Support for .NET Standard 1.6</PackageReleaseNotes>
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>
<PropertyGroup>
<NUnitVersion>3.8.1</NUnitVersion>
<NUnitAdapterVersion>3.8.0</NUnitAdapterVersion>
<AkkaTestKitVersion>1.3.2</AkkaTestKitVersion>
<NUnitVersion>3.10.1</NUnitVersion>
<NUnitAdapterVersion>3.10.0</NUnitAdapterVersion>
<AkkaTestKitVersion>1.3.8</AkkaTestKitVersion>
</PropertyGroup>
</Project>

0 comments on commit 8cd413d

Please sign in to comment.