|
1 | 1 | # |
2 | | -# Module manifest for module '7zip' |
| 2 | +# Module manifest for module '7zip-Archive' |
3 | 3 | # |
4 | 4 | # Generated by: Dmitry Stadub |
5 | 5 | # |
@@ -29,7 +29,10 @@ CompanyName = '' |
29 | 29 | Copyright = '(c) Dmitry Stadub. All rights reserved.' |
30 | 30 |
|
31 | 31 | # Description of the functionality provided by this module |
32 | | -Description = '7zip utility wrapper. Use own copy of 7 zip utility and can download it from internet' |
| 32 | +Description = '7zip utility wrapper. |
| 33 | +Use own copy of 7 zip utility and can download it from internet |
| 34 | +Full documentation at the Github: https://github.com/stadub/PowershellScripts/tree/master/7zip |
| 35 | +' |
33 | 36 |
|
34 | 37 | # Minimum version of the PowerShell engine required by this module |
35 | 38 | # PowerShellVersion = '' |
@@ -65,7 +68,8 @@ Description = '7zip utility wrapper. Use own copy of 7 zip utility and can downl |
65 | 68 | # FormatsToProcess = @() |
66 | 69 |
|
67 | 70 | # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
68 | | -NestedModules = @('Aliases.ps1','7zip.ps1') |
| 71 | +#NestedModules = @('Aliases.ps1','7zip.ps1') |
| 72 | +RootModule = "7zip-Archive.psm1" |
69 | 73 |
|
70 | 74 | # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. |
71 | 75 | FunctionsToExport = @('*') |
@@ -107,7 +111,14 @@ PrivateData = @{ |
107 | 111 |
|
108 | 112 | # ReleaseNotes of this module |
109 | 113 | ReleaseNotes = ' |
110 | | - First public release |
| 114 | + First public release. |
| 115 | + Supported function: |
| 116 | + Read-ZipFile szr |
| 117 | + Add-ZipFileContent sza |
| 118 | + Remove-ZipFileContent szrm |
| 119 | + Test-ZipFileContent szt |
| 120 | + Get-ZipFileContent br |
| 121 | + Full documentation at the Github: https://github.com/stadub/PowershellScripts/tree/master/7zip |
111 | 122 | ' |
112 | 123 |
|
113 | 124 | } # End of PSData hashtable |
|
0 commit comments