Skip to content

Commit

Permalink
Add details
Browse files Browse the repository at this point in the history
  • Loading branch information
nomi-san committed Oct 19, 2022
1 parent 9135b17 commit 90e687c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gui/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
// 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("gui")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("League Loader")]
[assembly: AssemblyDescription("A small JavaScript plugin loader for League Client, supports CommonJS modules.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("gui")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCompany("nomi.dev")]
[assembly: AssemblyProduct("League Loader")]
[assembly: AssemblyCopyright("Copyright © Nomi. All rights reserved.")]
[assembly: AssemblyTrademark("Application")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
Expand Down

0 comments on commit 90e687c

Please sign in to comment.