From fa2fb32892ade86b93fca000dad25336628426c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 11:25:37 +0000 Subject: [PATCH 1/2] Bump HtmlAgilityPack from 1.12.2 to 1.12.3 --- updated-dependencies: - dependency-name: HtmlAgilityPack dependency-version: 1.12.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/SelectHtml/SelectHtml.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SelectHtml/SelectHtml.fsproj b/src/SelectHtml/SelectHtml.fsproj index 3c3a26f..14f28a8 100644 --- a/src/SelectHtml/SelectHtml.fsproj +++ b/src/SelectHtml/SelectHtml.fsproj @@ -10,7 +10,7 @@ - + From 3f57fcef783a2a7662351ecd013975c189d4e338 Mon Sep 17 00:00:00 2001 From: Brian Lalonde Date: Fri, 26 Sep 2025 13:52:43 -0700 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20Version=201.0.14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/SelectHtml/SelectHtml.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SelectHtml/SelectHtml.psd1 b/src/SelectHtml/SelectHtml.psd1 index edafc07..03be12e 100644 --- a/src/SelectHtml/SelectHtml.psd1 +++ b/src/SelectHtml/SelectHtml.psd1 @@ -2,7 +2,7 @@ # and https://docs.microsoft.com/powershell/module/microsoft.powershell.core/new-modulemanifest @{ RootModule = 'SelectHtml.dll' -ModuleVersion = '1.0.13' +ModuleVersion = '1.0.14' CompatiblePSEditions = @('Core','Desktop') GUID = '28f9b47e-c048-4923-9361-9a0ea6bab4c7' Author = 'Brian Lalonde'