File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Description >LightningDB</Description >
5
- <VersionPrefix >0.17.1 </VersionPrefix >
5
+ <VersionPrefix >0.18.0 </VersionPrefix >
6
6
<Authors >Ilya Lukyanov;Corey Kaylor</Authors >
7
7
<TargetFrameworks >netstandard2.0;net9.0</TargetFrameworks >
8
8
<LangVersion >13</LangVersion >
9
9
<AssemblyName >LightningDB</AssemblyName >
10
10
<PackageId >LightningDB</PackageId >
11
11
<PackageIcon >lightningdb.png</PackageIcon >
12
12
<PackageLicenseFile >LICENSE</PackageLicenseFile >
13
+ <PackageReadmeFile >README.md</PackageReadmeFile >
13
14
<PackageTags >lmdb;lightning;storage;persistance;key-value;nosql</PackageTags >
14
15
<PackageProjectUrl >https://github.com/CoreyKaylor/Lightning.NET</PackageProjectUrl >
15
16
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
16
17
<NoWarn >1591</NoWarn >
17
18
<GenerateDocumentationFile >true</GenerateDocumentationFile >
18
19
</PropertyGroup >
19
-
20
+
20
21
<ItemGroup >
21
22
<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 =" " />
23
25
</ItemGroup >
24
26
25
27
<ItemGroup >
You can’t perform that action at this time.
0 commit comments