Skip to content

Commit

Permalink
Add README to NuGet package (hazzik#203)
Browse files Browse the repository at this point in the history
+semver:patch
  • Loading branch information
hazzik authored and billybraga committed Nov 3, 2023
1 parent 90c1a61 commit 6d55692
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
- Visual Studio 2019
- Visual Studio 2022

environment:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
Expand Down
5 changes: 5 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/hazzik/DelegateDecompiler</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>

<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>$(SolutionDir)\DelegateDecompiler.snk</AssemblyOriginatorKeyFile>
Expand All @@ -29,4 +30,8 @@
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<Content Include="../../README.md" PackagePath="/" />
</ItemGroup>
</Project>

0 comments on commit 6d55692

Please sign in to comment.