Skip to content
This repository was archived by the owner on Jun 22, 2023. It is now read-only.

Commit a2734de

Browse files
committed
Added GeoAPI.CoordinateSystems nuspec file
1 parent 1f2ca06 commit a2734de

File tree

3 files changed

+78
-3
lines changed

3 files changed

+78
-3
lines changed

GeoAPI.CoordinateSystems.nuspec

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<?xml version="1.0"?>
2+
<package>
3+
<metadata>
4+
<id>GeoAPI.CoordinateSystems</id>
5+
<version>$version$</version>
6+
<authors>NetTopologySuite Team</authors>
7+
<owners>nettopologysuite - team</owners>
8+
<licenseUrl>https://raw.githubusercontent.com/NetTopologySuite/GeoAPI/master/GeoAPI.CoordinateSystems/License.txt</licenseUrl>
9+
<projectUrl>https://github.com/NetTopologySuite/GeoAPI</projectUrl>
10+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11+
<description>GeoAPI.NET project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects.</description>
12+
<releaseNotes>This version matches ProjNet4GeoAPI v1.4 API.</releaseNotes>
13+
<copyright>Copyright 2007-2017</copyright>
14+
<tags>OGC SFS NTS GIS</tags>
15+
<iconUrl>https://raw.githubusercontent.com/NetTopologySuite/GeoAPI/develop/icon.png</iconUrl>
16+
<dependencies>
17+
<group targetFramework=".NETFramework2.0" />
18+
<group targetFramework=".NETFramework3.5-CompactFramework" />
19+
<group targetFramework=".NETFramework3.5-Client" />
20+
<group targetFramework=".NETFramework4.0-Client" />
21+
<group targetFramework=".NETFramework4.0.3-Client" />
22+
<group targetFramework=".NETFramework4.5" />
23+
24+
<group targetFramework=".NETPortable4.0-Profile328" />
25+
<group targetFramework=".NETPortable4.0-Profile336" />
26+
27+
<group targetFramework=".NETStandard1.0">
28+
<dependency id="System.Collections" version="[4.3.0, )" />
29+
<dependency id="System.Diagnostics.Tools" version="[4.3.0, )" />
30+
<dependency id="System.Globalization" version="[4.3.0, )" />
31+
<dependency id="System.IO" version="[4.3.0, )" />
32+
<dependency id="System.Reflection" version="[4.3.0, )" />
33+
<dependency id="System.Runtime" version="[4.3.0, )" />
34+
<dependency id="System.Runtime.Extensions" version="[4.3.0, )" />
35+
<dependency id="System.Threading" version="[4.3.0, )" />
36+
</group>
37+
<group targetFramework=".NETStandard2.0" />
38+
</dependencies>
39+
</metadata>
40+
41+
<files>
42+
<file src="Release\AnyCPU\**\GeoAPI.CoordinateSystems.deps.json" target="lib" />
43+
<file src="Release\AnyCPU\**\GeoAPI.CoordinateSystems.dll" target="lib" />
44+
<file src="Release\AnyCPU\**\GeoAPI.CoordinateSystems.pdb" target="lib" />
45+
<file src="Release\AnyCPU\**\GeoAPI.CoordinateSystems.xml" target="lib" />
46+
47+
<file src="src\GeoAPI.CoordinateSystems\**\*.cs" exclude="**\obj\**\*.*" target="src" />
48+
</files>
49+
</package>

GeoAPI.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1717
.travis.yml = .travis.yml
1818
build.bat = build.bat
1919
build.sh = build.sh
20+
GeoAPI.CoordinateSystems.nuspec = GeoAPI.CoordinateSystems.nuspec
2021
GeoAPI.nuspec = GeoAPI.nuspec
2122
README.md = README.md
2223
SharedAssemblyVersion.cs = SharedAssemblyVersion.cs

README.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,32 @@
1-
master:[![Travis](https://travis-ci.org/NetTopologySuite/GeoAPI.svg?branch=master)](https://travis-ci.org/NetTopologySuite/GeoAPI), develop:[![Travis](https://travis-ci.org/NetTopologySuite/GeoAPI.svg?branch=develop)](https://travis-ci.org/NetTopologySuite/GeoAPI)
2-
[![LGPL licensed](https://img.shields.io/badge/license-LGPL-blue.svg)](https://github.com/NetTopologySuite/GeoAPI/blob/develop/LICENSE.md)
1+
# GeoAPI
2+
3+
GeoAPI project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects. GeoAPI is used mostly as a base for [NTS](https://github.com/NetTopologySuite/NetTopologySuite/)
4+
5+
### Project status
6+
Package | License | Release | Develop | NuGet (release) | NuGet (pre-release)
7+
------- | ------- | ------- | ------- | --------------- | ----------------------
8+
GeoAPI | [![LGPL licensed](https://img.shields.io/badge/license-LGPL-blue.svg)](https://github.com/NetTopologySuite/GeoAPI/blob/develop/LICENSE.md) | [![Travis](https://travis-ci.org/NetTopologySuite/GeoAPI.svg?branch=master)](https://travis-ci.org/NetTopologySuite/GeoAPI) | [![Travis](https://travis-ci.org/NetTopologySuite/GeoAPI.svg?branch=develop)](https://travis-ci.org/NetTopologySuite/GeoAPI) | [![NuGet](https://img.shields.io/nuget/v/GeoAPI.svg?style=flat)](https://www.nuget.org/packages/GeoAPI/) | [![NuGet](https://img.shields.io/nuget/vpre/GeoAPI.svg?style=flat)](https://www.nuget.org/packages/GeoAPI/)
9+
GeoAPI.CoordinateSystems | [![LGPL licensed](https://img.shields.io/badge/license-LGPL-blue.svg)](https://github.com/NetTopologySuite/GeoAPI/blob/develop/LICENSE.md) | | | [![NuGet](https://img.shields.io/nuget/v/GeoAPI.CoordinateSystems.svg?style=flat)](https://www.nuget.org/packages/GeoAPI.CoordinateSystems/) | [![NuGet](https://img.shields.io/nuget/vpre/GeoAPI.CoordinateSystems.svg?style=flat)](https://www.nuget.org/packages/GeoAPI.CoordinateSystems/)
10+
11+
### Supported platforms
12+
13+
GeoAPI supports a wide range of .NET versions:
14+
15+
- net20
16+
- net35-client
17+
- net35-cf
18+
- net40-client
19+
- net403-client
20+
- net45
21+
- netstandard1.0
22+
- netstandard2.0
23+
- portable40-net40+sl5+win8+wp8+wpa81
24+
- portable40-net403+sl5+win8+wp8+wpa81
25+
26+
### Development & building
27+
28+
Because of the wide support of platforms, building GeoAPI can be a pain. Make sure you install all the targeting packs. We provided a few scripts for this in the root folder of this repo.
329

4-
- GeoAPI: [![NuGet](https://img.shields.io/nuget/v/GeoAPI.svg?style=flat)](https://www.nuget.org/packages/GeoAPI/)
530

631
# GeoAPI
732

0 commit comments

Comments
 (0)