From 8cc3bd6bcba7a58057c29f8ed613b467e750b397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 12:02:16 +0000 Subject: [PATCH 1/2] Bump HtmlAgilityPack from 1.12.3 to 1.12.4 --- updated-dependencies: - dependency-name: HtmlAgilityPack dependency-version: 1.12.4 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 14f28a8..07692fe 100644 --- a/src/SelectHtml/SelectHtml.fsproj +++ b/src/SelectHtml/SelectHtml.fsproj @@ -10,7 +10,7 @@ - + From 63c907301d8ab521460fcce0d72aa97712748249 Mon Sep 17 00:00:00 2001 From: Brian Lalonde Date: Thu, 9 Oct 2025 20:20:16 -0700 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=96=20Version=201.0.15?= 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 03be12e..79eaf39 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.14' +ModuleVersion = '1.0.15' CompatiblePSEditions = @('Core','Desktop') GUID = '28f9b47e-c048-4923-9361-9a0ea6bab4c7' Author = 'Brian Lalonde'