~ruther/NosSmooth.Local

a83d2f0cf0b90aa38dd61ff5be54258d6dc64411 — Rutherther 2 years ago b379c33
chore: include readme and license in package
1 files changed, 6 insertions(+), 1 deletions(-)

M Directory.Build.props
M Directory.Build.props => Directory.Build.props +6 -1
@@ 15,9 15,14 @@
        <RepositoryUrl>https://github.com/Rutherther/NosSmooth.Local</RepositoryUrl>
        <RepositoryBranch>main</RepositoryBranch>
        <PackageProjectUrl>https://github.com/Rutherther/NosSmooth.Local</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>

Do not follow this link