diff --git a/src/Common/Giraffe.Htmx.Common.fsproj b/src/Common/Giraffe.Htmx.Common.fsproj index 112a122..dc835b3 100644 --- a/src/Common/Giraffe.Htmx.Common.fsproj +++ b/src/Common/Giraffe.Htmx.Common.fsproj @@ -2,10 +2,13 @@ true + Common definitions for Giraffe.Htmx + README.md + diff --git a/src/Common/README.md b/src/Common/README.md new file mode 100644 index 0000000..6476b31 --- /dev/null +++ b/src/Common/README.md @@ -0,0 +1,5 @@ +## Giraffe.Htmx.Common + +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.8.0**