-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f87add6
commit 4549e28
Showing
72 changed files
with
67 additions
and
44 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
d9508f8ba53db6a4479bc5bfaa9d0fb73ebcf83b | ||
ce349dd12ce8874c271a7dfab10d55d93447ea8b |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
8ac89f9fd0e0a0b8894e92ab91af5e9323605ebd | ||
b7ac21835d22df50e3339da39c317d1ab5cb99b3 |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>jSock</id> | ||
<version>2.0.1</version> | ||
<authors>Jack Kimmins</authors> | ||
<license type="expression">Apache-2.0</license> | ||
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl> | ||
<icon>jSockLogo.png</icon> | ||
<projectUrl>https://github.com/jackkimmins/jSock</projectUrl> | ||
<description>My C# WebSocket Server</description> | ||
<copyright>© Copyright 2022 Jack Kimmins. All rights reserved.</copyright> | ||
<tags>websocket server c# host websockets</tags> | ||
<repository url="https://github.com/jackkimmins/jSock" /> | ||
<dependencies> | ||
<group targetFramework="net6.0" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="C:\Users\jackk\OneDrive\My Projects\jSock\jSock\bin\Release\net6.0\jSock.dll" target="lib\net6.0\jSock.dll" /> | ||
<file src="C:\Users\jackk\OneDrive\My Projects\jSock\jSockLogo.png" target="\jSockLogo.png" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
d6cac38481157a0f9ba96840d6cc7749bf7f65c1 | ||
ecf804487c230094009d923226bffea64c8d3883 |
Binary file not shown.
Binary file modified
BIN
+89.1 KB
(200%)
jSock/obj/Release/net6.0/jSock.csproj.AssemblyReference.cache
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5a8eb52b31ac7988653bbbd22fab6a04e0ebaf38 | ||
8b5a057af2209dc082ba0049cf2430a9ffd3b024 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
jSockNativeClientDemo/bin/Debug/net6.0/jSockNativeClientDemo.dll
Binary file not shown.
Binary file modified
BIN
-1 KB
(99%)
jSockNativeClientDemo/bin/Debug/net6.0/jSockNativeClientDemo.exe
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
jSockNativeClientDemo/bin/Debug/net6.0/jSockNativeClientDemo.pdb
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
jSockNativeClientDemo/obj/Debug/net6.0/jSockNativeClientDemo.assets.cache
Binary file not shown.
Binary file modified
BIN
+178 KB
(300%)
jSockNativeClientDemo/obj/Debug/net6.0/jSockNativeClientDemo.csproj.AssemblyReference.cache
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
jSockNativeClientDemo/obj/Debug/net6.0/jSockNativeClientDemo.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6c1165d68c5bb8612374bebce4fe28f297ac19b4 | ||
6dc73b217336fd185fa856449ab5a8ae5a7506ee |
Binary file modified
BIN
+0 Bytes
(100%)
jSockNativeClientDemo/obj/Debug/net6.0/jSockNativeClientDemo.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
jSockNativeClientDemo/obj/Debug/net6.0/jSockNativeClientDemo.pdb
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
jSockNativeClientDemo/obj/Release/net6.0/jSockNativeClientDemo.assets.cache
Binary file not shown.
Binary file modified
BIN
+90.3 KB
(200%)
...kNativeClientDemo/obj/Release/net6.0/jSockNativeClientDemo.csproj.AssemblyReference.cache
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
jSockServerDemo/obj/Debug/net6.0/jSockServerDemo.assets.cache
Binary file not shown.
Binary file modified
BIN
+178 KB
(300%)
jSockServerDemo/obj/Debug/net6.0/jSockServerDemo.csproj.AssemblyReference.cache
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
jSockServerDemo/obj/Debug/net6.0/jSockServerDemo.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
7b99540e1474406408f9ec396403b82418a19d5e | ||
89f81788e2e84c0f4f93cc78b0999ae1a484f3a7 |
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
jSockServerDemo/obj/Release/net6.0/jSockServerDemo.assets.cache
Binary file not shown.
Binary file modified
BIN
+89.1 KB
(150%)
jSockServerDemo/obj/Release/net6.0/jSockServerDemo.csproj.AssemblyReference.cache
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters