forked from SharpMap/SharpMap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SharpMap.Data.Providers.OracleSpatial.nuspec
26 lines (26 loc) · 1.25 KB
/
SharpMap.Data.Providers.OracleSpatial.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
<?xml version="1.0"?>
<package >
<metadata>
<id>SharpMap.Data.Providers.OracleSpatial</id>
<version>$version$</version>
<title>SharpMap.Data.Providers.OracleSpatial</title>
<authors>Triona AB, Peter Lofas</authors>
<owners>SharpMap-Team</owners>
<licenseUrl>https://github.com/SharpMap/SharpMap/blob/Branches/1.0/license.txt</licenseUrl>
<projectUrl>https://github.com/SharpMap/SharpMap</projectUrl>
<iconUrl>https://avatars1.githubusercontent.com/u/8349804??v=3&s=120</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>SharpMap data provider for Oracle</description>
<copyright>Copyright © Triona AB 2014</copyright>
<tags>SharpMap Oracle</tags>
<dependencies>
<dependency id="SharpMap" version="[$version$]"/>
<dependency id="odac.client.x86" version="[1.112.3.20]"/>
<dependency id="odp.net.x86" version="[112.3.20]"/>
</dependencies>
</metadata>
<files>
<file src="SharpMap.Data.Providers.OracleSpatial\bin\Release\SharpMap.Data.Providers.OracleSpatial.dll" target="lib\net40"/>
<file src="SharpMap.Data.Providers.OracleSpatial\bin\Release\SharpMap.Data.Providers.OracleSpatial.xml" target="lib\net40"/>
</files>
</package>