Skip to content

Commit

Permalink
Bump version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush committed Jul 11, 2016
1 parent d5fd056 commit 453a82c
Show file tree
Hide file tree
Showing 20 changed files with 79 additions and 22 deletions.
5 changes: 5 additions & 0 deletions core/Akka.Interfaced-Base/Akka.Interfaced-Base.Release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.5.2 (Released 2016/07/11)

* Add IRequestTarget.Cast instead of BoundActorTarget.Cast.
* Add InterfacedActorRef.Create.

## 0.5.0 (Released 2016/07/04)

* Sync with Akka.Interfaced 0.5.0
Expand Down
6 changes: 3 additions & 3 deletions core/Akka.Interfaced-Base/Properties/AssemblyInfoGenerated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
using System.Reflection;

[assembly: AssemblyVersionAttribute("0.0.0")]
[assembly: AssemblyFileVersionAttribute("0.5.0")]
[assembly: AssemblyInformationalVersionAttribute("0.5.0")]
[assembly: AssemblyFileVersionAttribute("0.5.2")]
[assembly: AssemblyInformationalVersionAttribute("0.5.2")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.0.0";
internal const string InformationalVersion = "0.5.0";
internal const string InformationalVersion = "0.5.2";
}
}
6 changes: 6 additions & 0 deletions core/Akka.Interfaced/Akka.Interfaced.Release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.5.2 (Released 2016/07/11)

* Add IRequestTarget.Cast instead of BoundActorTarget.Cast.
* Add InterfacedActorRef.Create.
* Add InterfacedMessageBuilder.

## 0.5.1 (Released 2016/07/07)

* Update Akka 1.1
Expand Down
6 changes: 3 additions & 3 deletions core/Akka.Interfaced/Properties/AssemblyInfoGenerated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
using System.Reflection;

[assembly: AssemblyVersionAttribute("0.0.0")]
[assembly: AssemblyFileVersionAttribute("0.5.1")]
[assembly: AssemblyInformationalVersionAttribute("0.5.1")]
[assembly: AssemblyFileVersionAttribute("0.5.2")]
[assembly: AssemblyInformationalVersionAttribute("0.5.2")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.0.0";
internal const string InformationalVersion = "0.5.1";
internal const string InformationalVersion = "0.5.2";
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.5.2 (Released 2016/07/11)

* Sync with Akka.Interfaced 0.5.2
* Update CodeAnalysis 1.3.2

## 0.5.1 (Released 2016/07/07)

* Sync with Akka.Interfaced 0.5.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.5.2 (Released 2016/07/11)

* Sync with Akka.Interfaced 0.5.2
* Update CodeAnalysis 1.3.2

## 0.5.1 (Released 2016/07/07)

* Sync with Akka.Interfaced 0.5.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.5.2 (Released 2016/07/11)

* Sync with Akka.Interfaced 0.5.2
* Update CodeAnalysis 1.3.2

## 0.5.1 (Released 2016/07/07)

* Sync with Akka.Interfaced 0.5.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.5.2 (Released 2016/07/11)

* Sync with Akka.Interfaced 0.5.2
* Update CodeAnalysis 1.3.2

## 0.5.1 (Released 2016/07/07)

* Sync with Akka.Interfaced 0.5.1
Expand Down
4 changes: 4 additions & 0 deletions core/CodeVerifier/Akka.Interfaced.CodeVerifier.Release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.2 (Released 2016/07/11)

* Sync with Akka.Interfaced 0.5.2

## 0.5.1 (Released 2016/07/07)

* Sync with Akka.Interfaced 0.5.1
Expand Down
2 changes: 1 addition & 1 deletion core/UnityPackage/AkkaInterfaced.unitypackage.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "AkkaInterfaced",
"version": "0.5.0",
"version": "0.5.2",
"authors": [ "Esun Kim" ],
"owners": [ "Esun Kim" ],
"description": "Akka.Interfaced SlimClient for Unity3D",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.2 (Released 2016/07/11)

* Sync with Akka.Interfaced 0.5.2

## 0.5.1 (Released 2016/07/07)

* Sync with Akka.Interfaced 0.5.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
using System.Reflection;

[assembly: AssemblyVersionAttribute("0.0.0")]
[assembly: AssemblyFileVersionAttribute("0.5.1")]
[assembly: AssemblyInformationalVersionAttribute("0.5.1")]
[assembly: AssemblyFileVersionAttribute("0.5.2")]
[assembly: AssemblyInformationalVersionAttribute("0.5.2")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.0.0";
internal const string InformationalVersion = "0.5.1";
internal const string InformationalVersion = "0.5.2";
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.2 (Released 2016/07/11)

* Sync with Akka.Interfaced 0.5.2

## 0.5.1 (Released 2016/07/07)

* Sync with Akka.Interfaced 0.5.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
using System.Reflection;

[assembly: AssemblyVersionAttribute("0.0.0")]
[assembly: AssemblyFileVersionAttribute("0.5.1")]
[assembly: AssemblyInformationalVersionAttribute("0.5.1-beta")]
[assembly: AssemblyFileVersionAttribute("0.5.2")]
[assembly: AssemblyInformationalVersionAttribute("0.5.2-beta")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.0.0";
internal const string InformationalVersion = "0.5.1-beta";
internal const string InformationalVersion = "0.5.2-beta";
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.2 (Released 2016/07/11)

* Sync with Akka.Interfaced 0.5.2

## 0.5.1 (Released 2016/07/07)

* Sync with Akka.Interfaced 0.5.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
using System.Reflection;

[assembly: AssemblyVersionAttribute("0.0.0")]
[assembly: AssemblyFileVersionAttribute("0.5.1")]
[assembly: AssemblyInformationalVersionAttribute("0.5.1-beta")]
[assembly: AssemblyFileVersionAttribute("0.5.2")]
[assembly: AssemblyInformationalVersionAttribute("0.5.2-beta")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.0.0";
internal const string InformationalVersion = "0.5.1-beta";
internal const string InformationalVersion = "0.5.2-beta";
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.5.2 (Released 2016/07/11)

* Add ActorBoundDummyChannel.
* Use IRequestTarget rather than BoundActorTarget in ActorBoundChannel.
* BindActorOrOpenChannel uses channel when gateway is null.

## 0.5.1 (Released 2016/07/07)

* Sync with Akka.Interfaced 0.5.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
using System.Reflection;

[assembly: AssemblyVersionAttribute("0.0.0")]
[assembly: AssemblyFileVersionAttribute("0.5.1")]
[assembly: AssemblyInformationalVersionAttribute("0.5.1")]
[assembly: AssemblyFileVersionAttribute("0.5.2")]
[assembly: AssemblyInformationalVersionAttribute("0.5.2")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.0.0";
internal const string InformationalVersion = "0.5.1";
internal const string InformationalVersion = "0.5.2";
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.2 (Released 2016/07/11)

* Sync with Akka.Interfaced 0.5.2

## 0.5.1 (Released 2016/07/07)

* Sync with Akka.Interfaced 0.5.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
using System.Reflection;

[assembly: AssemblyVersionAttribute("0.0.0")]
[assembly: AssemblyFileVersionAttribute("0.5.1")]
[assembly: AssemblyInformationalVersionAttribute("0.5.1")]
[assembly: AssemblyFileVersionAttribute("0.5.2")]
[assembly: AssemblyInformationalVersionAttribute("0.5.2")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.0.0";
internal const string InformationalVersion = "0.5.1";
internal const string InformationalVersion = "0.5.2";
}
}

0 comments on commit 453a82c

Please sign in to comment.