Skip to content

Commit

Permalink
Update the assembly info
Browse files Browse the repository at this point in the history
  • Loading branch information
antigravities committed Jan 22, 2017
1 parent 3ea3d38 commit 597fbc4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Coolbooru/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
using System.Reflection;
using System.Runtime.CompilerServices;
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("Coolbooru")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("A Derpibooru client in C#/.NET")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("antigravities")]
[assembly: AssemblyProduct("Coolbooru")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyCopyright("Copyright © 2017 antigravities.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down

0 comments on commit 597fbc4

Please sign in to comment.