From 5a65bc0b4abfa19720493d7ec3161237178d1a25 Mon Sep 17 00:00:00 2001 From: Evan Yeung Date: Sun, 16 Oct 2022 12:18:43 -0400 Subject: [PATCH] fix: removed wildcard matching .ps1xml format files --- PowerHTML.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerHTML.psd1 b/PowerHTML.psd1 index 886411d..dfa3abc 100644 --- a/PowerHTML.psd1 +++ b/PowerHTML.psd1 @@ -63,7 +63,7 @@ Description = 'Provides a wrapper for HTML Agility Pack for use where the IE HTM # TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module -FormatsToProcess = @('.\Types\*.ps1xml') +FormatsToProcess = @('.\Types\HtmlAgilityPack.HtmlTextNode.ps1xml') # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess # NestedModules = @()