Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurgen De Leon committed May 12, 2022
1 parent 06e7c33 commit 758ac0b
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 11 deletions.
22 changes: 17 additions & 5 deletions GMap.NET/GMap.NET.Avalonia/GMap.NET.Avalonia.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<PackageId>GMap.NET.Avalonia</PackageId>
<Product>GMap.NET.Avalonia</Product>
<AssemblyTitle>GMap.NET.Avalonia</AssemblyTitle>
<RootNamespace>GMap.NET</RootNamespace>
<Nullable>enable</Nullable>
<TargetFrameworks>net5.0</TargetFrameworks>
<DefineConstants>MONO_disabled;SQLite;MySQL_disabled;PostgreSQL_disabled;$(DefineConstants)</DefineConstants>

<PackageReleaseNotes>
- .Net 6.0 support added
- New GMap.NET.Avalonia library

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

<ItemGroup>
<PackageReference Include="Avalonia" Version="0.10.6" />
Expand Down
5 changes: 3 additions & 2 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,12 @@
<DefineConstants>MONO_disabled;SQLite;MySQL_disabled;PostgreSQL_disabled;$(DefineConstants)</DefineConstants>

<PackageReleaseNotes>
- Fixes, improvements and optimization
- .Net 6.0 support added
- New GMap.NET.Avalonia library

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

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions GMap.NET/GMap.NET.Windows/GMap.NET.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Library migrated to .Net Core and published in new individual packages
- GMap.NET.Core
- GMap.NET.WinForms
- GMap.NET.WinPresentation
- GMap.NET.Avalonia

History Release Notes
https://github.com/judero01col/GMap.NET/blob/master/README.md#release-notes
Expand Down
5 changes: 3 additions & 2 deletions GMap.NET/GMap.NET.WindowsForms/GMap.NET.WindowsForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
<DefineConstants>ContinuesMapNo;$(DefineConstants)</DefineConstants>

<PackageReleaseNotes>
- Fixes, improvements and optimization
- .Net 6.0 support added
- New GMap.NET.Avalonia library

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

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
<UseWPF>true</UseWPF>

<PackageReleaseNotes>
- Fixes, improvements and optimization
- .Net 6.0 support added
- New GMap.NET.Avalonia library

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

<ItemGroup>
Expand Down
73 changes: 73 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ PM> Install-Package GMap.NET.WinForms
```
PM> Install-Package GMap.NET.WinPresentation
```
```
PM> Install-Package GMap.NET.Avalonia
```

If you wish to use the cutting-edge version of gmaps-api-net, then you can clone the repository (or download the zip) and build the class library yourself. This should require minimal set-up, and also allows you to develop extra features for your own use (or to push upstream using a pull request for everyone else to use!).

Expand All @@ -33,6 +36,76 @@ https://github.com/judero01col/GMap.NET/wiki

# Release Notes

## Version 2.0.4

#### GMap.NET.Core
- .Net 6.0 support added
- New GMap.NET.Avalonia library

#### GMap.NET.WinForms
- .Net 6.0 support added
- New GMap.NET.Avalonia library

#### GMap.NET.WinPresentation
- .Net 6.0 support added
- New GMap.NET.Avalonia library

## Version 2.0.3

#### GMap.NET.Core
- .Net 5.0 support added

#### GMap.NET.WinForms
- .Net 5.0 support added

#### GMap.NET.WinPresentation
- .Net 5.0 support added

## Version 2.0.2

#### GMap.NET.Core
- .Net Core 3.0 support added

#### GMap.NET.WinForms
- Fixes, improvements and optimization

#### GMap.NET.WinPresentation
- Fixes, improvements and optimization

## Version 2.0.2

#### GMap.NET.Core
- Fixes, improvements and optimization

#### GMap.NET.WinForms
- Fixes, improvements and optimization

#### GMap.NET.WinPresentation
- Fixes, improvements and optimization

## Version 2.0.1

#### GMap.NET.Core
- 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)

#### GMap.NET.WinForms
- None

#### GMap.NET.WinPresentation
- None

## Version 2.0.0

#### GMap.NET.Core
- Pocket PC support removed (Contributed by @zgabi)

#### GMap.NET.WinForms
- Pocket PC support removed (Contributed by @zgabi)

#### GMap.NET.WinPresentation
- Pocket PC support removed (Contributed by @zgabi)

## Version 1.9.9.5

#### GMap.NET.Core
Expand Down

0 comments on commit 758ac0b

Please sign in to comment.