Skip to content

Commit

Permalink
Include README in package (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
UnstoppableMango authored Jan 14, 2024
1 parent 6cafdd2 commit 9747674
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/CliWrap.FSharp/CliWrap.FSharp.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<RootNamespace>UnMango.CliWrap.FSharp</RootNamespace>
<AssemblyName>UnMango.CliWrap.FSharp</AssemblyName>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<Compile Include="Cli.fs" />
<Compile Include="Pipes.fs" />
<Compile Include="PipeBuilder.fs" />
<Compile Include="CommandBuilder.fs" />
<None Include="packages.lock.json" />
<None Include="packages.lock.json" Pack="false" />
<None Include="../../README.md" Pack="true" PackagePath="/" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9747674

Please sign in to comment.