-
Notifications
You must be signed in to change notification settings - Fork 34
/
OrigoDb.Core.nuspec
27 lines (27 loc) · 1.26 KB
/
OrigoDb.Core.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>OrigoDB.Core</id>
<title>OrigoDB Engine and Client</title>
<version>0.18.0-beta</version>
<authors>Robert Friberg, Kristoffer Schroeder and contributors</authors>
<copyright>Devrex Labs</copyright>
<summary>
OrigoDB is an in-memory event-sourced database engine for .NET.
</summary>
<description>
OrigoDB is an in-memory event-sourced database engine for .NET.
</description>
<projectUrl>https://github.com/devrexlabs/origodb</projectUrl>
<iconUrl>http://devrexlabs.com/Content/icons/favicon.ico</iconUrl>
<licenseUrl>https://github.com/DevrexLabs/OrigoDB/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://github.com/DevrexLabs/origodb/releases</releaseNotes>
<tags>OrigoDB in-memory imdb nosql database</tags>
</metadata>
<files>
<file src="build/OrigoDB.Core.dll" target="lib\net40" />
<file src="build/OrigoDB.Core.pdb" target="lib\net40" />
<file src="src/OrigoDB.Core/**/*.cs" target="src" />
</files>
</package>