Add files to package common project

This commit is contained in:
Daniel J. Summers 2022-07-14 11:32:42 -04:00
parent 4be5bad8ef
commit e0c567098d
2 changed files with 8 additions and 0 deletions

View File

@ -2,10 +2,13 @@
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Common definitions for Giraffe.Htmx</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="Common.fs" />
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>

5
src/Common/README.md Normal file
View File

@ -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**