Skip to content

Commit 8122e16

Browse files
committed
update azure build task
update readme update version
1 parent 0105715 commit 8122e16

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

7Zip/7zip-Archive.psd1

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# RootModule = ''
1212

1313
# Version number of this module.
14-
ModuleVersion = '0.9.0'
14+
ModuleVersion = '1.0.0'
1515

1616
# Supported PSEditions
1717
# CompatiblePSEditions = @()
@@ -119,6 +119,11 @@ PrivateData = @{
119119
Test-ZipFileContent szt
120120
Get-ZipFileContent br
121121
Full documentation at the Github: https://github.com/stadub/PowershellScripts/tree/master/7zip
122+
Changelog:
123+
Update icon.
124+
Remove extra shared functions
125+
Add update checker
126+
Change test environment to StrictMode=Latest
122127
'
123128

124129
} # End of PSData hashtable

7Zip/Icon.ico

-9.91 KB
Binary file not shown.

7Zip/README.md

Lines changed: 20 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
*Use own bin floder
66

7-
[![PowerShell 3](https://Stadub-Gh.visualstudio.com/PowershellScripts/_apis/build/status/7Zip?branchName=master)](https://Stadub-Gh.visualstudio.com/PowershellScripts/_build/latest?definitionId=3?branchName=master)
7+
[![PowerShell 3](https://Stadub-Gh.visualstudio.com/PowershellScripts/_apis/build/status/7Zip?branchName=master)](https://Stadub-Gh.visualstudio.com/PowershellScripts/_build/status/stadub.PowershellScripts?branchName=master)
88
[![PowerShell 4, 5 & Core on Windows build](https://ci.appveyor.com/api/projects/status/7tmg8wy30ipanjsd?svg=true)](https://ci.appveyor.com/project/stadub/powershellscripts)
99
[![Linux & MacOS build](https://img.shields.io/travis/stadub/PowershellScripts/master.svg?label=linux/macos+build)](https://travis-ci.org/stadub/PowershellScripts)
1010
[![latest version](https://img.shields.io/powershellgallery/v/7zip-Archive.svg?label=latest+version)](https://www.powershellgallery.com/packages/Bookmarks/)
@@ -181,36 +181,31 @@ Test-ZipFileContent - Perform zip file check
181181

182182
## Changelog
183183

184-
### [v0.9.5](https://github.com/stadub/PowershellScripts/releases/tag/v0.3.1)
185-
186-
* Add module methods description.
184+
### [v1.0.0](https://github.com/stadub/PowershellScripts/releases/tag/v0.4.0)
185+
186+
*First public release.
187+
*Supported function:
188+
`Read-ZipFile` `szr`
189+
`Add-ZipFileContent` `sza`
190+
`Remove-ZipFileContent` `szrm`
191+
`Test-ZipFileContent` `szt`
192+
`Get-ZipFileContent` `br`
193+
194+
* Changelog:
195+
Update icon.
196+
Remove extra shared functions
197+
Add update checker
198+
Change test environment to StrictMode=Latest
187199
* Adding Icon/Readme file/Usage video.
188200

189201
### [v0.9.0](https://github.com/stadub/PowershellScripts/releases/tag/v0.3.0)
190202

191203
* Adding unit tests
192-
* Added function `Remove-AllPSBookmarks`
193-
* Add `Test-ZipFileContent` function
194-
* Rename `Check7Zip` to `Test-7ZipInstall`
195-
196-
### [v0.8.0](https://github.com/stadub/PowershellScripts/releases/tag/v0.2.0)
197-
198-
* Adding unit tests for all functions
199-
* Refactor methods and extract worker process function to `Start-7Zip`
200-
* Fix functions load flow.
201-
* Move initalization to separated function.
202-
203-
### [v0.7.0](https://github.com/stadub/PowershellScripts/releases/tag/v0.1.0)
204-
205-
* Add the `Remove-ZipFileContent` `Read-ZipFile` functions
206-
* Separate functions and aliases.
207-
208-
### [v0.6.0](https://github.com/stadub/PowershellScripts/releases/tag/v0.1.0)
209-
210-
* Extracted module from the `FolderEncoder` project and move to individual folder.
211-
* Rename `Encode7zip` `Decode7Zip` to `Add-ZipFileContent` and `Get-ZipFileContent` functions
204+
* Extracted `7zip` module from `FolderEncoder`
205+
* Module `7zip` adding aliazes and tests
206+
* `7zip` moduel add readme file, icon and build def
212207

213-
## Motivation
208+
## Donate
214209

215210
The modules are created and actively maintained during evenings and weekends for my own needs.
216211
If it's useful for you too, that's great. I don't demand anything in return.

7Zip/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
Set-StrictMode -Version Latest
2525
Install-Module -Name Pester -Force
2626
Import-Module Pester
27-
. .\7zip\7zip.Tests.ps1
27+
. .\7zip\7Zip-Archive.Tests.ps1

0 commit comments

Comments
 (0)