discord-rpc-csharp icon indicating copy to clipboard operation
discord-rpc-csharp copied to clipboard

Nuget package is outdated

Open Smaltin opened this issue 3 years ago • 5 comments

Describe the bug The nuget package is outdated and is running the January 2021 version of the code

Expected behavior The package should be a more recent version involving the new URL keying for example

Additional context I believe it has to do with the nuget branch on Github being outdated, but I could be wrong.

Smaltin avatar Mar 01 '22 03:03 Smaltin

Yup, this is a known issue. The CI has failed to build and publish the last few nugget packages. I am waiting for Lachee/discord-rpc-unity#5 before I setup the CI and fix the nuget package.

leaving this issue open as a reminder

Lachee avatar Mar 01 '22 09:03 Lachee

I can try to fix https://github.com/Lachee/discord-rpc-unity/issues/5 with my upcoming PR https://github.com/Lachee/discord-rpc-csharp/pull/177 but I can't guarantee anything for 100% sure since I have no acknowledgement and/or idea how unity exactly works

Almighty-Shogun avatar Mar 01 '22 10:03 Almighty-Shogun

Any Progress on this? with the latest nuget package external URLs dont seem to work.

sll552 avatar Jun 21 '22 20:06 sll552

@sll552 I went ahead and ended up using a local copy which I compiled (since I didn't expect any immediate updates). If you wish to start using the library now, you can use my compiled copy. You can follow progress at https://github.com/Lachee/discord-rpc-unity/issues/5 (which none has been made any time recently so I suppose that answers your question). The nuget package is outdated and will remain that way until 117 is resolved

I am waiting for https://github.com/Lachee/discord-rpc-unity/issues/5 before I setup the CI and fix the nuget package.

Smaltin avatar Jun 22 '22 02:06 Smaltin

Thanks, I guess if needed I would compile it myself. I don't really understand why a unity UI bug is preventing a release of the nuget package, maybe it would be possible to split the unity part in a separate repo which uses the nuget from this (just thinking loud, I don't actually know how unity integration works)? Also the mentioned rewrite/cleanup of @Almighty-Shogun is closed without comment. So whats the status of all of this? @Lachee

sll552 avatar Jun 22 '22 07:06 sll552

nuget packages are part of gh actions now and wont be out of date anymore

Lachee avatar Aug 15 '22 16:08 Lachee