Skip to content

Commit

Permalink
Include readme in NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Nov 28, 2022
1 parent d53d8a6 commit 4eb50a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ![TypedRest](logo.svg) for .NET
# ![TypedRest](https://raw.githubusercontent.com/TypedRest/TypedRest-DotNet/master/logo.svg) for .NET

[![Build](https://github.com/TypedRest/TypedRest-DotNet/workflows/Build/badge.svg?branch=master)](https://github.com/TypedRest/TypedRest-DotNet/actions?query=workflow%3ABuild)
[![API documentation](https://img.shields.io/badge/api-docs-orange.svg)](https://dotnet.typedrest.net/)
Expand Down
9 changes: 6 additions & 3 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,21 @@
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<NoWarn>$(NoWarn);1591</NoWarn><!-- Missing XML comments -->
</PropertyGroup>

<!-- Metadata -->
<!-- NuGet Metadata -->
<PropertyGroup>
<Authors>Bastian Eicher</Authors>
<Copyright>Copyright Bastian Eicher et al.</Copyright>
<RepositoryUrl>https://github.com/TypedRest/TypedRest-DotNet</RepositoryUrl>
<PackageProjectUrl>https://typedrest.net/</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/TypedRest/TypedRest-DotNet</RepositoryUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\icon.png" Pack="true" PackagePath="\" />
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

<!-- Build-time dependencies -->
Expand Down

0 comments on commit 4eb50a7

Please sign in to comment.