Skip to content

Commit

Permalink
Releasing version 4.5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwirkykat committed Apr 3, 2019
1 parent 3846b06 commit 3fc8694
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
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.5.0.0

- Fix example publish to PowerShell Gallery by adding `gallery_api`
environment variable to `AppVeyor.yml` - fixes [Issue #187](https://github.com/PowerShell/CertificateDsc/issues/187).
- CertificateDsc.Common.psm1
Expand Down
17 changes: 8 additions & 9 deletions CertificateDsc.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
# Version number of this module.
moduleVersion = '4.4.0.0'
moduleVersion = '4.5.0.0'

# ID used to uniquely identify this module
GUID = '1b8d785e-79ae-4d95-ae58-b2460aec1031'
Expand Down Expand Up @@ -53,14 +53,12 @@
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '- Minor style corrections from PR for
[Issue 161](https://github.com/PowerShell/CertificateDsc/issues/161)
that were missed.
- Opt-in to Example publishing to PowerShell Gallery - fixes
[Issue 177](https://github.com/PowerShell/CertificateDsc/issues/177).
- Changed Test-CertificateAuthority to return the template name if it finds the
display name of the template in the certificate -fixes
[Issue 147](https://github.com/PowerShell/CertificateDsc/issues/147).
ReleaseNotes = '- Fix example publish to PowerShell Gallery by adding `gallery_api`
environment variable to `AppVeyor.yml` - fixes [Issue 187](https://github.com/PowerShell/CertificateDsc/issues/187).
- CertificateDsc.Common.psm1
- Exclude assemblies that set DefinedTypes to null instead of an empty array
to prevent failures on GetTypes(). This issue occurred with the
Microsoft.WindowsAzure.Storage.dll assembly.
'

Expand All @@ -85,3 +83,4 @@ that were missed.




0 comments on commit 3fc8694

Please sign in to comment.