-
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
6bf28b7
commit f87add6
Showing
77 changed files
with
144 additions
and
51 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
https://go.microsoft.com/fwlink/?LinkID=208121. | ||
https://go.microsoft.com/fwlink/?LinkID=208121. | ||
--> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Project> | ||
<PropertyGroup> | ||
<History>False|2022-02-03T11:27:05.6394928Z;</History> | ||
<History>True|2022-05-01T07:31:56.8937704Z;True|2022-05-01T08:30:49.6704974+01:00;True|2022-05-01T08:28:59.0472898+01:00;False|2022-02-03T11:27:05.6394928+00:00;</History> | ||
</PropertyGroup> | ||
</Project> |
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.
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
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.0</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\Debug\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 @@ | ||
50638fa58ba5cbdce9cefe8028ad94301dd253d5 | ||
d9508f8ba53db6a4479bc5bfaa9d0fb73ebcf83b |
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.
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 |
---|---|---|
@@ -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.0</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 @@ | ||
4626cc4aec7a066dcaeb864c624b79e53e8b54d0 | ||
d6cac38481157a0f9ba96840d6cc7749bf7f65c1 |
Binary file not shown.
Binary file modified
BIN
+88.8 KB
(1500000%)
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 @@ | ||
288ed48dc5ec7b4b7b223a888ac658059d297285 | ||
5a8eb52b31ac7988653bbbd22fab6a04e0ebaf38 |
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
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.
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 modified
BIN
+0 Bytes
(100%)
jSockNativeClientDemo/bin/Debug/net6.0/jSockNativeClientDemo.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
jSockNativeClientDemo/bin/Debug/net6.0/jSockNativeClientDemo.pdb
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 modified
BIN
+0 Bytes
(100%)
jSockNativeClientDemo/obj/Debug/net6.0/jSockNativeClientDemo.assets.cache
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
jSockNativeClientDemo/obj/Debug/net6.0/jSockNativeClientDemo.csproj.AssemblyReference.cache
Binary file not shown.
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.
4 changes: 4 additions & 0 deletions
4
jSockNativeClientDemo/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
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,4 @@ | ||
// <autogenerated /> | ||
using System; | ||
using System.Reflection; | ||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] |
23 changes: 23 additions & 0 deletions
23
jSockNativeClientDemo/obj/Release/net6.0/jSockNativeClientDemo.AssemblyInfo.cs
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 @@ | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// This code was generated by a tool. | ||
// Runtime Version:4.0.30319.42000 | ||
// | ||
// Changes to this file may cause incorrect behavior and will be lost if | ||
// the code is regenerated. | ||
// </auto-generated> | ||
//------------------------------------------------------------------------------ | ||
|
||
using System; | ||
using System.Reflection; | ||
|
||
[assembly: System.Reflection.AssemblyCompanyAttribute("jSockNativeClientDemo")] | ||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] | ||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] | ||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] | ||
[assembly: System.Reflection.AssemblyProductAttribute("jSockNativeClientDemo")] | ||
[assembly: System.Reflection.AssemblyTitleAttribute("jSockNativeClientDemo")] | ||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] | ||
|
||
// Generated by the MSBuild WriteCodeFragment class. | ||
|
1 change: 1 addition & 0 deletions
1
jSockNativeClientDemo/obj/Release/net6.0/jSockNativeClientDemo.AssemblyInfoInputs.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 |
---|---|---|
@@ -0,0 +1 @@ | ||
d617b46709ef4dae2417d324382cff1875e306e4 |
10 changes: 10 additions & 0 deletions
10
...ntDemo/obj/Release/net6.0/jSockNativeClientDemo.GeneratedMSBuildEditorConfig.editorconfig
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,10 @@ | ||
is_global = true | ||
build_property.TargetFramework = net6.0 | ||
build_property.TargetPlatformMinVersion = | ||
build_property.UsingMicrosoftNETSdkWeb = | ||
build_property.ProjectTypeGuids = | ||
build_property.InvariantGlobalization = | ||
build_property.PlatformNeutralAssembly = | ||
build_property._SupportedPlatformList = Linux,macOS,Windows | ||
build_property.RootNamespace = jSockNativeClientDemo | ||
build_property.ProjectDir = C:\Users\jackk\OneDrive\My Projects\jSock\jSockNativeClientDemo\ |
8 changes: 8 additions & 0 deletions
8
jSockNativeClientDemo/obj/Release/net6.0/jSockNativeClientDemo.GlobalUsings.g.cs
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,8 @@ | ||
// <auto-generated/> | ||
global using global::System; | ||
global using global::System.Collections.Generic; | ||
global using global::System.IO; | ||
global using global::System.Linq; | ||
global using global::System.Net.Http; | ||
global using global::System.Threading; | ||
global using global::System.Threading.Tasks; |
Binary file added
BIN
+140 Bytes
jSockNativeClientDemo/obj/Release/net6.0/jSockNativeClientDemo.assets.cache
Binary file not shown.
Binary file added
BIN
+89.4 KB
...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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
{ | ||
"version": 2, | ||
"dgSpecHash": "uCfsDcaV/BvrbUOX8+jPDA7WgERW4q9vq4dhMNU7+2Vyk4ifECDAX8mm9CQDoymsvi9heIT8R7juxk/E7BweZA==", | ||
"dgSpecHash": "R6USyj5KtLvCbcVyBoH1XnjmRaRTESIOPorTupf9xx/0MaM4dRXaMtah70wsnBaZgEqfuJ80PTAHPgivg+DnKA==", | ||
"success": true, | ||
"projectFilePath": "C:\\Users\\jackk\\OneDrive\\My Projects\\jSock\\jSockNativeClientDemo\\jSockNativeClientDemo.csproj", | ||
"expectedPackageFiles": [ | ||
"C:\\Users\\jackk\\.nuget\\packages\\jsock\\1.0.0\\jsock.1.0.0.nupkg.sha512" | ||
], | ||
"expectedPackageFiles": [], | ||
"logs": [] | ||
} |
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.
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 modified
BIN
+0 Bytes
(100%)
jSockServerDemo/obj/Debug/net6.0/jSockServerDemo.assets.cache
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
jSockServerDemo/obj/Debug/net6.0/jSockServerDemo.csproj.AssemblyReference.cache
Binary file not shown.
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
+88.8 KB
(200%)
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
Oops, something went wrong.