v2.0.8
What's Changed
New-ZipEntry
- Use file's.FullName
if no-EntryPath
is provided by @santisq in #33:- Makes
-EntryPath
no longer Mandatory onFile
ParameterSet. When no-EntryPath
is specified the cmdlet will use the-SourcePath
in it's normalized form. - Added Pester tests and updated docs to reflect this change.
- Updated all docs Syntax section to properly reflect Mandatory parameters.
- Makes
Full Changelog: v2.0.7...v2.0.8