forked from sibartlett/Geo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGeo.Raven.nuspec
More file actions
25 lines (25 loc) · 1.06 KB
/
Geo.Raven.nuspec
File metadata and controls
25 lines (25 loc) · 1.06 KB
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 xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Geo.Raven</id>
<version>0.12.2</version>
<title>Geo.Raven</title>
<authors>Simon Bartlett</authors>
<owners>Simon Bartlett</owners>
<projectUrl>https://github.com/sibartlett/Geo</projectUrl>
<licenseUrl>https://raw.github.com/sibartlett/Geo/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>RavenDB Client Integration for Geo</description>
<dependencies>
<group>
<dependency id="Geo" version="0.12.2" />
<dependency id="RavenDB.Client" version="2.5.2935" />
</group>
</dependencies>
<tags>geo spatial gps coordinates wgs84 geography ravendb raven</tags>
</metadata>
<files>
<file src="Geo.Raven/bin/Release/Geo.Raven.dll" target="lib/net40/Geo.Raven.dll" />
<file src="Geo.Raven.Net45/bin/Release/Geo.Raven.dll" target="lib/net45/Geo.Raven.dll" />
</files>
</package>