NetCoreServer.AssemblyInfo.cs 1.4 KB

123456789101112131415161718192021222324252627
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. //
  5. // Changes to this file may cause incorrect behavior and will be lost if
  6. // the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. using System;
  10. using System.Reflection;
  11. [assembly: System.Reflection.AssemblyCompanyAttribute("Ivan Shynkarenka")]
  12. [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
  13. [assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright (c) 2019-2023 Ivan Shynkarenka")]
  14. [assembly: System.Reflection.AssemblyDescriptionAttribute("Ultra fast and low latency asynchronous socket server & client C# .NET Core libra" +
  15. "ry with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connecti" +
  16. "ons problem solution")]
  17. [assembly: System.Reflection.AssemblyFileVersionAttribute("8.0.4.0")]
  18. [assembly: System.Reflection.AssemblyInformationalVersionAttribute("8.0.4.0")]
  19. [assembly: System.Reflection.AssemblyProductAttribute("NetCoreServer")]
  20. [assembly: System.Reflection.AssemblyTitleAttribute("NetCoreServer")]
  21. [assembly: System.Reflection.AssemblyVersionAttribute("8.0.4.0")]
  22. [assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/chronoxor/NetCoreServer")]
  23. // 由 MSBuild WriteCodeFragment 类生成。