Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
Merge branch 'dev' into markdownlint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Guardian authored May 24, 2019
2 parents df1877f + fea8dbf commit c601999
Show file tree
Hide file tree
Showing 5 changed files with 631 additions and 543 deletions.
46 changes: 3 additions & 43 deletions PSDscResources.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# RootModule = ''

# Version number of this module.
moduleVersion = '2.10.0.0'
moduleVersion = '2.11.0.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -101,48 +101,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Fixed CompanyName typo - Fixes [Issue 100](https://github.com/PowerShell/PSDscResources/issues/100)
* Update LICENSE file to match the Microsoft Open Source Team
standard - Fixes [Issue 120](https://github.com/PowerShell/PSDscResources/issues/120).
* Update `CommonResourceHelper` unit tests to meet Pester 4.0.0
standards ([issue 129](https://github.com/PowerShell/PSDscResources/issues/129)).
* Update `ResourceHelper` unit tests to meet Pester 4.0.0
standards ([issue 129](https://github.com/PowerShell/PSDscResources/issues/129)).
* Ported fixes from [xPSDesiredStateConfiguration](https://github.com/PowerShell/xPSDesiredStateConfiguration):
* xArchive
* Fix end-to-end tests.
* Update integration tests to meet Pester 4.0.0 standards.
* Update end-to-end tests to meet Pester 4.0.0 standards.
* Update unit and integration tests to meet Pester 4.0.0 standards.
* Wrapped all path and identifier strings in verbose messages with
quotes to make it easier to identify the limit of the string when
debugging.
* Refactored date/time checksum code to improve testability and ensure
tests can run on machines with localized datetime formats that are not
US.
* Fix "Get-ArchiveEntryLastWriteTime" to return `[datetime]`.
* Improved verbose logging to make debugging path issues easier.
* Added .gitattributes file to ensure CRLF settings are configured correctly
for the repository.
* Updated ".vscode\settings.json" to refer to AnalyzerSettings.psd1 so that
custom syntax problems are highlighted in Visual Studio Code.
* Fixed style guideline violations in `CommonResourceHelper.psm1`.
* Updated "appveyor.yml" to meet more recent standards.
* Removed OS image version from "appveyor.yml" to use default image
([Issue 127](https://github.com/PowerShell/PSDscResources/issues/127)).
* Removed code to install WMF5.1 from "appveyor.yml" because it is already
installed in AppVeyor images ([Issue 128](https://github.com/PowerShell/PSDscResources/issues/128)).
* Removed .vscode from .gitignore so that Visual Studio code environment
settings can be committed.
* Environment
* Update tests to meet Pester 4.0.0 standards ([issue 129](https://github.com/PowerShell/PSDscResources/issues/129)).
* Group
* Update tests to meet Pester 4.0.0 standards ([issue 129](https://github.com/PowerShell/PSDscResources/issues/129)).
* Fix unit tests to run on Nano Server.
* Refactored unit tests to enclude Context fixtures and change functions
to Describe fixtures.
* GroupSet
* Update tests to meet Pester 4.0.0 standards ([issue 129](https://github.com/PowerShell/PSDscResources/issues/129)).
ReleaseNotes = '* Fix Custom DSC Resource Kit PSSA Rule Failures
'

Expand All @@ -167,3 +126,4 @@ PrivateData = @{




6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,12 @@ The following parameters will be the same for each process in the set:

### Unreleased

* Fixes issue where MsiPackage Integration tests fail to make an HTTPS
connection if Strong Crypto for .NET is not enabled. Fixes
[Issue #142](https://github.com/PowerShell/PSDscResources/issues/142)

### 2.11.0.0

* Fix Custom DSC Resource Kit PSSA Rule Failures
* Fix README markdownlint validation failures

Expand Down
Loading

0 comments on commit c601999

Please sign in to comment.