From fd302cae53a816cfe41f9813b0002681695218df Mon Sep 17 00:00:00 2001 From: Kevin Rowlandson Date: Sat, 5 Sep 2020 15:01:31 +0100 Subject: [PATCH] Update to release 0.0.9 --- AzureState/AzureState.psd1 | 2 +- AzureStateManager.psd1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AzureState/AzureState.psd1 b/AzureState/AzureState.psd1 index f4a2960..41d404d 100644 --- a/AzureState/AzureState.psd1 +++ b/AzureState/AzureState.psd1 @@ -12,7 +12,7 @@ # RootModule = 'AzureState.psm1' # Version number of this module. -ModuleVersion = '0.0.8' +ModuleVersion = '0.0.9' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/AzureStateManager.psd1 b/AzureStateManager.psd1 index 454fe4f..0e56fa7 100644 --- a/AzureStateManager.psd1 +++ b/AzureStateManager.psd1 @@ -12,7 +12,7 @@ RootModule = 'AzureStateManager.psm1' # Version number of this module. -ModuleVersion = '0.0.8' +ModuleVersion = '0.0.9' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -30,7 +30,7 @@ CompanyName = 'krowlandson' Copyright = 'Copyright (c) 2020 Kevin Rowlandson. All rights reserved.' # Description of the functionality provided by this module -Description = 'This module provides a set of PowerShell commands used to manage the state of Azure resources.' +Description = 'This module provides a set of PowerShell commands used to capture and manage the state of Azure resources.' # Minimum version of the PowerShell engine required by this module PowerShellVersion = '7.0'