chore: fix plugin name

This commit is contained in:
Anna 2020-10-24 08:58:35 -04:00
parent 4a0c8d496b
commit 9cbebb06b7
3 changed files with 5 additions and 5 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("XIVChatPlugin")]
[assembly: AssemblyTitle("XIVChat")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("XIVChatPlugin")]
[assembly: AssemblyProduct("XIVChat")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

View File

@ -2,7 +2,7 @@
"Author": "ascclemens",
"Name": "XIVChat Server",
"Description": "Allows you to use various XIVChat clients to chat in FFXIV from anywhere!",
"InternalName": "XIVChatPlugin",
"InternalName": "XIVChat",
"AssemblyVersion": "1.0.0",
"RepoUrl": "https://sr.ht/~jkcclemens/xivchat",
"ApplicableVersion": "any",

View File

@ -10,7 +10,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>XIVChatPlugin</RootNamespace>
<AssemblyName>XIVChatPlugin</AssemblyName>
<AssemblyName>XIVChat</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
@ -112,7 +112,7 @@
<None Include="app.config" />
<None Include="ILMerge.props" />
<None Include="packages.config" />
<None Include="XIVChatPlugin.json" />
<None Include="XIVChat.json" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\XIVChatCommon\XIVChatCommon.csproj">