Skip to content

Commit

Permalink
akkadotnet#2194 applied to stable release, not last dev
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey.leskov committed Aug 14, 2016
1 parent c8779ed commit 9e13df7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/Akka.Remote/Akka.Remote.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Akka\Akka.csproj">
<Project>{5DEDDF90-37F0-48D3-A0B0-A5CBD8A7E377}</Project>
<Project>{5deddf90-37f0-48d3-a0b0-a5cbd8a7e377}</Project>
<Name>Akka</Name>
</ProjectReference>
</ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions src/core/Akka.Remote/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@
[assembly: InternalsVisibleTo("Akka.Cluster")]
[assembly: InternalsVisibleTo("Akka.Cluster.Tests")]
[assembly: InternalsVisibleTo("Akka.Cluster.TestKit")]

[assembly: AssemblyVersion("1.1.5")]
[assembly: AssemblyFileVersion("1.1.5")]
6 changes: 5 additions & 1 deletion src/core/Akka/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@
[assembly: InternalsVisibleTo("Akka.Cluster.Tests")]
[assembly: InternalsVisibleTo("Akka.MultiNodeTestRunner.Shared.Tests")]
[assembly: InternalsVisibleTo("Akka.Cluster.Tests.MultiNode")]
[assembly: InternalsVisibleTo("Akka.Cluster.TestKit")]
[assembly: InternalsVisibleTo("Akka.Cluster.TestKit")]
[assembly: InternalsVisibleTo("Akka.Cluster.Tools")]

[assembly: AssemblyVersion("1.1.1.27")]
[assembly: AssemblyFileVersion("1.1.1.27")]

0 comments on commit 9e13df7

Please sign in to comment.