Skip to content

Commit

Permalink
Fixed module manifest error
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhitsolutions committed Oct 12, 2024
1 parent f67829c commit 922dbb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log for PSTypeExtensionTools

## v1.10.1

- Removed default command prefix in the module manifest, accidentally left in from a demonstration.

## v1.10.0

- Code cleanup and re-formatting.
Expand Down
4 changes: 2 additions & 2 deletions PSTypeExtensionTools.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@{
RootModule = 'PSTypeExtensionTools.psm1'
ModuleVersion = '1.10.0'
ModuleVersion = '1.10.1'
CompatiblePSEditions = @("Desktop", "Core")
GUID = 'f509035e-cb36-4d2f-b2c8-f4a60fb06d56'
Author = 'Jeff Hicks'
Expand All @@ -23,5 +23,5 @@
ProjectUri = 'https://github.com/jdhitsolutions/PSTypeExtensionTools'
} # End of PSData hashtable
} # End of PrivateData hashtable
DefaultCommandPrefix = 'Corp'
DefaultCommandPrefix = ''
}

0 comments on commit 922dbb8

Please sign in to comment.