Skip to content

Commit

Permalink
Release Version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
judero01col committed Nov 9, 2021
1 parent 798c21e commit 93b2ada
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Company>MainSoft Technology</Company>
<PackageVersion>2.0.2</PackageVersion>
<PackageVersion>2.0.3</PackageVersion>
<ApplicationVersion>$(PackageVersion).0</ApplicationVersion>
<Version>$(PackageVersion).0</Version>
<FileVersion>$(PackageVersion).0</FileVersion>
Expand Down
6 changes: 3 additions & 3 deletions GMap.NET/GMap.NET.Core/GMap.NET.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<DefineConstants>MONO_disabled;SQLite;MySQL_disabled;PostgreSQL_disabled;$(DefineConstants)</DefineConstants>

<PackageReleaseNotes>
- New Lantmateriet Map Provider (SwedenMapAlternative) : Pseudo Mercator (EPSG:3857) instead of SWEREF99 (EPSG:3006) (Contributed by @jokubokla)
- Support sending X-Yours-Client header via OSMProvider (Contributed by @shrayasr)
- Fixes, improvements and optimization

History Release Notes
https://github.com/judero01col/GMap.NET/blob/master/README.md#release-notes</PackageReleaseNotes>
https://github.com/judero01col/GMap.NET/blob/master/README.md#release-notes
</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<DefineConstants>ContinuesMapNo;$(DefineConstants)</DefineConstants>

<PackageReleaseNotes>
- Pocket PC support removed (Contributed by @zgabi)
- Fixes, improvements and optimization

History Release Notes
https://github.com/judero01col/GMap.NET/blob/master/README.md#release-notes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
<UseWPF>true</UseWPF>

<PackageReleaseNotes>
- Pocket PC support removed (Contributed by @zgabi)
- Fixes, improvements and optimization

History Release Notes
https://github.com/judero01col/GMap.NET/blob/master/README.md#release-notes</PackageReleaseNotes>
https://github.com/judero01col/GMap.NET/blob/master/README.md#release-notes
</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 93b2ada

Please sign in to comment.