Skip to content

Commit

Permalink
Merge pull request #80 from kwirkykat/RevertPesterVersion
Browse files Browse the repository at this point in the history
Revert Pester version and remove tabs
  • Loading branch information
kwirkykat authored Jan 26, 2017
2 parents 4d513a3 + 7fb9815 commit bc6e101
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Please see the Examples section for more details.

### 3.7.0.0
* Adding a new resource
* MSFT_xVMNetworkAdapter: Attaches a new VM network adapter to the management OS or VM.
* MSFT_xVMNetworkAdapter: Attaches a new VM network adapter to the management OS or VM.

### 3.6.0.0

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install:
- ps: |
Import-Module -Name .\DscResource.Tests\TestHelper.psm1 -Force
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
Install-Module -Name Pester -Repository PSGallery -Force
Install-Module -Name Pester -Repository PSGallery -MaximumVersion 3.4.3 -Force
#---------------------------------#
# build configuration #
Expand Down
2 changes: 1 addition & 1 deletion xHyper-V.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PrivateData = @{

# ReleaseNotes of this module
ReleaseNotes = '* Adding a new resource
* MSFT_xVMNetworkAdapter: Attaches a new VM network adapter to the management OS or VM.
* MSFT_xVMNetworkAdapter: Attaches a new VM network adapter to the management OS or VM.
'

Expand Down

0 comments on commit bc6e101

Please sign in to comment.