Skip to content

Commit

Permalink
switch to unofficial rpc library because i want buttons, add stream u…
Browse files Browse the repository at this point in the history
…rl button
  • Loading branch information
Cynosphere committed Sep 19, 2022
1 parent 4764e03 commit 261fb66
Show file tree
Hide file tree
Showing 5 changed files with 220 additions and 420 deletions.
228 changes: 0 additions & 228 deletions DiscordInterface.cs

This file was deleted.

15 changes: 12 additions & 3 deletions app.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" /></startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Loading

0 comments on commit 261fb66

Please sign in to comment.