Skip to content

Commit 79b025a

Browse files
New build process (#140)
* Experimenting with .net 3.5 framework location for DevOps build * Adding new build icon to ReadMe for moving build to DevOps
1 parent 2592259 commit 79b025a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
[![Backers on Open Collective](https://opencollective.com/geojson-net/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/geojson-net/sponsors/badge.svg)](#sponsors) [![NuGet Version](http://img.shields.io/nuget/v/GeoJSON.NET.svg?style=flat)](https://www.nuget.org/packages/GeoJSON.NET/)
2-
[![Build status](https://ci.appveyor.com/api/projects/status/i5afnui06gqco0wi/branch/master?svg=true)](https://ci.appveyor.com/project/GeojsonNet/geojson-net/branch/master)
2+
[![Build status](https://dev.azure.com/GeoJSON-Net/GeoJSON.Net/_apis/build/status/GeoJSON.Net)](https://dev.azure.com/GeoJSON-Net/GeoJSON.Net/_build/latest?definitionId=1)
33

44
# GeoJSON.NET
55
GeoJSON.Net is a .NET library for the [RFC 7946 The GeoJSON Format](https://tools.ietf.org/html/rfc7946) and it uses and provides [Newtonsoft Json.NET](http://json.codeplex.com) converters for serialization and deserialization of GeoJSON data.
66

7-
## Version 2
8-
I'm starting to put together a plan for version 2 of GeoJSON.Net. I'm open to any suggestions or ideas, if you have any thoughts please open an issue and make it clear that it's an idea for version to and I'll tag it up as such.
9-
107
## Installation & Usage
118

129
[GeoJSON.Net NuGet package](https://www.nuget.org/packages/GeoJSON.Net/):

src/GeoJSON.Net/GeoJSON.Net.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Company>GeoJSON.Net</Company>
88
<Copyright>Copyright © Joerg Battermann, Matt Hunt, Xavier Fischer and Contributors, 2014 - 2019</Copyright>
99
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
10-
<Version>1.1.73</Version>
10+
<Version>1.2.0</Version>
1111
<PackageProjectUrl>https://github.com/GeoJSON-Net/GeoJSON.Net</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/GeoJSON-Net/GeoJSON.Net.git</RepositoryUrl>
1313
<RepositoryType>git</RepositoryType>
@@ -20,4 +20,7 @@
2020
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
2121
</ItemGroup>
2222

23+
<PropertyGroup>
24+
<FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride>
25+
</PropertyGroup>
2326
</Project>

0 commit comments

Comments
 (0)