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.
|
- using System.Reflection;
- using System.Runtime.InteropServices;
-
- [assembly: AssemblyTitle("Discord.Net.Audio")]
- [assembly: AssemblyDescription("A Discord.Net extension adding voice support.")]
- [assembly: AssemblyConfiguration("")]
- [assembly: AssemblyCompany("RogueException")]
- [assembly: AssemblyProduct("Discord.Net.Modules")]
- [assembly: AssemblyCopyright("Copyright © 2015")]
- [assembly: AssemblyTrademark("")]
- [assembly: AssemblyCulture("")]
-
- [assembly: ComVisible(false)]
- [assembly: Guid("76ea00e6-ea24-41e1-acb2-639c0313fa80")]
-
- [assembly: AssemblyVersion("0.9.6.0")]
- [assembly: AssemblyFileVersion("0.9.6.0")]
|