Update tags and embedded version to v4 alpha8

This commit is contained in:
2026-03-22 18:16:25 -04:00
parent de75672bb3
commit 0b4e52389d
9 changed files with 17 additions and 19 deletions

View File

@@ -3,7 +3,7 @@
module Giraffe.Htmx.Common
/// <summary>The version of htmx embedded in the package</summary>
let HtmxVersion = "4.0.0-alpha6"
let HtmxVersion = "4.0.0-alpha8"
/// <summary>The path for the provided htmx script</summary>
let internal htmxLocalScript = $"/_content/Giraffe.Htmx.Common/htmx.min.js?ver={HtmxVersion}"

View File

@@ -2,6 +2,6 @@
This package contains common code shared between [`Giraffe.Htmx`](https://www.nuget.org/packages/Giraffe.Htmx) and [`Giraffe.ViewEngine.Htmx`](https://www.nuget.org/packages/Giraffe.ViewEngine.Htmx), and will be automatically installed when you install either one. It also contains htmx as a static web asset, allowing it to be loaded from your local (or published) project.
**htmx version: 4.0.0-alpha6**
**htmx version: 4.0.0-alpha8**
_**NOTE:** Pay special attention to breaking changes highlighted in the packages listed above._

File diff suppressed because one or more lines are too long