Skip to content

v2.0.7

Latest
Compare
Choose a tag to compare
@santisq santisq released this 20 Aug 16:58

What's Changed

  • Updates build process by @santisq in #27

  • Updates to README and Documentation by @santisq in #29

  • Adds -Exclude Parameter to Compress-ZipArchive by @santisq in #31. This parameter allows to exclude items from source. For example, if you wanted to compress the path folder excluding any file having the .xyz extension and any folder named test (including all its child items), you could do:

    Compress-ZipArchive .\path -Destination myPath.zip -Exclude *.xyz, *\test\*

Full Changelog: v2.0.6...v2.0.7