Skip to content

Commit 261fb66

Browse files
committed
switch to unofficial rpc library because i want buttons, add stream url button
1 parent 4764e03 commit 261fb66

File tree

5 files changed

+220
-420
lines changed

5 files changed

+220
-420
lines changed

DiscordInterface.cs

Lines changed: 0 additions & 228 deletions
This file was deleted.

app.config

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1-
<?xml version="1.0"?>
2-
<configuration>
3-
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" /></startup>
4+
<runtime>
5+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
6+
<dependentAssembly>
7+
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
8+
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
9+
</dependentAssembly>
10+
</assemblyBinding>
11+
</runtime>
12+
</configuration>

0 commit comments

Comments
 (0)