You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AssemblyInfo.cs 598 B

7 年之前
7 年之前
123456789101112131415
  1. using System.Reflection;
  2. using System.Runtime.InteropServices;
  3. [assembly: AssemblyTitle("MQTTnet")]
  4. [assembly: AssemblyDescription("MQTTnet for .NET Framework")]
  5. [assembly: AssemblyConfiguration("")]
  6. [assembly: AssemblyCompany("Christian Kratky")]
  7. [assembly: AssemblyProduct("MQTTnet")]
  8. [assembly: AssemblyCopyright("Copyright © Christian Kratky 2016-2017")]
  9. [assembly: AssemblyTrademark("")]
  10. [assembly: AssemblyCulture("")]
  11. [assembly: ComVisible(false)]
  12. [assembly: Guid("a480ef90-0eaa-4d9a-b271-47a9c47f6f7d")]
  13. [assembly: AssemblyVersion("2.1.5.1")]
  14. [assembly: AssemblyFileVersion("2.1.5.1")]