Skip to content

Releases: dlwyatt/PSGenericMethods

v1.0.0.1

25 Oct 14:00

Choose a tag to compare

Added support for methods with a params array argument.
eg, void SomeMethod<T>(int arg1, params string[] moreValues)

Initial release

25 Oct 14:01

Choose a tag to compare

Initial release.