Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
chore: add file extension to license file
Browse files Browse the repository at this point in the history
appveyor doesn't like it without the extension
  • Loading branch information
the-avid-engineer committed May 24, 2022
1 parent ce24593 commit dd4b666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
<RepositoryType>git</RepositoryType>
<NeutralLanguage>en</NeutralLanguage>
<PackageIcon>ICON.png</PackageIcon>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\ICON.png" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="\" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

Expand Down

0 comments on commit dd4b666

Please sign in to comment.