diff --git a/websocket-sharp/AssemblyInfo.cs b/websocket-sharp/AssemblyInfo.cs
deleted file mode 100644
index c85deaa45..000000000
--- a/websocket-sharp/AssemblyInfo.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-
-// Information about this assembly is defined by the following attributes.
-// Change them to the values specific to your project.
-
-[assembly: AssemblyTitle("websocket-sharp")]
-[assembly: AssemblyDescription("A C# implementation of the WebSocket protocol client and server")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("websocket-sharp.dll")]
-[assembly: AssemblyCopyright("sta.blockhead")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
-// The form "{Major}.{Minor}.*" will automatically update the build and revision,
-// and "{Major}.{Minor}.{Build}.*" will update just the revision.
-
-[assembly: AssemblyVersion("1.0.2.*")]
-
-// The following attributes are used to specify the signing key for the assembly,
-// if desired. See the Mono documentation for more information about signing.
-
-//[assembly: AssemblyDelaySign(false)]
-//[assembly: AssemblyKeyFile("")]
diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index 1b32a2f77..e1622d70e 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -137,7 +137,7 @@ public class WebSocket : IDisposable
/// Int32.MaxValue - 14 inclusive.
///
///
- internal static readonly int FragmentLength;
+ public static int FragmentLength;
///
/// Represents the random number generator used internally.
diff --git a/websocket-sharp/websocket-sharp.csproj b/websocket-sharp/websocket-sharp.csproj
index 0860c0313..7a1035aee 100644
--- a/websocket-sharp/websocket-sharp.csproj
+++ b/websocket-sharp/websocket-sharp.csproj
@@ -1,149 +1,32 @@
-
-
+
+
- Debug
- AnyCPU
- 9.0.21022
- 2.0
- {B357BAC7-529E-4D81-A0D2-71041B19C8DE}
- Library
- WebSocketSharp
- websocket-sharp
- v3.5
+ net35;net45;netstandard2.0
true
websocket-sharp.snk
+ bin\$(Configuration)\$(TargetFramework)\websocket-sharp.xml
+ sta.blockhead
+ 1.0.2
+
+ sta
+ websocket-sharp provides the WebSocket protocol client and server.
+
+It supports:
+- RFC 6455
+- WebSocket Client and Server
+- Per-message Compression extension
+- Secure Connection
+- HTTP Authentication (Basic/Digest)
+- Query String, Origin header and Cookies
+- Connecting through the HTTP Proxy server
+- .NET 3.5 or later (includes compatible)
+ https://github.com/PingmanTools/websocket-sharp/blob/master/LICENSE.txt
+ https://github.com/PingmanTools/websocket-sharp/
+ https://github.com/PingmanTools/websocket-sharp/
+ true
+ websocket
+ WebSocketSharp-netstandard
-
- true
- full
- false
- bin\Debug
- DEBUG
- prompt
- 4
- false
-
-
- none
- false
- bin\Release
- prompt
- 4
- false
-
-
- true
- full
- false
- bin\Debug_Ubuntu
- DEBUG
- prompt
- 4
- false
-
-
- none
- false
- bin\Release_Ubuntu
- prompt
- 4
- false
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+