Skip to content

Commit

Permalink
Update module and assembly version to 16.6.7 (#657)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
maksimu authored Sep 18, 2024
1 parent c94b526 commit 2b23742
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>SecretManagement.Keeper</AssemblyName>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<AssemblyVersion>16.6.6</AssemblyVersion>
<FileVersion>16.6.6</FileVersion>
<AssemblyVersion>16.6.7</AssemblyVersion>
<FileVersion>16.6.7</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@{
ModuleVersion = '16.6.6'
ModuleVersion = '16.6.7'
CompatiblePSEditions = @('Core')
GUID = '20ab89cb-f0dd-4e8e-b276-f3a7708c1eb2'
Author = 'Sergey Aldoukhov'
Expand Down

0 comments on commit 2b23742

Please sign in to comment.