Skip to content

Commit 05e347a

Browse files
committed
Remove the Format-HtmlString cmdlet
1 parent 07e3f3a commit 05e347a

5 files changed

Lines changed: 0 additions & 76 deletions

File tree

Html.psd1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
AliasesToExport = "doctype", "esc", "layout"
1313
NestedModules = , "Sources/Main.psm1"
14-
RequiredAssemblies = , "Binaries/AngleSharp.dll"
1514
VariablesToExport = @()
1615

1716
CmdletsToExport = @(
@@ -132,7 +131,6 @@
132131
)
133132

134133
FunctionsToExport = @(
135-
"Format-HtmlString"
136134
"New-HtmlDocumentType"
137135
"Protect-HtmlString"
138136
"Use-HtmlLayout"

Scripts/Cmdlets.psm1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ function Publish-PSGalleryModule {
5454
Copy-Item $root/Sources $output -Recurse
5555
Remove-Item $output/Sources/*.cs*, $output/Sources/obj -Recurse
5656
Copy-Item $module.RootModule $output/Binaries
57-
$module.RequiredAssemblies.ForEach{ "$root/$_" } | Copy-Item -Destination $output/Binaries
5857

5958
$output = "$root/Temp/PSGallery"
6059
New-Item $output -ItemType Directory | Out-Null

Sources/Format-String.ps1

Lines changed: 0 additions & 50 deletions
This file was deleted.

Sources/Html.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="AngleSharp" Version="1.*" />
2423
<PackageReference Include="System.Management.Automation" Version="7.6.*" PrivateAssets="all" />
2524
</ItemGroup>
2625

Tests/Format-String.Tests.ps1

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)