Add README.md to Nuget package
This commit is contained in:
parent
3f17bc34b1
commit
2fc980ef9e
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
<Title>Ryujinx.CustomTasks</Title>
|
<Title>Ryujinx.CustomTasks</Title>
|
||||||
<Description>A collection of custom MSBuild tasks.</Description>
|
<Description>A collection of custom MSBuild tasks.</Description>
|
||||||
<RepositoryUrl>https://github.com/Ryujinx/Ryujinx.CustomTasks</RepositoryUrl>
|
<RepositoryUrl>https://github.com/Ryujinx/Ryujinx.CustomTasks</RepositoryUrl>
|
||||||
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
|
|
||||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||||
|
@ -23,6 +24,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<None Include="..\README.md" Pack="true" PackagePath="\" />
|
||||||
<Content Include="build/Ryujinx.CustomTasks.props" PackagePath="build\" />
|
<Content Include="build/Ryujinx.CustomTasks.props" PackagePath="build\" />
|
||||||
<Content Include="build/Ryujinx.CustomTasks.targets" PackagePath="build\" />
|
<Content Include="build/Ryujinx.CustomTasks.targets" PackagePath="build\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
Loading…
Reference in a new issue