Skip to content

Commit 8ace14a

Browse files
committed
Merge branch 'master' of github.com:Lachee/discord-rpc-csharp
2 parents e81c8e7 + 4455527 commit 8ace14a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+208
-444
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: cp README.md Docfx/index.md
2222

2323
- name: Build Site
24-
run: docfx Docfx/docfx.json -t default,templates/darkfx
24+
run: docfx Docfx/docfx.json
2525

2626
# Upload the generated documentation
2727
- name: Upload site artifact

DiscordRPC.Example/Issue104.cs

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

DiscordRPC.Example/IssueJoinLogic.cs

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

DiscordRPC.Example/IssueMultipleSets.cs

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

DiscordRPC.Example/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace DiscordRPC.Example
77
{
8-
partial class Program
8+
class Program
99
{
1010
/// <summary>
1111
/// The level of logging to use.

0 commit comments

Comments
 (0)