File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 <Authors >Jeffrey Sharp</Authors >
2020 <Company >Subatomix Research Inc.</Company >
2121 <Copyright >© $([System.DateTime]::UtcNow.Year) $(Company)</Copyright >
22- <PackageLicenseExpression >ISC</PackageLicenseExpression >
22+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
23+ <PackageLicenseFile >LICENSE.txt</PackageLicenseFile >
24+ <PackageReadmeFile >README.md</PackageReadmeFile >
2325 <PackageProjectUrl >https://github.com/sharpjs/Prequel</PackageProjectUrl >
2426 <PackageTags >sqlcmd sql preprocessor</PackageTags >
2527 <PackageReleaseNotes >$(PackageProjectUrl)/blob/main/CHANGES.md</PackageReleaseNotes >
Original file line number Diff line number Diff line change 1212 -->
1313
1414 <ItemGroup Condition =" '$(IsPackable)' == 'true'" >
15- <None Include =" ..\icon.png" Link =" Properties\icon.png "
16- Pack =" true" PackagePath =" " CopyToOutputDirectory =" Never" />
17- <None Include =" ..\LICENSE.txt" Link =" Properties\LICENSE.txt "
15+ <None Include =" ..\icon.png" LinkBase =" Properties"
16+ Pack =" true" PackagePath =" $(PackageIcon) " CopyToOutputDirectory =" Never" />
17+ <None Include =" ..\LICENSE.txt" LinkBase =" Properties"
1818 Pack =" true" PackagePath =" $(PackageLicenseFile)" CopyToOutputDirectory =" Never" />
19+ <None Include =" ..\README.md" LinkBase =" Properties"
20+ Pack =" true" PackagePath =" $(PackageReadmeFile)" CopyToOutputDirectory =" Never" />
1921 </ItemGroup >
2022
2123 <!-- Visibility -->
You can’t perform that action at this time.
0 commit comments