forked from judero01col/GMap.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
42 lines (34 loc) · 2.09 KB
/
Directory.Build.props
File metadata and controls
42 lines (34 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<Project>
<PropertyGroup>
<Company>MainSoft Technology</Company>
<PackageVersion>1.9.9</PackageVersion>
<ApplicationVersion>$(PackageVersion).0</ApplicationVersion>
<Version>$(PackageVersion).0</Version>
<FileVersion>$(PackageVersion).0</FileVersion>
<InformationalVersion>$(PackageVersion).0</InformationalVersion>
<Deterministic>true</Deterministic>
<Title>GMap.NET - Maps For Windows</Title>
<Authors>Jurgen De Leon Rodriguez</Authors>
<owners>MainSoft Technology</owners>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseUrl>https://github.com/judero01col/GMap.NET/wiki/License</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/judero01col/GMap.NET</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/judero01col/GMap.NET/master/GMap.ico</PackageIconUrl>
<Description>GMap.NET Windows Forms & Presentation is an excellent open source, powerful, free and cross-platform .NET control. Allows the use of routing, geocoding, directions and maps from Google, Yahoo!, Bing, OpenStreetMap, ArcGIS, Pergo, SigPac, Yendux, Mapy.cz, Maps.lt, iKarte.lv, NearMap, HereMap, CloudMade, WikiMapia, MapQuest and many more.</Description>
<PackageReleaseNotes>GMap.NET
- Project converted to .NET Core 3.0 (Contributed by @zgabi)
GMap.NET.Core
- Add default image proxy class. (Contributed by @zgabi)
- Added decode and encode polyline methods in the PureProjection class
- Code organization
GMap.NET.WinForms
- Add event OnMapClick
GMap.NET.WinPresentation
- Adding an additional check if any Mouse button is being pressed on OnMouseMove event on GMapControl before calling BeginDrag
code formatting. (Contributed by @zgabi)
History Release Notes
https://github.com/judero01col/GMap.NET/blob/master/README.md#release-notes</PackageReleaseNotes>
<Copyright>Copyright (c) MainSoft Technology 2016-2019</Copyright>
<PackageTags>GMap, Map, Maps, gmaps, tiling, Control, mapkit, Mapping, GIS, Geo, Places, Elevation, Geocode, Directions, Google, Here, Bing, OpenStreet</PackageTags>
</PropertyGroup>
</Project>