You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
TwitchDownloaderCore.csproj
to the release number.Release
mode and push to NuGet repository.The text was updated successfully, but these errors were encountered: