Skip to content

Commit a3fc18d

Browse files
dependabot[bot]brianary
authored andcommitted
Bump HtmlAgilityPack from 1.12.0 to 1.12.1
Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/zzzprojects/html-agility-pack/releases) - [Commits](zzzprojects/html-agility-pack@v1.12.0...v1.12.1) --- updated-dependencies: - dependency-name: HtmlAgilityPack dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d372875 commit a3fc18d

2 files changed

Lines changed: 4 additions & 4 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.0" />
13+
<PackageReference Include="HtmlAgilityPack" Version="1.12.1" />
1414
<PackageReference Include="PowerShellStandard.Library" Version="5.1.1" />
1515
</ItemGroup>
1616
<ItemGroup>

src/SelectHtml/SelectHtml.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# and https://docs.microsoft.com/powershell/module/microsoft.powershell.core/new-modulemanifest
33
@{
44
RootModule = 'SelectHtml.dll'
5-
ModuleVersion = '1.0.11' # update to force publish
5+
ModuleVersion = '1.0.12'
66
CompatiblePSEditions = @('Core','Desktop')
77
GUID = '28f9b47e-c048-4923-9361-9a0ea6bab4c7'
88
Author = 'Brian Lalonde'
99
# CompanyName = 'Unknown'
10-
Copyright = 'Copyright © 2022 Brian Lalonde. All rights reserved.'
10+
Copyright = 'Copyright © 2025 Brian Lalonde. All rights reserved.'
1111
Description = 'Extracts content from an HTML document using an XPath expression.'
1212
PowerShellVersion = '5.1'
1313
FunctionsToExport = @()
@@ -21,7 +21,7 @@ PrivateData = @{
2121
LicenseUri = 'https://github.com/brianary/SelectHtml/blob/master/LICENSE'
2222
ProjectUri = 'https://github.com/brianary/SelectHtml/'
2323
IconUri = 'http://webcoder.info/images/SelectHtml.svg'
24-
ReleaseNotes = '1.0.2 update HtmlAgilityPack dependency; updated example with simpler URL alias'
24+
ReleaseNotes = 'update HtmlAgilityPack dependency'
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)