From 2f2dcb77cdc1b49d76123cea0e7becd5fc473443 Mon Sep 17 00:00:00 2001 From: misdept Date: Mon, 6 Jan 2025 14:59:17 -0500 Subject: [PATCH] Update function names, add GUID, remove invalid export --- PS-Logger/PS-Logger.psd1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 = @() }