Skip to content

Commit 01d430c

Browse files
committed
update version to 1.0.49
1 parent ae85aa6 commit 01d430c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

GeographicLib/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PackageId>Sandwych.GeographicLib</PackageId>
55
<Title>This is an attempt to port the Java version of GeographicLib to C#.</Title>
66
<PackageTags>geographic;gis</PackageTags>
7-
<VersionPrefix>1.0.2</VersionPrefix>
7+
<VersionPrefix>1.0.49</VersionPrefix>
88
</PropertyGroup>
99

1010
<Import Project="../Shared.props" />

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ build_script:
1313
- dotnet pack -c Release .\GeographicLib\Sandwych.GeographicLib.csproj
1414
test_script:
1515
- dotnet test .\GeographicLib.Tests\Sandwych.GeographicLib.Tests.csproj
16-
1716
artifacts:
1817
- path: '.\GeographicLib\**\*.nupkg'
1918
deploy:

0 commit comments

Comments
 (0)