This commit is contained in:
CreepyCrafter24 2019-11-16 18:27:18 +01:00
parent c5aa980b75
commit ef4fadde3b
1 changed files with 4 additions and 4 deletions

View File

@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Misc")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("CC-Functions.W32")]
[assembly: AssemblyDescription("Random pieces of code used across my projects. I do NOT recommend using this in your own project!")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Misc")]
[assembly: AssemblyCompany("CC24")]
[assembly: AssemblyProduct("CC-Functions")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]