Version 4.15.1: Use XDocument instead of XmlDocument

This commit is contained in:
ClemensF 2019-11-07 22:40:46 +01:00
parent d2638c4a6c
commit 9e4c46dbef
17 changed files with 37 additions and 37 deletions

View file

@ -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>