Version 2.4.12: Fixed issue with clearing the TileLayers collection, added support for relative paths of local tile images.

This commit is contained in:
ClemensF 2015-06-09 20:09:57 +02:00
parent 575930dce8
commit 36a8600faf
15 changed files with 49 additions and 35 deletions

View file

@ -7,8 +7,8 @@ using System.Runtime.InteropServices;
[assembly: AssemblyCompany("Clemens Fischer")]
[assembly: AssemblyCopyright("© 2015 Clemens Fischer")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyVersion("2.4.11")]
[assembly: AssemblyFileVersion("2.4.11")]
[assembly: AssemblyVersion("2.4.12")]
[assembly: AssemblyFileVersion("2.4.12")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]