Skip to content

Commit

Permalink
Publish v3.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dicky authored and dicky committed Nov 29, 2019
1 parent a53c707 commit 3c04a43
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DotNetifyLib.Core/DotNetifyLib.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<Version>3.6.0</Version>
<Version>3.6.1</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Description>Simple, lightweight, yet powerful way to build reactive, real-time web apps. Library for .NET Core.</Description>
<Authors>Dicky Suryadi</Authors>
Expand All @@ -18,7 +18,7 @@
<RepositoryUrl>https://github.com/dsuryd/dotNetify</RepositoryUrl>
<PackageTags>netcore reactive realtime signalr mobile web websocket</PackageTags>
<PackageIconUrl>https://dotnetify.net/content/images/dotnetify.png</PackageIconUrl>
<AssemblyVersion>3.6.0.0</AssemblyVersion>
<AssemblyVersion>3.6.1.0</AssemblyVersion>
<FileVersion>3.6.0.0</FileVersion>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions DotNetifyLib.SignalR.Owin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("3.6.1.0")]
[assembly: AssemblyFileVersion("3.6.1.0")]
6 changes: 3 additions & 3 deletions DotNetifyLib.SignalR/DotNetifyLib.SignalR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<Version>3.6.0</Version>
<Version>3.6.1</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Authors>Dicky Suryadi</Authors>
<Description>Simple, lightweight, yet powerful way to build reactive, real-time web apps. SignalR hub for ASP.NET Core.</Description>
Expand All @@ -19,8 +19,8 @@
<RepositoryUrl>https://github.com/dsuryd/dotNetify</RepositoryUrl>
<PackageTags>netcore reactive realtime signalr mobile web websocket</PackageTags>
<PackageIconUrl>https://dotnetify.net/content/images/dotnetify.png</PackageIconUrl>
<AssemblyVersion>3.6.0.0</AssemblyVersion>
<FileVersion>3.6.0.0</FileVersion>
<AssemblyVersion>3.6.1.0</AssemblyVersion>
<FileVersion>3.6.1.0</FileVersion>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
</PropertyGroup>

Expand Down

0 comments on commit 3c04a43

Please sign in to comment.