1.1.1
Change
- CommandRequest class removed.
- CommandCheckAttribute's AttributeTarget set to Method.
- Execute(string, object[]) is now internal. (Because of risk)
- Added new properties in Command class
- Arguments : The object array that converted.
- RawArguments : The string arguments that from execute.
Bug Fix
- Fixed that when passed argument was null, it raises not ArgumentException but TargetParameterCountException.
Full Changelog: v1.1.0...v1.1.1