~ruther/NosSmooth

ec2b4c4b92dbbc50828e31058d5104c633e780ef — Rutherther 2 years ago 2315a46
chore: include readme and license in package
1 files changed, 12 insertions(+), 0 deletions(-)

M Directory.Build.props
M Directory.Build.props => Directory.Build.props +12 -0
@@ 15,9 15,21 @@
        <RepositoryUrl>https://github.com/Rutherther/NosSmooth</RepositoryUrl>
        <RepositoryBranch>main</RepositoryBranch>
        <PackageProjectUrl>https://github.com/Rutherther/NosSmooth</PackageProjectUrl>
        <PackageReadmeFile>README.md</PackageReadmeFile>
        <PackageLicenseFile>LICENSE</PackageLicenseFile>
    </PropertyGroup>

    <ItemGroup>
        <None Include="$(MSBuildThisFileDirectory)README.md">
            <Pack>true</Pack>
        </None>
        <None Include="$(MSBuildThisFileDirectory)LICENSE">
            <Pack>true</Pack>
            <PackagePath></PackagePath>
        </None>
    </ItemGroup>

    <ItemGroup>
        <PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.261">
            <PrivateAssets>all</PrivateAssets>
            <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

Do not follow this link