Update name to SDR-RPC

This commit is contained in:
EnderIce2 2020-10-26 02:04:25 +02:00
parent 4ab27be91d
commit 6b24ebd4dc
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ namespace EnderIce2.SDRSharpPlugin
LargeImageKey = "image_large",
LargeImageText = "SDRSharp",
SmallImageKey = "image_small",
SmallImageText = $"SDR# RPC plugin v{Assembly.GetEntryAssembly().GetName().Version} by EnderIce2"
SmallImageText = $"SDR-RPC plugin v{Assembly.GetEntryAssembly().GetName().Version} by EnderIce2"
}
};
private static DiscordRpcClient client;

View File

@ -1 +1 @@
 <add key="Discord RPC" value="EnderIce2.SDRSharpPlugin.MainPlugin,DiscordRPC" />
 <add key="Discord RPC" value="EnderIce2.SDRSharpPlugin.MainPlugin,SDR-RPC" />

View File

@ -8,7 +8,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DiscordRPC</RootNamespace>
<AssemblyName>DiscordRPC</AssemblyName>
<AssemblyName>SDR-RPC</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>