~ruther/NosSmooth.Comms

db742091196b1ff3674e0288cc063a8cf211dc2b — Rutherther 2 years ago 6200e9c
chore: include readme and license in package
1 files changed, 13 insertions(+), 0 deletions(-)

M Directory.Build.props
M Directory.Build.props => Directory.Build.props +13 -0
@@ 15,9 15,22 @@
        <RepositoryUrl>https://github.com/Rutherther/NosSmooth.Comms</RepositoryUrl>
        <RepositoryBranch>main</RepositoryBranch>
        <PackageProjectUrl>https://github.com/Rutherther/NosSmooth.Comms</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