Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@xforever1313 xforever1313 released this 02 Jan 23:28
· 94 commits to master since this release

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.