Skip to content

Commit

Permalink
Merge pull request #20 from webmd-health-services/feature/zip-depende…
Browse files Browse the repository at this point in the history
…ncy-update

Update vendored Zip module dependency to version 0.3.1 (from 0.3.0)
  • Loading branch information
decoyjoe committed Aug 18, 2020
2 parents 52bdb2c + 853a731 commit 76e4146
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 696 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
*.orig
.psgallerykey
/.whiskey/**/*_HelpInfo.xml
/.whiskey/**/en-US/**
/.whiskey/**/en-US/**
/ProGetAutomation/Zip/**
5 changes: 3 additions & 2 deletions ProGetAutomation/ProGetAutomation.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'ProGetAutomation.psm1'

# Version number of this module.
ModuleVersion = '0.10.0'
ModuleVersion = '0.10.1'

# Supported PSEditions
CompatiblePSEditions = @( 'Desktop', 'Core' )
Expand Down Expand Up @@ -132,7 +132,8 @@

# ReleaseNotes of this module
ReleaseNotes = @'
* Improved import speed by merging functions into the module's .psm1 file.
* Update vendored Zip module dependency to version 0.3.1 (from 0.3.0).
* Fixed: ProGet universal packages created by ProGetAutomation are not extractable on non-Windows platforms due to using "\" as the directory separator character.
'@

} # End of PSData hashtable
Expand Down
294 changes: 0 additions & 294 deletions ProGetAutomation/Zip/Functions/Add-ZipArchiveEntry.ps1

This file was deleted.

Loading

0 comments on commit 76e4146

Please sign in to comment.