//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//
//     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("Ivan Shynkarenka")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright (c) 2019-2023 Ivan Shynkarenka")]
[assembly: System.Reflection.AssemblyDescriptionAttribute("Ultra fast and low latency asynchronous socket server & client C# .NET Core libra" +
    "ry with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connecti" +
    "ons problem solution")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("8.0.4.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("8.0.4.0")]
[assembly: System.Reflection.AssemblyProductAttribute("NetCoreServer")]
[assembly: System.Reflection.AssemblyTitleAttribute("NetCoreServer")]
[assembly: System.Reflection.AssemblyVersionAttribute("8.0.4.0")]
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/chronoxor/NetCoreServer")]

// 由 MSBuild WriteCodeFragment 类生成。