DEV Community

Discussion on: How to automate nuget updates?

Collapse
 
vamsitp profile image
Vamsi TP
Collapse
 
peledzohar profile image
Zohar Peled

Thanks - this helps with several things - updating a specific nuget to a specific version, rebuilding the project and even publishing it (btw, wouldn't that work only for .Net core? we still have some older framework projects...) - but I didn't see where and how I can automate the version number increase... any pointers on that (if I still have to manually open VS it's kind of a deal breaker - and I don't really want to have to manipulate files programmatically either if I can avoid it)

Collapse
 
vamsitp profile image
Vamsi TP
Thread Thread
 
peledzohar profile image
Zohar Peled

Thanks, I'll give it a shot when I'll find the time...

Collapse
 
vamsitp profile image
Vamsi TP

And upgrade is automatic when you use those commands... Check the docs...