Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Commit

Permalink
vendored the package, temporarily (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Aug 6, 2021
1 parent 2a8791b commit 46d7083
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/LightningDB/LightningDB.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>LightningDB</Description>
<Description>LightningDB - vendored package for Akka.NET only up until a new official one is published.</Description>
<VersionPrefix>0.13.0</VersionPrefix>
<Authors>Ilya Lukyanov;Corey Kaylor</Authors>
<Authors>Ilya Lukyanov;Corey Kaylor;</Authors>
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net5.0</TargetFrameworks>
<AssemblyName>LightningDB</AssemblyName>
<PackageId>LightningDB</PackageId>
<PackageId>LightningDB.Vendored.Akka</PackageId>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageTags>lmdb;lightning;storage;persistance;key-value;nosql</PackageTags>
<PackageProjectUrl>https://github.com/CoreyKaylor/Lightning.NET</PackageProjectUrl>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageVersion>0.14.0</PackageVersion>
<Title>LightningDB.Vendored.Akka</Title>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 46d7083

Please sign in to comment.