mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Version 4.15.1: Use XDocument instead of XmlDocument
This commit is contained in:
parent
d2638c4a6c
commit
9e4c46dbef
17 changed files with 37 additions and 37 deletions
|
|
@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyCopyright("Copyright © 2019 Clemens Fischer")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: AssemblyVersion("4.15.0")]
|
||||
[assembly: AssemblyFileVersion("4.15.0")]
|
||||
[assembly: AssemblyVersion("4.15.1")]
|
||||
[assembly: AssemblyFileVersion("4.15.1")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: ComVisible(false)]
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyCompany("Clemens Fischer")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2019 Clemens Fischer")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyVersion("4.15.0")]
|
||||
[assembly: AssemblyFileVersion("4.15.0")]
|
||||
[assembly: AssemblyVersion("4.15.1")]
|
||||
[assembly: AssemblyFileVersion("4.15.1")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: ComVisible(false)]
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<UseWPF>true</UseWPF>
|
||||
<RootNamespace>WpfCoreApp</RootNamespace>
|
||||
<Version>4.15.0</Version>
|
||||
<Version>4.15.1</Version>
|
||||
<Authors>Clemens Fischer</Authors>
|
||||
<Product>XAML Map Control</Product>
|
||||
</PropertyGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue