We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d777c1c commit 961837cCopy full SHA for 961837c
.gitignore
@@ -0,0 +1,2 @@
1
+/.idea
2
+
src/src.csproj
@@ -7,6 +7,10 @@
7
<PackageId>TimoStamm.WebSockets.Controller</PackageId>
8
<Authors>ts@timostamm.de</Authors>
9
<Company>timostamm.de</Company>
10
+ <Title>Easy WebSockets for AspNetCore 3.0</Title>
11
+ <PackageProjectUrl>https://github.com/timostamm/aspnetcore-websocket-controller</PackageProjectUrl>
12
+ <RepositoryUrl>git@github.com:timostamm/aspnetcore-websocket-controller.git</RepositoryUrl>
13
+ <RepositoryType>git</RepositoryType>
14
</PropertyGroup>
15
16
<ItemGroup>
0 commit comments