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

Commit 330e437

Browse files
committed
Cleanup
1 parent 7b2110a commit 330e437

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

GeoAPI.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!--<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>-->
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>GeoAPI.NET project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects.</description>
13-
<releaseNotes>This version matches NetTopologySuite v1.13.4 API.</releaseNotes>
13+
<releaseNotes>This version matches NetTopologySuite v1.14 API.</releaseNotes>
1414
<copyright>Copyright 2007-2015</copyright>
1515
<tags>OGC SFS NTS GIS</tags>
1616
</metadata>

GeoAPI/GeoAPI.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@
136136
<Folder Include="CoordinateSystems\Projections\" />
137137
<Folder Include="Features\" />
138138
</ItemGroup>
139-
<ItemGroup>
140-
<Reference Include="System.Data" />
141-
</ItemGroup>
142139
<ItemGroup>
143140
<None Include="..\geoapi.snk">
144141
<Link>geoapi.snk</Link>

GeoAPI/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
using System.Runtime.InteropServices;
44

55
[assembly: AssemblyTitle("GeoAPI")]
6-
[assembly: AssemblyDescription("GeoAPI Version that matches NTS v.1.13.4")]
6+
[assembly: AssemblyDescription("GeoAPI Version that matches NTS v.1.14")]
77
#if DEBUG
88
[assembly: AssemblyConfiguration("Debug")]
99
#else
1010
[assembly: AssemblyConfiguration("Stable")]
1111
#endif
1212
[assembly: AssemblyCompany("NetTopologySuite - Team")]
1313
[assembly: AssemblyProduct("GeoAPI")]
14-
[assembly: AssemblyCopyright("Copyright © 2007-2014")]
14+
[assembly: AssemblyCopyright("Copyright © 2007-2015")]
1515
[assembly: AssemblyTrademark("")]
1616
[assembly: AssemblyCulture("")]
1717
#if !PCL
1818
[assembly: ComVisible(false)]
1919
[assembly: Guid("b6726fc4-0319-4a6d-84f5-aafc6ba530e3")]
2020
#endif
21-
[assembly: AssemblyVersion("1.7.4.0")]
21+
[assembly: AssemblyVersion("1.7.4")]
2222
//[assembly: AssemblyFileVersion"1.5.0.0")]
2323
[assembly: CLSCompliant(true)]

0 commit comments

Comments
 (0)