Skip to content

Commit

Permalink
Releasing version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Guardian committed Nov 25, 2019
1 parent cc543fd commit c37a5f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
14 changes: 7 additions & 7 deletions AdfsDsc.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '0.1.37'
ModuleVersion = '1.0.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -81,11 +81,11 @@ CmdletsToExport = @()
AliasesToExport = @()

# DSC resources to export from this module
DscResourcesToExport = 'AdfsApplicationGroup', 'AdfsApplicationPermission',
'AdfsCertificate', 'AdfsFarm', 'AdfsFarmNode',
'AdfsGlobalAuthneticationPolicy', 'AdfsGlobalWebContent',
'AdfsNativeClientApplication', 'AdfsProperties',
'AdfsRelyingPartyTrust', 'AdfsSslCertificate',
DscResourcesToExport = 'AdfsApplicationGroup', 'AdfsApplicationPermission',
'AdfsCertificate', 'AdfsFarm', 'AdfsFarmNode',
'AdfsGlobalAuthneticationPolicy', 'AdfsGlobalWebContent',
'AdfsNativeClientApplication', 'AdfsProperties',
'AdfsRelyingPartyTrust', 'AdfsSslCertificate',
'AdfsWebApiApplication'

# List of all modules packaged with this module
Expand Down Expand Up @@ -115,7 +115,7 @@ PrivateData = @{
ReleaseNotes = 'https://github.com/X-Guardian/AdfsDsc/blob/master/CHANGELOG.md'

# Prerelease string of this module
# Prerelease = ''
# Prerelease = '-alpha'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased


## 1.0.0

- Changes to AdfsWebApiApplication
- Added support for access control policy parameters ([issue #19](https://github.com/X-Guardian/AdfsDsc/issues/19)).
- Changes to AdfsRelyingPartyTrust
Expand Down

0 comments on commit c37a5f5

Please sign in to comment.