From fa47013847481d68017668a5d4a0a2760e6f0f2c Mon Sep 17 00:00:00 2001 From: Steve Jamieson Date: Thu, 6 Aug 2026 11:52:40 -0500 Subject: [PATCH] Added RootModule name Fix issue where commands where not being exported upon importing the module. --- src/FolioClient/FolioClient.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FolioClient/FolioClient.psd1 b/src/FolioClient/FolioClient.psd1 index 1bd56f0..d9ee3b5 100644 --- a/src/FolioClient/FolioClient.psd1 +++ b/src/FolioClient/FolioClient.psd1 @@ -9,7 +9,7 @@ @{ # Script module or binary module file associated with this manifest. -# RootModule = '' +RootModule = 'FolioClient' # Version number of this module. ModuleVersion = '0.0.3'