v0.7.0
What's new?
Support for response file (#21)
You can now provide a pth to a response file instead of passing arguments. The file path must be provided as the very first argument (before the name of the command), prefixed by a @. The file must have the extension .rsp and should contains each argument on its own line.
Double dash to specify raw argument (#23)
If you want to put items in the Arguments list of a command that would be treated as parameters, you can now use the special separator --. Every items after this separator will be added the the Arguments list.
Imporve usage of custom DI systems (#27)
All default types are now public in order to allow them to be used with a custom DI systems instead of reimplementing them.
What's fixed?
- The
DependencyResolverCommandActivatorthrows an exception when trying to resolver a command (#28)
What else?
The build is now done with Cake build. The build versions, creates a package and publish it to MyGet (for alpha release) or NuGet (for beta and stable release) (#13 #25)