This commit was merged in pull request #9.
This commit is contained in:
2024-01-02 19:02:24 -05:00
committed by GitHub
parent dea2323499
commit 85ac22877c
11 changed files with 605 additions and 29 deletions

View File

@@ -9,6 +9,7 @@
<ItemGroup>
<Compile Include="Common.fs" />
<None Include="README.md" Pack="true" PackagePath="\" />
<None Include="..\icon.png" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>

View File

@@ -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.8**
**htmx version: 1.9.10**