Skip to content

Commit

Permalink
Merge pull request #853 from NikCharlebois/Dev
Browse files Browse the repository at this point in the history
Release 1.20.1021.1
  • Loading branch information
NikCharlebois authored Oct 21, 2020
2 parents 3376249 + 0be5395 commit 2724e0c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions Modules/Microsoft365DSC/Microsoft365DSC.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 2020-10-16
# Generated on: 2020-10-21

@{

# Script module or binary module file associated with this manifest.
# RootModule = ''

# Version number of this module.
ModuleVersion = '1.20.1016.1'
ModuleVersion = '1.20.1021.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -174,8 +174,13 @@
IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true'

# ReleaseNotes of this module
ReleaseNotes = "* TeamsVoiceRoute
* Initial Release"
ReleaseNotes = "* AADTenantDetails
* Fixed issue where IsSingleInstance was not returned from
the Get-TargetResource method;
* MISC
* Fix to how Telemetry is retrieving module version;
* Added additional error troubleshooting information
to telemetry (dependencies version)."

# Flag to indicate whether the module requires explicit user acceptance for install/update
# RequireLicenseAcceptance = $false
Expand Down

0 comments on commit 2724e0c

Please sign in to comment.