Add files to package common project
This commit is contained in:
parent
4be5bad8ef
commit
e0c567098d
|
@ -2,10 +2,13 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||||
|
<Description>Common definitions for Giraffe.Htmx</Description>
|
||||||
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Common.fs" />
|
<Compile Include="Common.fs" />
|
||||||
|
<None Include="README.md" Pack="true" PackagePath="\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
5
src/Common/README.md
Normal file
5
src/Common/README.md
Normal 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**
|
Loading…
Reference in New Issue
Block a user