From 6e0f02162e6bd0b487e8945963241f3c945b2025 Mon Sep 17 00:00:00 2001 From: "Jason Thompson (ID CXP)" Date: Thu, 1 Sep 2022 23:26:14 -0400 Subject: [PATCH] update version and copyright --- src/AzureADAssessment.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AzureADAssessment.psd1 b/src/AzureADAssessment.psd1 index bd9b24b..7e17af6 100644 --- a/src/AzureADAssessment.psd1 +++ b/src/AzureADAssessment.psd1 @@ -10,7 +10,7 @@ RootModule = 'AzureADAssessment.psm1' # Version number of this module. -ModuleVersion = '2.2' +ModuleVersion = '2.3' # Supported PSEditions CompatiblePSEditions = 'Core','Desktop' @@ -25,7 +25,7 @@ Author = 'Microsoft Identity' CompanyName = 'Microsoft Corporation' # Copyright statement for this module -Copyright = '(c) 2021 Microsoft Corporation. All rights reserved.' +Copyright = '(c) 2022 Microsoft Corporation. All rights reserved.' # Description of the functionality provided by this module Description = 'This module analyzes your Azure Active Directory configuration and provides best practice recommendations.'