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

AssemblyInfo.cs 619 B

8 years ago
123456789101112131415161718
  1. using System.Reflection;
  2. using System.Runtime.InteropServices;
  3. [assembly: AssemblyTitle("Discord.Net.Audio")]
  4. [assembly: AssemblyDescription("A Discord.Net extension adding voice support.")]
  5. [assembly: AssemblyConfiguration("")]
  6. [assembly: AssemblyCompany("RogueException")]
  7. [assembly: AssemblyProduct("Discord.Net.Modules")]
  8. [assembly: AssemblyCopyright("Copyright © 2015")]
  9. [assembly: AssemblyTrademark("")]
  10. [assembly: AssemblyCulture("")]
  11. [assembly: ComVisible(false)]
  12. [assembly: Guid("76ea00e6-ea24-41e1-acb2-639c0313fa80")]
  13. [assembly: AssemblyVersion("0.9.6.0")]
  14. [assembly: AssemblyFileVersion("0.9.6.0")]