Skip to content

Commit b732668

Browse files
dickydicky
authored andcommitted
Increment version.
1 parent ce489de commit b732668

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DevApp/dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dotnetify",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"description": "Simple, lightweight, yet powerful way to build realtime .NET web apps.",
55
"main": "index.js",
66
"types": "dist/typings/index.d.ts",

DotNetifyLib.Core/DotNetifyLib.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
99
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1010
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
11-
<Version>5.1.0</Version>
11+
<Version>5.2.0</Version>
1212
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1313
<Description>Simple, lightweight, yet powerful way to build reactive, real-time web apps. Library for .NET Core.</Description>
1414
<Authors>Dicky Suryadi</Authors>

DotNetifyLib.SignalR/DotNetifyLib.SignalR.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
1010
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1111
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
12-
<Version>5.1.0</Version>
12+
<Version>5.2.0</Version>
1313
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1414
<Authors>Dicky Suryadi</Authors>
1515
<Description>Simple, lightweight, yet powerful way to build reactive, real-time web apps. SignalR hub for ASP.NET Core.</Description>

0 commit comments

Comments
 (0)