diff --git a/core/Akka.Interfaced.SlimSocket.Base/Properties/AssemblyInfoGenerated.cs b/core/Akka.Interfaced.SlimSocket.Base/Properties/AssemblyInfoGenerated.cs index cb9c023..e35097f 100644 --- a/core/Akka.Interfaced.SlimSocket.Base/Properties/AssemblyInfoGenerated.cs +++ b/core/Akka.Interfaced.SlimSocket.Base/Properties/AssemblyInfoGenerated.cs @@ -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"; } } diff --git a/core/Akka.Interfaced.SlimSocket.Client/Akka.Interfaced.SlimSocket.Client.Release.md b/core/Akka.Interfaced.SlimSocket.Client/Akka.Interfaced.SlimSocket.Client.Release.md index 22653f3..536eb93 100644 --- a/core/Akka.Interfaced.SlimSocket.Client/Akka.Interfaced.SlimSocket.Client.Release.md +++ b/core/Akka.Interfaced.SlimSocket.Client/Akka.Interfaced.SlimSocket.Client.Release.md @@ -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 diff --git a/core/Akka.Interfaced.SlimSocket.Client/Properties/AssemblyInfoGenerated.cs b/core/Akka.Interfaced.SlimSocket.Client/Properties/AssemblyInfoGenerated.cs index cb9c023..e35097f 100644 --- a/core/Akka.Interfaced.SlimSocket.Client/Properties/AssemblyInfoGenerated.cs +++ b/core/Akka.Interfaced.SlimSocket.Client/Properties/AssemblyInfoGenerated.cs @@ -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"; } } diff --git a/core/Akka.Interfaced.SlimSocket.Server/Akka.Interfaced.SlimSocket.Server.Release.md b/core/Akka.Interfaced.SlimSocket.Server/Akka.Interfaced.SlimSocket.Server.Release.md index 5c094f7..b6f274e 100644 --- a/core/Akka.Interfaced.SlimSocket.Server/Akka.Interfaced.SlimSocket.Server.Release.md +++ b/core/Akka.Interfaced.SlimSocket.Server/Akka.Interfaced.SlimSocket.Server.Release.md @@ -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 diff --git a/core/Akka.Interfaced.SlimSocket.Server/Properties/AssemblyInfoGenerated.cs b/core/Akka.Interfaced.SlimSocket.Server/Properties/AssemblyInfoGenerated.cs index cb9c023..e35097f 100644 --- a/core/Akka.Interfaced.SlimSocket.Server/Properties/AssemblyInfoGenerated.cs +++ b/core/Akka.Interfaced.SlimSocket.Server/Properties/AssemblyInfoGenerated.cs @@ -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"; } } diff --git a/core/UnityPackage/AkkaInterfacedSlimSocket.unitypackage.json b/core/UnityPackage/AkkaInterfacedSlimSocket.unitypackage.json index fe9735c..c7dc188 100644 --- a/core/UnityPackage/AkkaInterfacedSlimSocket.unitypackage.json +++ b/core/UnityPackage/AkkaInterfacedSlimSocket.unitypackage.json @@ -1,6 +1,6 @@ { "id": "AkkaInterfacedSlimSocket", - "version": "0.5.1", + "version": "0.5.2", "authors": [ "Esun Kim" ], "owners": [ "Esun Kim" ], "description": "SlimSocket-Client for Akka.Interfaced",