-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOrigoDB.ProtoBuf.nuspec
27 lines (27 loc) · 1.11 KB
/
OrigoDB.ProtoBuf.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>
<metadata>
<id>OrigoDB.ProtoBuf</id>
<title>OrigoDb ProtoBuf Serialization Module</title>
<version>0.2.0</version>
<authors>Robert Friberg, Patrik Svensson</authors>
<copyright>Copyright Devrex Labs</copyright>
<summary>Enable OrigoDb serialization with ProtoBuf</summary>
<description>
Enable OrigoDb serialization with ProtoBuf
</description>
<projectUrl>https://github.com/devrexlabs/modules.protobufformatter</projectUrl>
<licenseUrl>https://github.com/devrexlabs/origodb#license</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://github.com/devrexlabs/modules.protobufformatter/releases</releaseNotes>
<tags>in-memory imdb nosql prevalence odbms database imc</tags>
<dependencies>
<dependency id="protobuf-net" version="2.0.0"/>
<dependency id="origodb.core" version="0.13.0"/>
</dependencies>
</metadata>
<files>
<file src="build\OrigoDB.Modules.Protobuf.*" target="lib\net40" />
<file src="OrigoDB.Modules.Protobuf\**\*.cs" target="src" />
</files>
</package>