Skip to content

Commit

Permalink
2.1.0 Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Eke committed Apr 9, 2018
1 parent 05a313c commit 9bdd808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/PS7Zip.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Describe "Expand-7Zip Function - $OSVersion" {
#New-Item -Path "c:\" -Name "archive" -ItemType "directory"
Expand-7Zip archive.zip -DestinationPath c:\archive
Test-Path "c:\archive\archive.txt" | Should Be $True
Remove-Item archive.txt
Remove-Item "c:\archive\archive.txt"
}

It 'should extract contents of folder\files.gz into the current working folder' {
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '1.3.{build}.0'
version: '2.1.{build}'
image: WMF 5
skip_commits:
message: /updated readme.*|update readme.*s/
Expand Down

0 comments on commit 9bdd808

Please sign in to comment.