From dea23234994f2948f800b095f17ff7a59c785e01 Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Wed, 22 Nov 2023 16:13:57 -0500 Subject: [PATCH] Update NuGet READMEs --- src/Common/README.md | 2 +- src/Htmx/README.md | 2 +- src/ViewEngine.Htmx/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Common/README.md b/src/Common/README.md index 5a10abb..28c0427 100644 --- a/src/Common/README.md +++ b/src/Common/README.md @@ -2,4 +2,4 @@ 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. -**htmx version: 1.9.6** +**htmx version: 1.9.8** diff --git a/src/Htmx/README.md b/src/Htmx/README.md index dbbdca4..17b0539 100644 --- a/src/Htmx/README.md +++ b/src/Htmx/README.md @@ -2,7 +2,7 @@ This package enables server-side support for [htmx](https://htmx.org) within [Giraffe](https://giraffe.wiki) and ASP.NET's `HttpContext`. -**htmx version: 1.9.6** +**htmx version: 1.9.8** ### Setup diff --git a/src/ViewEngine.Htmx/README.md b/src/ViewEngine.Htmx/README.md index 0ae10b4..f2a4778 100644 --- a/src/ViewEngine.Htmx/README.md +++ b/src/ViewEngine.Htmx/README.md @@ -2,7 +2,7 @@ This package enables [htmx](https://htmx.org) support within the [Giraffe](https://giraffe.wiki) view engine. -**htmx version: 1.9.6** +**htmx version: 1.9.8** ### Setup