Skip to content

Commit 3a6af01

Browse files
committed
Update package properties.
1 parent 7116b5e commit 3a6af01

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

Directory.Build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<Company>Subatomix Research Inc.</Company>
2121
<Copyright>© $([System.DateTime]::UtcNow.Year) $(Company)</Copyright>
2222
<PackageLicenseExpression>MIT</PackageLicenseExpression>
23-
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
2423
<PackageReadmeFile>README.md</PackageReadmeFile>
2524
<PackageProjectUrl>https://github.com/sharpjs/Prequel</PackageProjectUrl>
2625
<PackageTags>sqlcmd sql preprocessor</PackageTags>

Directory.Build.targets

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
<ItemGroup Condition="'$(IsPackable)' == 'true'">
1515
<None Include="..\icon.png" LinkBase="Properties"
16-
Pack="true" PackagePath="$(PackageIcon)" CopyToOutputDirectory="Never" />
16+
Pack="true" PackagePath="" CopyToOutputDirectory="Never" />
1717
<None Include="..\LICENSE.txt" LinkBase="Properties"
18-
Pack="true" PackagePath="$(PackageLicenseFile)" CopyToOutputDirectory="Never" />
18+
Pack="true" PackagePath="" CopyToOutputDirectory="Never" />
1919
<None Include="..\README.md" LinkBase="Properties"
20-
Pack="true" PackagePath="$(PackageReadmeFile)" CopyToOutputDirectory="Never" />
20+
Pack="true" PackagePath="" CopyToOutputDirectory="Never" />
2121
</ItemGroup>
2222

2323
<!-- Visibility -->

0 commit comments

Comments
 (0)