We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae85aa6 commit 01d430cCopy full SHA for 01d430c
GeographicLib/Directory.Build.props
@@ -4,7 +4,7 @@
4
<PackageId>Sandwych.GeographicLib</PackageId>
5
<Title>This is an attempt to port the Java version of GeographicLib to C#.</Title>
6
<PackageTags>geographic;gis</PackageTags>
7
- <VersionPrefix>1.0.2</VersionPrefix>
+ <VersionPrefix>1.0.49</VersionPrefix>
8
</PropertyGroup>
9
10
<Import Project="../Shared.props" />
appveyor.yml
@@ -13,7 +13,6 @@ build_script:
13
- dotnet pack -c Release .\GeographicLib\Sandwych.GeographicLib.csproj
14
test_script:
15
- dotnet test .\GeographicLib.Tests\Sandwych.GeographicLib.Tests.csproj
16
-
17
artifacts:
18
- path: '.\GeographicLib\**\*.nupkg'
19
deploy:
0 commit comments