From 2b237426554587ad7650ddf13ca75a571834bb2d Mon Sep 17 00:00:00 2001 From: Max Ustinov Date: Wed, 18 Sep 2024 14:59:17 -0700 Subject: [PATCH] Update module and assembly version to 16.6.7 (#657) Increased the ModuleVersion, AssemblyVersion, and FileVersion from 16.6.6 to 16.6.7 in the SecretManagement.Keeper.psd1 and SecretManagement.Keeper.csproj files. This ensures the latest changes are reflected in the module and assembly metadata. --- .../SecretManagement.Keeper/SecretManagement.Keeper.csproj | 4 ++-- .../SecretManagement.Keeper/SecretManagement.Keeper.psd1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/dotNet/SecretManagement.Keeper/SecretManagement.Keeper.csproj b/sdk/dotNet/SecretManagement.Keeper/SecretManagement.Keeper.csproj index 090d492d..e540d369 100644 --- a/sdk/dotNet/SecretManagement.Keeper/SecretManagement.Keeper.csproj +++ b/sdk/dotNet/SecretManagement.Keeper/SecretManagement.Keeper.csproj @@ -4,8 +4,8 @@ netstandard2.0 SecretManagement.Keeper true - 16.6.6 - 16.6.6 + 16.6.7 + 16.6.7 diff --git a/sdk/dotNet/SecretManagement.Keeper/SecretManagement.Keeper.psd1 b/sdk/dotNet/SecretManagement.Keeper/SecretManagement.Keeper.psd1 index 2b4d59ca..23ca6974 100644 --- a/sdk/dotNet/SecretManagement.Keeper/SecretManagement.Keeper.psd1 +++ b/sdk/dotNet/SecretManagement.Keeper/SecretManagement.Keeper.psd1 @@ -1,5 +1,5 @@ @{ - ModuleVersion = '16.6.6' + ModuleVersion = '16.6.7' CompatiblePSEditions = @('Core') GUID = '20ab89cb-f0dd-4e8e-b276-f3a7708c1eb2' Author = 'Sergey Aldoukhov'