-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOrigoDB.NEventStore.nuspec
25 lines (25 loc) · 1.1 KB
/
OrigoDB.NEventStore.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
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>OrigoDB.NEventStore</id>
<title>NEventStore command storage for OrigoDB</title>
<version>0.1.0</version>
<authors>Robert Friberg</authors>
<copyright>Copyright Devrex Labs</copyright>
<summary>OrigoDB command journaling using NEventStore persistence</summary>
<description> OrigoDB command journaling using NEventStore</description>
<projectUrl>https://github.com/devrexlabs/modules.neventstore</projectUrl>
<licenseUrl>https://github.com/devrexlabs/origodb#license</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://github.com/devrexlabs/modules.neventstore/releases</releaseNotes>
<tags>in-memory imdb nosql odbms database imc</tags>
<dependencies>
<dependency id="origodb.core" version="0.15.0"/>
<dependency id="neventstore" version="5.0.1.2"/>
</dependencies>
</metadata>
<files>
<file src="build\OrigoDB.Modules.NEventStore.dll" target="lib\net40" />
<file src="src\OrigoDB.Modules.NEventStore\**\*.cs" target="src" />
</files>
</package>