Skip to content

Commit

Permalink
Quick fix for missing aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
darksidemilk committed Oct 11, 2023
1 parent 59166ff commit e2c25ed
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 10 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 = '2310.6.2'
ModuleVersion = '2310.6.3'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -145,8 +145,11 @@ CmdletsToExport = @()
VariablesToExport = '*'

# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
AliasesToExport = 'Remove-FogMac', 'Add-FogSnapins', 'Set-FogObject', 'Add-FogHost',
'Get-FogGroup', 'Get-MacsForHost', 'Get-FogMacs', 'Add-FogObject'
AliasesToExport = 'Remove-FogMac', 'Get-FogAssociatedSnapins', 'Get-FogHostSnapins',
'Get-FogHostSnapinAssociations', 'Get-FogGroup', 'Get-MacsForHost',
'Get-FogMacs', 'Add-FogHost', 'Add-FogObject', 'Save-FogImage',
'Invoke-FogImageCapture', 'Capture-FogImage', 'Pull-FogImage',
'Push-FogImage', 'Deploy-FogImage', 'Add-FogSnapins', 'Set-FogObject'

# DSC resources to export from this module
# DscResourcesToExport = @()
Expand Down Expand Up @@ -179,6 +182,10 @@ PrivateData = @{

# ReleaseNotes of this module
ReleaseNotes = '
# 2310.6.3
fixed missing aliases to export
# 2310.6.2
fixed duplicate release notes in manifest
Expand Down
4 changes: 4 additions & 0 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

# 2310.6.3

fixed missing aliases to export

# 2310.6.2

fixed duplicate release notes in manifest
Expand Down

0 comments on commit e2c25ed

Please sign in to comment.