Skip to content

Commit

Permalink
Added readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Dec 27, 2022
1 parent 9b04bd5 commit fa80cb2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/dotnet-ildasm/dotnet-ildasm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<PackageProjectUrl>https://github.com/lextudio/dotnet-ildasm2</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/lextudio/dotnet-ildasm2</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<NeutralLanguage>en</NeutralLanguage>
</PropertyGroup>
<ItemGroup>
Expand All @@ -27,4 +28,9 @@
<PrivateAssets>All</PrivateAssets>
</PackageReference>
</ItemGroup>
</Project>
<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\">
<Link>README.md</Link>
</None>
</ItemGroup>
</Project>

0 comments on commit fa80cb2

Please sign in to comment.