Skip to content

Commit 3ce044e

Browse files
committed
Release 1.4.0
1 parent d873327 commit 3ce044e

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

src/GeoJSON.Net/GeoJSON.Net.csproj

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,19 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;netstandard2.1;net462;net6.0;net8.0</TargetFrameworks>
55
<Description>.Net types for the GeoJSON RFC to be used with Json.Net</Description>
6-
<Authors>Matt Hunt;Joerg Battermann;Xavier Fischer</Authors>
6+
<Authors>Matt Hunt;Joerg Battermann;Xavier Fischer;Janus Weil</Authors>
77
<Company>GeoJSON.Net</Company>
8-
<Copyright>Copyright © Joerg Battermann, Matt Hunt, Xavier Fischer and Contributors, 2014 - 2019</Copyright>
8+
<Copyright>Copyright © Joerg Battermann, Matt Hunt, Xavier Fischer, Janus Weil and Contributors, 2014 - 2024</Copyright>
99
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
10-
<Version>1.2.16</Version>
10+
<Version>1.4.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>
1414
<PackageTags>geojson;geo;json;geolocation</PackageTags>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>
16-
<PackageReleaseNotes>Fixes exception when serializing polygons</PackageReleaseNotes>
1716
</PropertyGroup>
1817

1918
<ItemGroup>
2019
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2120
</ItemGroup>
22-
23-
<PropertyGroup>
24-
<FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride>
25-
</PropertyGroup>
2621
</Project>

0 commit comments

Comments
 (0)