Skip to content

Commit

Permalink
generate documentation true, add readme file for package (#83)
Browse files Browse the repository at this point in the history
* generate documentation true, add readme file for package

* use readme from root dir
  • Loading branch information
KircMax authored Oct 24, 2024
1 parent 7af83f0 commit cf76a0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Webserver.API/Webserver.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<PackageIcon>product-simatic-s7-1500-256-256.png</PackageIcon>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<IsTestProject>false</IsTestProject>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -33,6 +35,10 @@

<ItemGroup>
<None Include="..\..\docs\screens\product-simatic-s7-1500-256-256.png" Pack="true" PackagePath="\" />
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit cf76a0f

Please sign in to comment.