I'm quite new to Continous Integration and I'm trying to make some scripts for NuGet. It seems that the only way to make such scripts is the NuGet command line commands.
The NuGet command line doesn't offer so many functionality like the Package Manager Console in VS2010.
What is the usual way of do such scripting?
I need simple operations such as changing the version, updating the packages, etc...
Thanks!