Skip to content

Commit 6b24ebd

Browse files
committed
Update name to SDR-RPC
1 parent 4ab27be commit 6b24ebd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

MainPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class MainPlugin : ISharpPlugin
3535
LargeImageKey = "image_large",
3636
LargeImageText = "SDRSharp",
3737
SmallImageKey = "image_small",
38-
SmallImageText = $"SDR# RPC plugin v{Assembly.GetEntryAssembly().GetName().Version} by EnderIce2"
38+
SmallImageText = $"SDR-RPC plugin v{Assembly.GetEntryAssembly().GetName().Version} by EnderIce2"
3939
}
4040
};
4141
private static DiscordRpcClient client;

Resgister.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
 <add key="Discord RPC" value="EnderIce2.SDRSharpPlugin.MainPlugin,DiscordRPC" />
1+
 <add key="Discord RPC" value="EnderIce2.SDRSharpPlugin.MainPlugin,SDR-RPC" />

SDRSharpPlugin.DiscordRPC.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>DiscordRPC</RootNamespace>
11-
<AssemblyName>DiscordRPC</AssemblyName>
11+
<AssemblyName>SDR-RPC</AssemblyName>
1212
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<Deterministic>true</Deterministic>

0 commit comments

Comments
 (0)