Skip to content

Commit

Permalink
Releasing version 4.3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwirkykat committed Feb 20, 2019
1 parent a299a67 commit dd87532
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.3.0.0

- Fixes PSSA style violation issues resulting - fixes [Issue #84](https://github.com/PowerShell/DfsDsc/issues/84).
- Added 'DscResourcesToExport' to manifest to improve information in
PowerShell Gallery - fixes [Issue #86](https://github.com/PowerShell/DfsDsc/issues/86).
Expand Down
8 changes: 7 additions & 1 deletion DFSDsc.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,12 @@
ProjectUri = 'https://github.com/PowerShell/DFSDsc'

# ReleaseNotes of this module
ReleaseNotes = '- Explicitly removed extra hidden files from release package
ReleaseNotes = '- Fixes PSSA style violation issues resulting - fixes [Issue 84](https://github.com/PowerShell/DfsDsc/issues/84).
- Added "DscResourcesToExport" to manifest to improve information in
PowerShell Gallery - fixes [Issue 86](https://github.com/PowerShell/DfsDsc/issues/86).
- Set FunctionsToExport, CmdletsToExport, VariablesToExport, AliasesToExport
to empty list in manifest to meet best practice.
- Explicitly removed extra hidden files from release package
'
} # End of PSData hashtable
Expand All @@ -76,3 +81,4 @@




0 comments on commit dd87532

Please sign in to comment.