Skip to content

Commit

Permalink
Increment version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dicky authored and dicky committed Oct 1, 2021
1 parent ce489de commit b732668
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DevApp/dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotnetify",
"version": "5.1.0",
"version": "5.2.0",
"description": "Simple, lightweight, yet powerful way to build realtime .NET web apps.",
"main": "index.js",
"types": "dist/typings/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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>5.1.0</Version>
<Version>5.2.0</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 Down
2 changes: 1 addition & 1 deletion 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>5.1.0</Version>
<Version>5.2.0</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 Down

0 comments on commit b732668

Please sign in to comment.