Skip to content

Commit

Permalink
Shortening release notes in module manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
kwirkykat authored Feb 20, 2019
1 parent 758a485 commit 60eb4aa
Showing 1 changed file with 2 additions and 69 deletions.
71 changes: 2 additions & 69 deletions xPSDesiredStateConfiguration.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -148,75 +148,8 @@ All of the resources in the DSC Resource Kit are provided AS IS, and are not sup
Integration test file, MSFT_xDSCWebService.xxx.ps1.
- xRegistry
- Corrected style guideline violations. ([issue 489](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/489))
- Fix script analyzer issues in UseSecurityBestPractices.psm1.
[issue 483](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/483)
- Fixes script analyzer issues in xEnvironmentResource.
[issue 484](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/484)
- Fixes script analyzer issues in MSFT_xMsiPackage.psm1.
[issue 486](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/486)
- Fixes script analyzer issues in MSFT_xPackageResource.psm1.
[issue 487](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/487)
- Adds spaces between variable types and variables, and changes Type
Accelerators to Fully Qualified Type Names on affected code.
- Fixes script analyzer issues in MSFT_xPSSessionConfiguration.psm1
and convert Type Accelerators to Fully Qualified Type Names
[issue 488](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/488).
- Adds spaces between array members.
- Fixes script analyzer issues in MSFT_xRemoteFile.psm1 and
correct general style violations.
([issue 490](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/490))
- Remove unnecessary whitespace from line endings.
- Add statement to README.md regarding the lack of testing of this module with
PowerShell 4
[issue 522](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/522).
- Fixes script analyzer issues in MSFT_xWindowsOptionalFeature.psm1 and
correct general style violations.
[issue 494](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/494))
- Fixes script analyzer issues in MSFT_xRemoteFile.psm1 missed from
[issue 490](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/490).
- Fix script analyzer issues in MSFT_xWindowsFeature.psm1.
[issue 493](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/493)
- Fix script analyzer issues in MSFT_xUserResource.psm1.
[issue 492](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/492)
- Moves calls to set $global:DSCMachineStatus = 1 into a helper function to
reduce the number of locations where we need to suppress PSScriptAnalyzer
rules PSAvoidGlobalVars and PSUseDeclaredVarsMoreThanAssignments.
- Adds spaces between comment hashtags and comments.
- Fixes script analyzer issues in MSFT_xServiceResource.psm1.
[issue 491](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/491)
- Fixes script analyzer issues in MSFT_xWindowsPackageCab.psm1.
[issue 495](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/495)
- xFileUpload:
- Fixes script analyzer issues in xFileUpload.schema.psm1.
[issue 497](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/497)
- Update to meet style guidelines.
- Added Integration tests.
- Updated manifest Author, Company and Copyright to match
standards.
- Updated module manifest Copyright to match standards and remove
year.
- Auto-formatted the module manifest to improve layout.
- Fix Run-On Words in README.md.
- Changes to xPackage
- Fix an misnamed variable that causes an error during error message output.
[issue 449](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/449))
- Fixes script analyzer issues in MSFT_xPSSessionConfiguration.psm1.
[issue 566](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/566)
- Fixes script analyzer issues in xGroupSet.schema.psm1.
[issue 498](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/498)
- Fixes script analyzer issues in xProcessSet.schema.psm1.
[issue 499](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/499)
- Fixes script analyzer issues in xServiceSet.schema.psm1.
[issue 500](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/500)
- Fixes script analyzer issues in xWindowsFeatureSet.schema.psm1.
[issue 501](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/501)
- Fixes script analyzer issues in xWindowsOptionalFeatureSet.schema.psm1
[issue 502](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/502)
- Updates Should statements in Pester tests to use dashes before parameters.
- Added a CODE\_OF\_CONDUCT.md with the same content as in the README.md
[issue 562](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/562)
- Replaces Type Accelerators with fully qualified type names.
...
Continued release notes can be found at https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/dev/CHANGELOG.md
'

} # End of PSData hashtable
Expand Down

0 comments on commit 60eb4aa

Please sign in to comment.