Use to override with git releases
lastlink opened this issue · 5 comments
lastlink commented
is it possible to download an update from git releases?
Tyrrrz commented
As opposed to nuget?
Tyrrrz commented
Or do you mean git releases as in GitHub releases? Then yes, you should use GithubPackageResolver
.
lastlink commented
My understanding is that I could use this to prompt users or automate updating my .net application and I'd like to use git releases to do so. this won't be used for nuget dependencies.
lastlink commented
I see that the wiki has some info on getting started. https://github.com/Tyrrrz/Onova/wiki/Resolving-packages-from-GitHub-(GithubPackageResolver)
Tyrrrz commented
Yes that's correct