lay295 / TwitchDownloader

Twitch VOD/Clip Downloader - Chat Download/Render/Replay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Host TwitchDownloaderCore library to Github's NuGet repository

DennisPing opened this issue · comments

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

  • Update the package version number in TwitchDownloaderCore.csproj to the release number.
  • Update any authors, descriptions, etc.
  • Build the project in Release mode and push to NuGet repository.