Skip to content

v3.4.1

Compare
Choose a tag to compare
@dlwyatt dlwyatt released this 22 Jul 05:26
· 1083 commits to main since this release
  • Updated code to use Get-CimInstance if possible, then Get-WmiObject, for Nano compatibility. [GH-484]
  • Fixed failure message output of Should BeLike / BeLikeExactly. [GH-497]
  • Added some missing information to about_Should help. [GH-519]
  • Made -OutputFormat parameter optional, defaulting to NUnitXml. [GH-503]
  • Fix error messsage of Should Throw when null input is provided [GH-521]
  • Fix mocking bug on functions that contain certain parameter names (Metadata, etc). [GH-583]