Skip to content

Commit

Permalink
Fix choco package building issue where not all files were being prope…
Browse files Browse the repository at this point in the history
…rly included in the package
  • Loading branch information
darksidemilk committed Sep 8, 2024
1 parent ae1c302 commit e33d799
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FogApi/FogApi.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'FogApi.psm1'

# Version number of this module.
ModuleVersion = '2409.9.6'
ModuleVersion = '2409.9.7'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -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 = ''
Expand Down
4 changes: 4 additions & 0 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -396,5 +399,6 @@






0 comments on commit e33d799

Please sign in to comment.