File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<PackageId >Sandwych.GeographicLib</PackageId >
5
5
<Title >This is an attempt to port the Java version of GeographicLib to C#.</Title >
6
- <PackageTags >geographic;gis</PackageTags >
6
+ <PackageTags >geographic;gis;geodesic;gnomonic; </PackageTags >
7
7
<VersionPrefix >1.0.49</VersionPrefix >
8
8
</PropertyGroup >
9
9
Original file line number Diff line number Diff line change 1
1
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
2
3
3
<PropertyGroup >
4
- <Copyright >
5
- Copyright (c) 2008-2013, Charles Karney.
6
- Copyright (c) 2017 Li "oldrev" Wei.
7
- </Copyright >
4
+ <Copyright >Copyright (c) 2008-2013, Charles Karney. Copyright (c) 2017 Li "oldrev" Wei.</Copyright >
8
5
<Authors >Wei "oldrev" Li</Authors >
9
6
<PackageProjectUrl >https://github.com/oldrev/GeographicLib</PackageProjectUrl >
10
7
<PackageLicenseUrl >https://github.com/oldrev/GeographicLib/blob/master/LICENSE.md</PackageLicenseUrl >
11
- <TargetFrameworks >netstandard1.3;net461 </TargetFrameworks >
8
+ <TargetFrameworks >netstandard1.1 </TargetFrameworks >
12
9
<VersionSuffix Condition =" '$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''" >$(VersionSuffix)-$(BuildNumber)</VersionSuffix >
13
10
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
14
11
<DebugType >portable</DebugType >
You can’t perform that action at this time.
0 commit comments