Skip to content

Commit

Permalink
Fix nuget csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdavid committed Jan 19, 2020
1 parent c6f67d4 commit c4af521
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions LiteDB/LiteDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<PackageId>LiteDB</PackageId>
<PackageVersion>5.0.0-rc</PackageVersion>
<PackageTags>database nosql embedded</PackageTags>
<PackageIcon>http://www.litedb.org/img/logo_64x64.png</PackageIcon>
<PackageIcon>icon_64x64.png</PackageIcon>
<PackageProjectUrl>https://www.litedb.org</PackageProjectUrl>
<PackageLicense>https://raw.github.com/mbdavid/LiteDB/master/LICENSE</PackageLicense>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/mbdavid/LiteDB</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<RootNamespace>LiteDB</RootNamespace>
Expand Down Expand Up @@ -54,6 +54,10 @@
</PropertyGroup>

<!-- Begin References -->
<ItemGroup>
<None Include="..\LICENSE" Pack="true" PackagePath="\"/>
<None Include="..\icon_64x64.png" Pack="true" PackagePath="\"/>
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
<Reference Include="System" />
Expand Down
Binary file added icon_64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c4af521

Please sign in to comment.