Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@brianbunke brianbunke released this 13 Jan 21:30
· 2 commits to master since this release

[1.1.0] - 2018-01-13

Embarrassingly, I didn't know how easy it was to create a Generic.List that accepts many object types.

Changed

  • Default New-ArrayList collection type is now [System.Collections.Generic.List<System.Object>]

Added

  • If you insist, an ArrayList collection can still be generated with the command New-ArrayList -Legacy