Skip to content

Commit 10db6b7

Browse files
committed
Rename project
1 parent 8d3cd01 commit 10db6b7

33 files changed

+1
-1
lines changed

IntelliTect.SignalR.SqlServer.sln renamed to IntelliTect.AspNetCore.SignalR.SqlServer.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "demo", "demo", "{62241700-2
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{21874FF3-BE97-4F3B-AD63-EC347FF757FF}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntelliTect.SignalR.SqlServer", "src\IntelliTect.SignalR.SqlServer\IntelliTect.SignalR.SqlServer.csproj", "{62E576F6-E0F9-43AC-848E-97E7E93E4EF0}"
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntelliTect.AspNetCore.SignalR.SqlServer", "src\IntelliTect.AspNetCore.SignalR.SqlServer\IntelliTect.AspNetCore.SignalR.SqlServer.csproj", "{62E576F6-E0F9-43AC-848E-97E7E93E4EF0}"
1111
EndProject
1212
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoServer", "demo\DemoServer\DemoServer.csproj", "{FACCC87C-37E3-4095-9997-75EE3C54CD49}"
1313
EndProject

src/IntelliTect.SignalR.SqlServer/IntelliTect.SignalR.SqlServer.csproj renamed to src/IntelliTect.AspNetCore.SignalR.SqlServer/IntelliTect.AspNetCore.SignalR.SqlServer.csproj

File renamed without changes.

src/IntelliTect.SignalR.SqlServer/Internal/AckHandler.cs renamed to src/IntelliTect.AspNetCore.SignalR.SqlServer/Internal/AckHandler.cs

File renamed without changes.

src/IntelliTect.SignalR.SqlServer/Internal/DefaultHubMessageSerializer.cs renamed to src/IntelliTect.AspNetCore.SignalR.SqlServer/Internal/DefaultHubMessageSerializer.cs

File renamed without changes.

src/IntelliTect.SignalR.SqlServer/Internal/Log.cs renamed to src/IntelliTect.AspNetCore.SignalR.SqlServer/Internal/Log.cs

File renamed without changes.

src/IntelliTect.SignalR.SqlServer/Internal/Messages/AckMessage.cs renamed to src/IntelliTect.AspNetCore.SignalR.SqlServer/Internal/Messages/AckMessage.cs

File renamed without changes.

src/IntelliTect.SignalR.SqlServer/Internal/Messages/GroupAction.cs renamed to src/IntelliTect.AspNetCore.SignalR.SqlServer/Internal/Messages/GroupAction.cs

File renamed without changes.

src/IntelliTect.SignalR.SqlServer/Internal/Messages/MessageType.cs renamed to src/IntelliTect.AspNetCore.SignalR.SqlServer/Internal/Messages/MessageType.cs

File renamed without changes.

src/IntelliTect.SignalR.SqlServer/Internal/Messages/SqlServerGroupCommand.cs renamed to src/IntelliTect.AspNetCore.SignalR.SqlServer/Internal/Messages/SqlServerGroupCommand.cs

File renamed without changes.

src/IntelliTect.SignalR.SqlServer/Internal/Messages/SqlServerInvocation.cs renamed to src/IntelliTect.AspNetCore.SignalR.SqlServer/Internal/Messages/SqlServerInvocation.cs

File renamed without changes.

0 commit comments

Comments
 (0)