Skip to content

Commit 05b7d9f

Browse files
dependabot[bot]brianary
authored andcommitted
Bump HtmlAgilityPack from 1.12.1 to 1.12.2
--- updated-dependencies: - dependency-name: HtmlAgilityPack dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3fc18d commit 05b7d9f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/SelectHtml/SelectHtml.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Compile Include="SelectHtmlCommand.fs" />
1111
</ItemGroup>
1212
<ItemGroup>
13-
<PackageReference Include="HtmlAgilityPack" Version="1.12.1" />
13+
<PackageReference Include="HtmlAgilityPack" Version="1.12.2" />
1414
<PackageReference Include="PowerShellStandard.Library" Version="5.1.1" />
1515
</ItemGroup>
1616
<ItemGroup>

src/SelectHtml/SelectHtml.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# and https://docs.microsoft.com/powershell/module/microsoft.powershell.core/new-modulemanifest
33
@{
44
RootModule = 'SelectHtml.dll'
5-
ModuleVersion = '1.0.12'
5+
ModuleVersion = '1.0.13'
66
CompatiblePSEditions = @('Core','Desktop')
77
GUID = '28f9b47e-c048-4923-9361-9a0ea6bab4c7'
88
Author = 'Brian Lalonde'

0 commit comments

Comments
 (0)