Skip to content

Commit 27bf797

Browse files
committed
Bumping version and prepping nuget package
1 parent e9f98b7 commit 27bf797

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/LightningDB/LightningDB.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,26 @@
22

33
<PropertyGroup>
44
<Description>LightningDB</Description>
5-
<VersionPrefix>0.17.1</VersionPrefix>
5+
<VersionPrefix>0.18.0</VersionPrefix>
66
<Authors>Ilya Lukyanov;Corey Kaylor</Authors>
77
<TargetFrameworks>netstandard2.0;net9.0</TargetFrameworks>
88
<LangVersion>13</LangVersion>
99
<AssemblyName>LightningDB</AssemblyName>
1010
<PackageId>LightningDB</PackageId>
1111
<PackageIcon>lightningdb.png</PackageIcon>
1212
<PackageLicenseFile>LICENSE</PackageLicenseFile>
13+
<PackageReadmeFile>README.md</PackageReadmeFile>
1314
<PackageTags>lmdb;lightning;storage;persistance;key-value;nosql</PackageTags>
1415
<PackageProjectUrl>https://github.com/CoreyKaylor/Lightning.NET</PackageProjectUrl>
1516
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1617
<NoWarn>1591</NoWarn>
1718
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1819
</PropertyGroup>
19-
20+
2021
<ItemGroup>
2122
<None Include="lightningdb.png" Pack="true" Visible="false" PackagePath=""/>
22-
<None Include="../../LICENSE" Pack="true" PackagePath="" />
23+
<None Include="../../LICENSE" Pack="true" Visible="false" PackagePath="" />
24+
<None Include="../../README.md" Pack="true" Visible="false" PackagePath="" />
2325
</ItemGroup>
2426

2527
<ItemGroup>

0 commit comments

Comments
 (0)