diff --git a/FogApi/FogApi.psd1 b/FogApi/FogApi.psd1 index c9067a5..928a1b7 100644 --- a/FogApi/FogApi.psd1 +++ b/FogApi/FogApi.psd1 @@ -12,7 +12,7 @@ RootModule = 'FogApi.psm1' # Version number of this module. -ModuleVersion = '2409.9.6' +ModuleVersion = '2409.9.7' # Supported PSEditions # CompatiblePSEditions = @() @@ -184,9 +184,9 @@ PrivateData = @{ # ReleaseNotes of this module ReleaseNotes = ' -# 2409.9.6 +# 2409.9.7 - Fix choco template issue of typo of folder name sources vs files' + Fix choco package building issue where not all files were being properly included in the package' # Prerelease string of this module # Prerelease = '' diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index d983dd1..201971b 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -2,6 +2,9 @@ ## 9.x +### 2409.9.7 + + Fix choco package building issue where not all files were being properly included in the package ### 2409.9.6 Fix choco template issue of typo of folder name sources vs files @@ -396,5 +399,6 @@ +