Lachee / discord-rpc-csharp

C# custom implementation for Discord Rich Presence. Not deprecated and still available!
MIT License
560 stars 94 forks source link

Move solution to root directory #96

Closed AbnerSquared closed 3 years ago

AbnerSquared commented 3 years ago

This is a simple and quick fix for that minor solution positioning issue.

AbnerSquared commented 3 years ago
git : warning: url has no scheme: ?
At C:\projects\discord-rpc-csharp\build.ps1:115 char:3
+         git push -f origin HEAD:gh-pages
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (warning: url has no scheme: ?:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError

fatal: credential url cannot be parsed: ?
remote: No anonymous write access.
fatal: Authentication failed for 'https://github.com/Lachee/discord-rpc-csharp.git/'
Error occured while building the docs.

I'll figure out the cause for this error later on, but everything else should be okay.