-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable auto update #40
Conversation
@maraf : I tried to test this with the following setup:
-> it finds the First I thought I messed up the local feed somehow. Thus I added another package ( |
@mast-eu Updates can be done only on the tab "Updates". I think there is something in behind why I had to implement it this way. |
I'll take a look. |
Well, update works in a quite complicated way... Quick solution:Place package with PM in currently installed version in the test feed. How it worksAft first, update uses Than it uses selected feed(s) to look for newer versions on installed packages and offers udpates. In a production environment it works quite good, because package X is in feed A, and also the newer version is in the same feed. |
Confirm it's working. Thanks.
This means that the package for v1.1.0 already needs to be published on nuget.org. Otherwise any later self-update would not work. |
Proposed change