Skip to content

Commit fdbf810

Browse files
Chris Martinezcommonsensesoftware
authored andcommitted
Add license file extension. Fixes #587
1 parent 934d1db commit fdbf810

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

build/nuget.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup Label="NuGet">
18-
<None Include="$(MSBuildThisFileDirectory)icon.png" Pack="true" PackagePath="\" Visible="false" />
19-
<None Include="$(MSBuildThisFileDirectory)..\LICENSE" Pack="true" PackagePath="\" Visible="false" />
18+
<None Include="$(MSBuildThisFileDirectory)icon.png" Pack="true" PackagePath="" Visible="false" />
19+
<None Include="$(MSBuildThisFileDirectory)..\LICENSE.txt" Pack="true" PackagePath="" Visible="false" />
2020
</ItemGroup>
2121

2222
<!-- allow build-specific, one-time release notes from the command-line without modifying the source project -->

0 commit comments

Comments
 (0)