Skip to content

Commit

Permalink
Merge pull request #14 from AkkaNetContrib/dev
Browse files Browse the repository at this point in the history
v1.3.2 release
  • Loading branch information
Aaronontheweb authored Oct 31, 2017
2 parents 426a6ea + 1d5d625 commit 693ba72
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 21 deletions.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 1.3.2 October 31 2017 ####
Support for Akka 1.3.2

#### 1.3.0 Sep 12 2017 ####
Support for Akka 1.3.1

#### 1.2.0 May 11 2017 ####
Support for Akka 1.2

Expand Down
6 changes: 3 additions & 3 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ cd __SOURCE_DIRECTORY__


let product = "Akka.NET"
let authors = [ "Akka.NET Team" ]
let copyright = "Copyright © 2013-2016 Akka.NET Team"
let company = "Akka.NET Team"
let authors = [ "Akka.NET Contrib" ]
let copyright = "Copyright © 2013-2017 Akka.NET Contrib"
let company = "Akka.NET Contrib"
let description = "Akka.NET is a port of the popular Java/Scala framework Akka to .NET"
let tags = ["akka";"actors";"actor";"model";"Akka";"concurrency"]
let configuration = "Release"
Expand Down
Binary file modified src/.nuget/nuget.exe
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Akka, Version=1.2.0.33, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Akka.1.2.0\lib\net45\Akka.dll</HintPath>
<Reference Include="Akka, Version=1.3.2.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\Packages\Akka.1.3.2\lib\net45\Akka.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Akka.TestKit, Version=1.2.0.33, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Akka.TestKit.1.2.0\lib\net45\Akka.TestKit.dll</HintPath>
<Reference Include="Akka.TestKit, Version=1.3.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Akka.TestKit.1.3.1\lib\net45\Akka.TestKit.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions src/Akka.TestKit.VsTest.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Akka" version="1.2.0" targetFramework="net45" />
<package id="Akka.TestKit" version="1.2.0" targetFramework="net45" />
<package id="Akka" version="1.3.2" targetFramework="net45" />
<package id="Akka.TestKit" version="1.3.1" targetFramework="net45" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
<package id="System.Collections.Immutable" version="1.3.1" targetFramework="net45" />
</packages>
9 changes: 5 additions & 4 deletions src/Akka.TestKit.VsTest/Akka.TestKit.VsTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@
<DocumentationFile>bin\Release\Akka.TestKit.VsTest.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Akka, Version=1.2.0.33, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Akka.1.2.0\lib\net45\Akka.dll</HintPath>
<Reference Include="Akka, Version=1.3.2.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\Packages\Akka.1.3.2\lib\net45\Akka.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Akka.TestKit, Version=1.2.0.33, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Akka.TestKit.1.2.0\lib\net45\Akka.TestKit.dll</HintPath>
<Reference Include="Akka.TestKit, Version=1.3.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Akka.TestKit.1.3.1\lib\net45\Akka.TestKit.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
Expand Down
4 changes: 2 additions & 2 deletions src/Akka.TestKit.VsTest/Akka.TestKit.VsTest.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>@project@</id>
<title>@project@@title@</title>
<title>[DEPRECATED] @project@@title@</title>
<version>@build.number@</version>
<authors>@authors@</authors>
<owners>@authors@</owners>
<description>TestKit for writing tests for Akka.NET using Visual Studio Unit Testing Framework.</description>
<description>Deprecated. TestKit for writing tests for Akka.NET using Visual Studio Unit Testing Framework.</description>
<licenseUrl>https://github.com/akkadotnet/akka.net/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/akkadotnet/akka.net</projectUrl>
<iconUrl>http://getakka.net/images/AkkaNetLogo.Normal.png</iconUrl>
Expand Down
4 changes: 2 additions & 2 deletions src/Akka.TestKit.VsTest/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Akka" version="1.2.0" targetFramework="net45" />
<package id="Akka.TestKit" version="1.2.0" targetFramework="net45" />
<package id="Akka" version="1.3.2" targetFramework="net45" />
<package id="Akka.TestKit" version="1.3.1" targetFramework="net45" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
<package id="System.Collections.Immutable" version="1.3.1" targetFramework="net45" />
</packages>
8 changes: 4 additions & 4 deletions src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// <auto-generated/>
using System.Reflection;

[assembly: AssemblyCompanyAttribute("Akka.NET Team")]
[assembly: AssemblyCopyrightAttribute("Copyright © 2013-2016 Akka.NET Team")]
[assembly: AssemblyCompanyAttribute("Akka.NET Contrib")]
[assembly: AssemblyCopyrightAttribute("Copyright © 2013-2017 Akka.NET Contrib")]
[assembly: AssemblyTrademarkAttribute("")]
[assembly: AssemblyVersionAttribute("1.2.0.0")]
[assembly: AssemblyFileVersionAttribute("1.2.0.0")]
[assembly: AssemblyVersionAttribute("1.3.2.0")]
[assembly: AssemblyFileVersionAttribute("1.3.2.0")]

0 comments on commit 693ba72

Please sign in to comment.