Skip to content

Commit

Permalink
[#482] [fix] missing license file
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed Jan 8, 2024
1 parent a636641 commit 88e6a66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Simplify.String/Simplify.String.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
</PropertyGroup>
<ItemGroup>
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
<None Include="CHANGELOG.md" />
<None Include="CHANGELOG.md" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>
3 changes: 2 additions & 1 deletion src/Simplify.Templates/Simplify.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
</ItemGroup>
<ItemGroup>
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
<None Include="CHANGELOG.md" />
<None Include="CHANGELOG.md" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>

0 comments on commit 88e6a66

Please sign in to comment.