Skip to content

Commit 335e9d7

Browse files
committed
Update GeoJSON.Net.csproj
#123
1 parent 41fcaf9 commit 335e9d7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/GeoJSON.Net/GeoJSON.Net.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard1.0;netstandard1.1;net35;net40;net45;</TargetFrameworks>
55
<AssemblyName>GeoJSON.Net</AssemblyName>
6-
<AssemblyVersion>1.1.72</AssemblyVersion>
7-
<FileVersion>1.1.72</FileVersion>
6+
<AssemblyVersion>1.1.73</AssemblyVersion>
7+
<FileVersion>1.1.73</FileVersion>
88
<Description>.Net types for the GeoJSON RFC to be used with Json.Net</Description>
99
<Authors></Authors>
1010
<Company>GeoJSON.Net</Company>
11-
<Copyright>Copyright © Matt Hunt, Joerg Battermann and Contributor, 2014 - 2017</Copyright>
11+
<Copyright>Copyright © Joerg Battermann, Matt Hunt, Xavier Fischer and Contributors, 2014 - 2019</Copyright>
12+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
13+
<Version>1.1.73</Version>
14+
<PackageReleaseNotes>Assembly is now strong named</PackageReleaseNotes>
1215
</PropertyGroup>
1316

1417
<ItemGroup>

0 commit comments

Comments
 (0)