From 3c04a43c73169d9ba950d0c9dcccb6cb1702950e Mon Sep 17 00:00:00 2001 From: dicky Date: Fri, 29 Nov 2019 14:18:00 -0800 Subject: [PATCH] Publish v3.6.1. --- DotNetifyLib.Core/DotNetifyLib.Core.csproj | 4 ++-- DotNetifyLib.SignalR.Owin/Properties/AssemblyInfo.cs | 4 ++-- DotNetifyLib.SignalR/DotNetifyLib.SignalR.csproj | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/DotNetifyLib.Core/DotNetifyLib.Core.csproj b/DotNetifyLib.Core/DotNetifyLib.Core.csproj index 43e328f8..20595aa0 100644 --- a/DotNetifyLib.Core/DotNetifyLib.Core.csproj +++ b/DotNetifyLib.Core/DotNetifyLib.Core.csproj @@ -8,7 +8,7 @@ false false false - 3.6.0 + 3.6.1 True Simple, lightweight, yet powerful way to build reactive, real-time web apps. Library for .NET Core. Dicky Suryadi @@ -18,7 +18,7 @@ https://github.com/dsuryd/dotNetify netcore reactive realtime signalr mobile web websocket https://dotnetify.net/content/images/dotnetify.png - 3.6.0.0 + 3.6.1.0 3.6.0.0 LICENSE.md diff --git a/DotNetifyLib.SignalR.Owin/Properties/AssemblyInfo.cs b/DotNetifyLib.SignalR.Owin/Properties/AssemblyInfo.cs index d0f03424..ed1b00a3 100644 --- a/DotNetifyLib.SignalR.Owin/Properties/AssemblyInfo.cs +++ b/DotNetifyLib.SignalR.Owin/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.6.0.0")] -[assembly: AssemblyFileVersion("3.6.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("3.6.1.0")] +[assembly: AssemblyFileVersion("3.6.1.0")] \ No newline at end of file diff --git a/DotNetifyLib.SignalR/DotNetifyLib.SignalR.csproj b/DotNetifyLib.SignalR/DotNetifyLib.SignalR.csproj index 82b570df..e597b4b1 100644 --- a/DotNetifyLib.SignalR/DotNetifyLib.SignalR.csproj +++ b/DotNetifyLib.SignalR/DotNetifyLib.SignalR.csproj @@ -9,7 +9,7 @@ false false false - 3.6.0 + 3.6.1 True Dicky Suryadi Simple, lightweight, yet powerful way to build reactive, real-time web apps. SignalR hub for ASP.NET Core. @@ -19,8 +19,8 @@ https://github.com/dsuryd/dotNetify netcore reactive realtime signalr mobile web websocket https://dotnetify.net/content/images/dotnetify.png - 3.6.0.0 - 3.6.0.0 + 3.6.1.0 + 3.6.1.0 LICENSE.md