remove Ninjacrab. prefix from assembly name

This commit is contained in:
Kang Yu 2023-03-02 12:38:37 -08:00
parent cc56caab99
commit 42a91fd801
2 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Ninjacrab.PersistentWindows.Common</RootNamespace>
<AssemblyName>Ninjacrab.PersistentWindows.Common</AssemblyName>
<AssemblyName>PersistentWindows.Common</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>

View file

@ -4,12 +4,12 @@ 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("Ninjacrab.PersistentWindows.Common")]
[assembly: AssemblyTitle("PersistentWindows.Common")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Ninjacrab.PersistentWindows.Common")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyProduct("PersistentWindows.Common")]
[assembly: AssemblyCopyright("Copyright © 2014-2023, PersistentWindows")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]