From 337cf6fcd9f7d25927a229dde7f66753cd63064a Mon Sep 17 00:00:00 2001 From: jeffj6123 Date: Tue, 3 Aug 2021 10:59:02 -0700 Subject: [PATCH] update versions. --- properties/service_fabric_common.props | 3 +-- .../manifest/Microsoft.ServiceFabric.Powershell.Http.psd1 | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/properties/service_fabric_common.props b/properties/service_fabric_common.props index 2a8b0345..fc3a1cb4 100644 --- a/properties/service_fabric_common.props +++ b/properties/service_fabric_common.props @@ -23,9 +23,8 @@ 4 - 4 + 5 0 0 - -preview01 diff --git a/src/Microsoft.ServiceFabric.Powershell.Http/manifest/Microsoft.ServiceFabric.Powershell.Http.psd1 b/src/Microsoft.ServiceFabric.Powershell.Http/manifest/Microsoft.ServiceFabric.Powershell.Http.psd1 index 61a75d38..f6107c99 100644 --- a/src/Microsoft.ServiceFabric.Powershell.Http/manifest/Microsoft.ServiceFabric.Powershell.Http.psd1 +++ b/src/Microsoft.ServiceFabric.Powershell.Http/manifest/Microsoft.ServiceFabric.Powershell.Http.psd1 @@ -19,7 +19,7 @@ } # Version number of this module. Minor.Patch version matches the Major.Minor version of client lib. -ModuleVersion = '1.4.2' +ModuleVersion = '1.4.5' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop'