diff --git a/PS-Logger/PS-Logger.psd1 b/PS-Logger/PS-Logger.psd1 index 9a0bb97..349abb4 100644 --- a/PS-Logger/PS-Logger.psd1 +++ b/PS-Logger/PS-Logger.psd1 @@ -6,7 +6,7 @@ ModuleVersion = '1.0.0' # ID used to uniquely identify this module - GUID = '{00000000-0000-0000-0000-000000000000}' + GUID = '{e36defc7-e216-4522-9635-cba84ec63dd9}' # Author of this module Author = 'Raymond LaRose' @@ -48,7 +48,4 @@ # HelpInfo URI of this module HelpInfoURI = '' - - # Components to process during module analysis. - ModulesToProcess = @() }