mirror of
https://github.com/EnderIce2/SDR-RPC.git
synced 2025-05-26 03:44:26 +00:00
Fixed showing wrong version
This commit is contained in:
parent
78d746af43
commit
f69b5e623b
@ -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.LoadFrom("SDR-RPC.dll").GetName().Version} by EnderIce2" // should show the correct version
|
||||
}
|
||||
};
|
||||
private static DiscordRpcClient client;
|
||||
|
Loading…
x
Reference in New Issue
Block a user