mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Version 4.15: Changed MapControl.MapControl.WPF.Core assembly name. Improved MapProjections.
This commit is contained in:
parent
b607268e98
commit
25b78feb0b
21 changed files with 38 additions and 35 deletions
|
|
@ -7,8 +7,8 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyCompany("Clemens Fischer")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2019 Clemens Fischer")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyVersion("4.14.0")]
|
||||
[assembly: AssemblyFileVersion("4.14.0")]
|
||||
[assembly: AssemblyVersion("4.15.0")]
|
||||
[assembly: AssemblyFileVersion("4.15.0")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: ComVisible(false)]
|
||||
|
|
|
|||
|
|
@ -9,11 +9,12 @@
|
|||
<DelaySign>false</DelaySign>
|
||||
<Product>XAML Map Control</Product>
|
||||
<Authors>Clemens Fischer</Authors>
|
||||
<Version>4.14.0</Version>
|
||||
<Version>4.15.0</Version>
|
||||
<Description>XAML Map Control Library</Description>
|
||||
<Copyright>Copyright © 2019 Clemens Fischer</Copyright>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
<PackageId>XAML.MapControl.Core</PackageId>
|
||||
<AssemblyName>MapControl.WPF</AssemblyName>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ using System.Windows;
|
|||
[assembly: AssemblyCompany("Clemens Fischer")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2019 Clemens Fischer")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyVersion("4.14.0")]
|
||||
[assembly: AssemblyFileVersion("4.14.0")]
|
||||
[assembly: AssemblyVersion("4.15.0")]
|
||||
[assembly: AssemblyFileVersion("4.15.0")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: ComVisible(false)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue