Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit c4af521

Browse files
committed
Fix nuget csproj
1 parent c6f67d4 commit c4af521

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

LiteDB/LiteDB.csproj

+6-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<PackageId>LiteDB</PackageId>
1616
<PackageVersion>5.0.0-rc</PackageVersion>
1717
<PackageTags>database nosql embedded</PackageTags>
18-
<PackageIcon>http://www.litedb.org/img/logo_64x64.png</PackageIcon>
18+
<PackageIcon>icon_64x64.png</PackageIcon>
1919
<PackageProjectUrl>https://www.litedb.org</PackageProjectUrl>
20-
<PackageLicense>https://raw.github.com/mbdavid/LiteDB/master/LICENSE</PackageLicense>
20+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2121
<RepositoryUrl>https://github.com/mbdavid/LiteDB</RepositoryUrl>
2222
<RepositoryType>git</RepositoryType>
2323
<RootNamespace>LiteDB</RootNamespace>
@@ -54,6 +54,10 @@
5454
</PropertyGroup>
5555

5656
<!-- Begin References -->
57+
<ItemGroup>
58+
<None Include="..\LICENSE" Pack="true" PackagePath="\"/>
59+
<None Include="..\icon_64x64.png" Pack="true" PackagePath="\"/>
60+
</ItemGroup>
5761

5862
<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
5963
<Reference Include="System" />

icon_64x64.png

2.53 KB
Loading

0 commit comments

Comments
 (0)