Skip to content

Commit

Permalink
Releasing 2.4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PlagueHO committed Oct 23, 2019
1 parent a7ed1f9 commit 91c18f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Versions

## Unreleased
## 2.4.1.0

- Added `WSManConfig` to `DscResourcesToExport` in manifest.

Expand Down
11 changes: 2 additions & 9 deletions WSManDsc.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.4.0.0'
ModuleVersion = '2.4.1.0'

# ID used to uniquely identify this module
GUID = '15a87fbe-766b-4d2c-b856-645fd4a8d275'
Expand Down Expand Up @@ -96,14 +96,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '- Added .VSCode settings for applying DSC PSSA rules - fixes [Issue #32](https://github.com/PlagueHO/WSManDsc/issues/32).
- Fix minor style issues in hashtable layout.
- Added .gitattributes file to fix bug publishing examples - Fixes [Issue #34](https://github.com/PlagueHO/WSManDsc/issues/34).
- WSManConfig:
- Added new resource to allow configuration of core WS-Man
settings - Fixes [Issue #40](https://github.com/PlagueHO/WSManDsc/issues/40).
- WSManServiceConfig:
- Updated integration tests to latest version of template.
ReleaseNotes = '- Added `WSManConfig` to `DscResourcesToExport` in manifest.
'

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#---------------------------------#
# environment configuration #
#---------------------------------#
version: 2.3.0.{build}
version: 2.4.1.{build}
install:
- git clone https://github.com/PowerShell/DscResource.Tests

Expand Down

0 comments on commit 91c18f4

Please sign in to comment.