Version 0.2.0
This release finally adds Cake Aliases, so we no longer need to call ArgumentBinder.Something all the time, we can use the Cake methods.
You can continue to call these functions if you want, but are no longer required to. The table below shows the old methods, and the new way to call them:
Original Function | New Alias Function |
---|---|
ArgumentBinder.FromArguments | CreateFromArguments |
ArgumentBinder.ConfigToStringHelper | ArgumentConfigToString |
ArgumentBinder.GetDescription | DescriptionFromArguments |
DescriptionFromArguments is an extension of CakeTaskBuilder, not ICakeContext, so it can be called while creating a task.
The readme and examples have been updated to use the new functions.
Lastly, the package is now smaller, by only including the ArgumentBinder.dll and .pdb file instead of everything else.