mirror of
https://github.com/TheShadowEevee/libWiiSharp.git
synced 2025-01-11 15:38:51 -06:00
Update AssemblyInfo.cs
This commit is contained in:
parent
ccde74a090
commit
4445cb3fe2
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
||||||
using System.Resources;
|
using System.Resources;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
[assembly: AssemblyTitle("libWiiSharp_Modified")]
|
[assembly: AssemblyTitle("libWiiSharp")]
|
||||||
[assembly: AssemblyDescription("A wii related .NET library modified to add features for other programs.")]
|
[assembly: AssemblyDescription("A wii related .NET library modified to add features for other programs.")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("Leathl,SC reproductions")]
|
[assembly: AssemblyCompany("TheShadowEevee")]
|
||||||
[assembly: AssemblyProduct("libWiiSharp_Modified")]
|
[assembly: AssemblyProduct("libWiiSharp")]
|
||||||
[assembly: AssemblyCopyright("Copyright © Leathl 2011, Copyright © Github Contributors 2020-2022")]
|
[assembly: AssemblyCopyright("Copyright © Leathl 2011, Copyright © Github Contributors 2020-2022")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: ComVisible(true)]
|
[assembly: ComVisible(true)]
|
||||||
|
|
Loading…
Reference in a new issue