Skip to content

Commit

Permalink
Built V2
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkimmins committed May 2, 2022
1 parent 6bf28b7 commit f87add6
Show file tree
Hide file tree
Showing 77 changed files with 144 additions and 51 deletions.
Binary file modified .vs/jSock/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file modified .vs/jSock/v17/.futdcache.v1
Binary file not shown.
Binary file modified .vs/jSock/v17/.suo
Binary file not shown.
4 changes: 2 additions & 2 deletions jSock/Properties/PublishProfiles/FolderProfile.pubxml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?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>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
Expand Down
6 changes: 3 additions & 3 deletions jSock/Properties/PublishProfiles/FolderProfile.pubxml.user
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 added jSock/bin/Debug/jSock.2.0.0.nupkg
Binary file not shown.
4 changes: 2 additions & 2 deletions jSock/bin/Debug/net6.0/jSock.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"jSock/1.0.0": {
"jSock/2.0.0": {
"runtime": {
"jSock.dll": {}
}
}
}
},
"libraries": {
"jSock/1.0.0": {
"jSock/2.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified jSock/bin/Debug/net6.0/jSock.dll
Binary file not shown.
Binary file modified jSock/bin/Debug/net6.0/jSock.pdb
Binary file not shown.
Binary file added jSock/bin/Release/jSock.1.0.0.nupkg
Binary file not shown.
Binary file added jSock/bin/Release/jSock.2.0.0.nupkg
Binary file not shown.
4 changes: 2 additions & 2 deletions jSock/bin/Release/net6.0/jSock.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"jSock/1.0.0": {
"jSock/2.0.0": {
"runtime": {
"jSock.dll": {}
}
}
}
},
"libraries": {
"jSock/1.0.0": {
"jSock/2.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified jSock/bin/Release/net6.0/jSock.dll
Binary file not shown.
Binary file modified jSock/bin/Release/net6.0/jSock.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed jSock/bin/Release/net6.0/ref/jSock.dll
Binary file not shown.
6 changes: 5 additions & 1 deletion jSock/jSock.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
<RepositoryUrl>https://github.com/jackkimmins/jSock</RepositoryUrl>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageTags>websocket;server;c#;host;websockets</PackageTags>
<PackageLicenseFile></PackageLicenseFile>
<Copyright>© Copyright 2022 Jack Kimmins. All rights reserved.</Copyright>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<Version>2.0.0</Version>
<PackageLicenseExpression> Apache-2.0</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
Expand Down
23 changes: 23 additions & 0 deletions jSock/obj/Debug/jSock.2.0.0.nuspec
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>
7 changes: 4 additions & 3 deletions jSock/obj/Debug/net6.0/jSock.AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@

[assembly: System.Reflection.AssemblyCompanyAttribute("Stable Network")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("© Copyright 2022 Jack Kimmins. All rights reserved.")]
[assembly: System.Reflection.AssemblyDescriptionAttribute("My C# WebSocket Server")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("jSock")]
[assembly: System.Reflection.AssemblyTitleAttribute("jSock")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/jackkimmins/jSock")]

// Generated by the MSBuild WriteCodeFragment class.
Expand Down
2 changes: 1 addition & 1 deletion jSock/obj/Debug/net6.0/jSock.AssemblyInfoInputs.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
50638fa58ba5cbdce9cefe8028ad94301dd253d5
d9508f8ba53db6a4479bc5bfaa9d0fb73ebcf83b
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = jSock
build_property.ProjectDir = c:\Users\jackk\OneDrive\My Projects\jSock\jSock\
build_property.ProjectDir = C:\Users\jackk\OneDrive\My Projects\jSock\jSock\
Binary file modified jSock/obj/Debug/net6.0/jSock.assets.cache
Binary file not shown.
Binary file modified jSock/obj/Debug/net6.0/jSock.dll
Binary file not shown.
Binary file modified jSock/obj/Debug/net6.0/jSock.pdb
Binary file not shown.
Binary file modified jSock/obj/Debug/net6.0/ref/jSock.dll
Binary file not shown.
Binary file modified jSock/obj/Debug/net6.0/refint/jSock.dll
Binary file not shown.
5 changes: 2 additions & 3 deletions jSock/obj/Release/jSock.1.0.0.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
<id>jSock</id>
<version>1.0.0</version>
<authors>Jack Kimmins</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="file">C:\Users\jackk\OneDrive\My Projects\jSock\LICENSE</license>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</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" />
Expand Down
23 changes: 23 additions & 0 deletions jSock/obj/Release/jSock.2.0.0.nuspec
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>
7 changes: 4 additions & 3 deletions jSock/obj/Release/net6.0/jSock.AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@

[assembly: System.Reflection.AssemblyCompanyAttribute("Stable Network")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("© Copyright 2022 Jack Kimmins. All rights reserved.")]
[assembly: System.Reflection.AssemblyDescriptionAttribute("My C# WebSocket Server")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("jSock")]
[assembly: System.Reflection.AssemblyTitleAttribute("jSock")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("2.0.0.0")]
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/jackkimmins/jSock")]

// Generated by the MSBuild WriteCodeFragment class.
Expand Down
2 changes: 1 addition & 1 deletion jSock/obj/Release/net6.0/jSock.AssemblyInfoInputs.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4626cc4aec7a066dcaeb864c624b79e53e8b54d0
d6cac38481157a0f9ba96840d6cc7749bf7f65c1
Binary file modified jSock/obj/Release/net6.0/jSock.assets.cache
Binary file not shown.
Binary file modified jSock/obj/Release/net6.0/jSock.csproj.AssemblyReference.cache
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
288ed48dc5ec7b4b7b223a888ac658059d297285
5a8eb52b31ac7988653bbbd22fab6a04e0ebaf38
2 changes: 1 addition & 1 deletion jSock/obj/Release/net6.0/jSock.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
C:\Users\jackk\OneDrive\My Projects\jSock\jSock\bin\Release\net6.0\jSock.deps.json
C:\Users\jackk\OneDrive\My Projects\jSock\jSock\bin\Release\net6.0\jSock.dll
C:\Users\jackk\OneDrive\My Projects\jSock\jSock\bin\Release\net6.0\ref\jSock.dll
C:\Users\jackk\OneDrive\My Projects\jSock\jSock\bin\Release\net6.0\jSock.pdb
C:\Users\jackk\OneDrive\My Projects\jSock\jSock\obj\Release\net6.0\jSock.csproj.AssemblyReference.cache
C:\Users\jackk\OneDrive\My Projects\jSock\jSock\obj\Release\net6.0\jSock.GeneratedMSBuildEditorConfig.editorconfig
Expand All @@ -10,3 +9,4 @@ C:\Users\jackk\OneDrive\My Projects\jSock\jSock\obj\Release\net6.0\jSock.csproj.
C:\Users\jackk\OneDrive\My Projects\jSock\jSock\obj\Release\net6.0\jSock.dll
C:\Users\jackk\OneDrive\My Projects\jSock\jSock\obj\Release\net6.0\ref\jSock.dll
C:\Users\jackk\OneDrive\My Projects\jSock\jSock\obj\Release\net6.0\jSock.pdb
C:\Users\jackk\OneDrive\My Projects\jSock\jSock\obj\Release\net6.0\refint\jSock.dll
Binary file modified jSock/obj/Release/net6.0/jSock.dll
Binary file not shown.
Binary file modified jSock/obj/Release/net6.0/jSock.pdb
Binary file not shown.
Binary file modified jSock/obj/Release/net6.0/ref/jSock.dll
Binary file not shown.
Binary file added jSock/obj/Release/net6.0/refint/jSock.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion jSock/obj/jSock.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"projects": {
"C:\\Users\\jackk\\OneDrive\\My Projects\\jSock\\jSock\\jSock.csproj": {
"version": "1.0.0",
"version": "2.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\jackk\\OneDrive\\My Projects\\jSock\\jSock\\jSock.csproj",
"projectName": "jSock",
Expand Down
2 changes: 1 addition & 1 deletion jSock/obj/project.assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"C:\\Users\\jackk\\.nuget\\packages\\": {}
},
"project": {
"version": "1.0.0",
"version": "2.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\jackk\\OneDrive\\My Projects\\jSock\\jSock\\jSock.csproj",
"projectName": "jSock",
Expand Down
2 changes: 1 addition & 1 deletion jSock/obj/project.nuget.cache
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": 2,
"dgSpecHash": "CvkC7HSnbqE/IHPYFvR5+IafezGyhJ7gPhrOaspZfMMmhSjCkNXE88IbqOqQKN2vC7toKSmIAJJKyuBZ6CMJ+A==",
"dgSpecHash": "kf5uY9gJysdvvbc54SJBUWZEykJu97NJ01kB1XPDd9H4uBTpsZQY+fxhv6f3v+McmvzrZMg9fpPgDRcpjzuXTA==",
"success": true,
"projectFilePath": "C:\\Users\\jackk\\OneDrive\\My Projects\\jSock\\jSock\\jSock.csproj",
"expectedPackageFiles": [],
Expand Down
Binary file modified jSockNativeClientDemo/bin/Debug/net6.0/jSock.dll
Binary file not shown.
Binary file modified jSockNativeClientDemo/bin/Debug/net6.0/jSock.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
".NETCoreApp,Version=v6.0": {
"jSockNativeClientDemo/1.0.0": {
"dependencies": {
"jSock": "1.0.0"
"jSock": "2.0.0"
},
"runtime": {
"jSockNativeClientDemo.dll": {}
}
},
"jSock/1.0.0": {
"jSock/2.0.0": {
"runtime": {
"jSock.dll": {}
}
Expand All @@ -27,7 +27,7 @@
"serviceable": false,
"sha512": ""
},
"jSock/1.0.0": {
"jSock/2.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified jSockNativeClientDemo/bin/Debug/net6.0/jSockNativeClientDemo.dll
Binary file not shown.
Binary file modified jSockNativeClientDemo/bin/Debug/net6.0/jSockNativeClientDemo.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ 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\
build_property.ProjectDir = C:\Users\jackk\OneDrive\My Projects\jSock\jSockNativeClientDemo\
Binary file not shown.
Binary file not shown.
Binary file modified jSockNativeClientDemo/obj/Debug/net6.0/jSockNativeClientDemo.dll
Binary file not shown.
Binary file modified jSockNativeClientDemo/obj/Debug/net6.0/jSockNativeClientDemo.pdb
Binary file not shown.
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 = "")]
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.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d617b46709ef4dae2417d324382cff1875e306e4
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\
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 not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
}
},
"C:\\Users\\jackk\\OneDrive\\My Projects\\jSock\\jSock\\jSock.csproj": {
"version": "1.0.0",
"version": "2.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\jackk\\OneDrive\\My Projects\\jSock\\jSock\\jSock.csproj",
"projectName": "jSock",
Expand Down
6 changes: 3 additions & 3 deletions jSockNativeClientDemo/obj/project.assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 3,
"targets": {
"net6.0": {
"jSock/1.0.0": {
"jSock/2.0.0": {
"type": "project",
"framework": ".NETCoreApp,Version=v6.0",
"compile": {
Expand All @@ -15,15 +15,15 @@
}
},
"libraries": {
"jSock/1.0.0": {
"jSock/2.0.0": {
"type": "project",
"path": "../jSock/jSock.csproj",
"msbuildProject": "../jSock/jSock.csproj"
}
},
"projectFileDependencyGroups": {
"net6.0": [
"jSock >= 1.0.0"
"jSock >= 2.0.0"
]
},
"packageFolders": {
Expand Down
6 changes: 2 additions & 4 deletions jSockNativeClientDemo/obj/project.nuget.cache
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 modified jSockServerDemo/bin/Debug/net6.0/jSock.dll
Binary file not shown.
Binary file modified jSockServerDemo/bin/Debug/net6.0/jSock.pdb
Binary file not shown.
6 changes: 3 additions & 3 deletions jSockServerDemo/bin/Debug/net6.0/jSockServerDemo.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
".NETCoreApp,Version=v6.0": {
"jSockServerDemo/1.0.0": {
"dependencies": {
"jSock": "1.0.0"
"jSock": "2.0.0"
},
"runtime": {
"jSockServerDemo.dll": {}
}
},
"jSock/1.0.0": {
"jSock/2.0.0": {
"runtime": {
"jSock.dll": {}
}
Expand All @@ -27,7 +27,7 @@
"serviceable": false,
"sha512": ""
},
"jSock/1.0.0": {
"jSock/2.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified jSockServerDemo/bin/Debug/net6.0/jSockServerDemo.dll
Binary file not shown.
Binary file modified jSockServerDemo/bin/Debug/net6.0/jSockServerDemo.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = jSockServerDemo
build_property.ProjectDir = c:\Users\jackk\OneDrive\My Projects\jSock\jSockServerDemo\
build_property.ProjectDir = C:\Users\jackk\OneDrive\My Projects\jSock\jSockServerDemo\
Binary file modified jSockServerDemo/obj/Debug/net6.0/jSockServerDemo.assets.cache
Binary file not shown.
Binary file not shown.
Binary file modified jSockServerDemo/obj/Debug/net6.0/jSockServerDemo.dll
Binary file not shown.
Binary file modified jSockServerDemo/obj/Debug/net6.0/jSockServerDemo.pdb
Binary file not shown.
Binary file modified jSockServerDemo/obj/Release/net6.0/jSockServerDemo.assets.cache
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
}
},
"C:\\Users\\jackk\\OneDrive\\My Projects\\jSock\\jSock\\jSock.csproj": {
"version": "1.0.0",
"version": "2.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\jackk\\OneDrive\\My Projects\\jSock\\jSock\\jSock.csproj",
"projectName": "jSock",
Expand Down
Loading

0 comments on commit f87add6

Please sign in to comment.