Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sibartlett committed Oct 2, 2024
1 parent dbf4789 commit 20c0ae8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Geo/Geo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<NeutralLanguage>en</NeutralLanguage>
<Authors>Simon Bartlett</Authors>
<AssemblyName>Geo</AssemblyName>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<Description>A geospatial library for .NET</Description>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<PackageTags>geo;spatial;gps;coordinates;wgs84;geography;WKT;WKB;GeoJSON;GPX;IGC;NMEA;Garmin;PocketFMS;SkyDemon;magnetic declination;magnetic variation;geomagnetism;igrf;wmm</PackageTags>
Expand Down Expand Up @@ -34,9 +34,7 @@
</ItemGroup>

<ItemGroup>
<Content Include="..\README.md" Pack="true" PackagePath="\">
<Link>README.md</Link>
</Content>
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<Target Name="Husky" BeforeTargets="Restore;CollectPackageReferences" Condition="'$(HUSKY)' != 0">
Expand Down

0 comments on commit 20c0ae8

Please sign in to comment.