lay295 / TwitchDownloader

Twitch VOD/Clip Downloader - Chat Download/Render/Replay
MIT License
2.51k stars 257 forks source link

Host TwitchDownloaderCore library to Github's NuGet repository #1092

Open DennisPing opened 3 weeks ago

DennisPing commented 3 weeks ago

Checklist

Write your feature request here

TL;DR - Could a maintainer push the TwitchDownloaderCore library to NuGet repository?

Background

I want to use the TwitchDownloaderCore library in my own .NET project which will be built remotely in the cloud. Since this core library is already well structured, all that has to be done is push the NuGet package to an online repository (preferably Github's).

I've forked the repo and pushed the library to my own NuGet repository, but it feels quite slimy since I'm not the true code maintainer. It almost looks like a phishing attack 😭 .

Request