Skip to content

Commit

Permalink
Fix license path
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdrbob committed Sep 24, 2022
1 parent 56dcc06 commit 861a477
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/BlendInteractive.Datastore/BlendInteractive.Datastore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

<EmbedUntrackedSources>true</EmbedUntrackedSources>
<PackageIcon>icon.png</PackageIcon>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>License</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIconUrl />

<PackageReleaseNotes>Initial Release</PackageReleaseNotes>
Expand All @@ -38,15 +38,15 @@
<ItemGroup>
<None Include="..\..\License">
<Pack>True</Pack>
<PackagePath>LICENSE.txt</PackagePath>
<PackagePath></PackagePath>
</None>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>README.md</PackagePath>
<PackagePath></PackagePath>
</None>
<None Include="..\..\icon.png">
<Pack>True</Pack>
<PackagePath>icon.png</PackagePath>
<PackagePath></PackagePath>
</None>
</ItemGroup>

Expand Down

0 comments on commit 861a477

Please sign in to comment.