From 8f9a2395ede4c706f3e14e5eb468383c6e6762c4 Mon Sep 17 00:00:00 2001 From: ClemensF Date: Fri, 15 May 2020 23:49:36 +0200 Subject: [PATCH] Version 5.2.0: MapPath and derived classes --- FileDbCache/UWP/Properties/AssemblyInfo.cs | 4 ++-- FileDbCache/WPF/FileDbCache.WPF.csproj | 2 +- MBTiles/UWP/Properties/AssemblyInfo.cs | 4 ++-- MBTiles/WPF/MBTiles.WPF.csproj | 2 +- MapControl/UWP/Properties/AssemblyInfo.cs | 4 ++-- MapControl/WPF/MapControl.WPF.csproj | 2 +- MapImages/UWP/Properties/AssemblyInfo.cs | 4 ++-- MapImages/WPF/MapImages.WPF.csproj | 2 +- MapProjections/UWP/Properties/AssemblyInfo.cs | 4 ++-- MapProjections/WPF/MapProjections.WPF.csproj | 2 +- SQLiteCache/UWP/Properties/AssemblyInfo.cs | 4 ++-- SQLiteCache/WPF/SQLiteCache.WPF.csproj | 2 +- SampleApps/UniversalApp/Properties/AssemblyInfo.cs | 4 ++-- SampleApps/WpfApplication/WpfApplication.csproj | 2 +- 14 files changed, 21 insertions(+), 21 deletions(-) diff --git a/FileDbCache/UWP/Properties/AssemblyInfo.cs b/FileDbCache/UWP/Properties/AssemblyInfo.cs index af74c084..3a05b37f 100644 --- a/FileDbCache/UWP/Properties/AssemblyInfo.cs +++ b/FileDbCache/UWP/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyCompany("Clemens Fischer")] [assembly: AssemblyCopyright("Copyright © 2020 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("5.1.0")] -[assembly: AssemblyFileVersion("5.1.0")] +[assembly: AssemblyVersion("5.2.0")] +[assembly: AssemblyFileVersion("5.2.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/FileDbCache/WPF/FileDbCache.WPF.csproj b/FileDbCache/WPF/FileDbCache.WPF.csproj index 6f36b4c3..38382ce4 100644 --- a/FileDbCache/WPF/FileDbCache.WPF.csproj +++ b/FileDbCache/WPF/FileDbCache.WPF.csproj @@ -9,7 +9,7 @@ ..\..\MapControl.snk false XAML Map Control - 5.1.0 + 5.2.0 ObjectCache implementation based on EzTools FileDb Clemens Fischer Copyright © 2020 Clemens Fischer diff --git a/MBTiles/UWP/Properties/AssemblyInfo.cs b/MBTiles/UWP/Properties/AssemblyInfo.cs index 57cd30f9..fad219e5 100644 --- a/MBTiles/UWP/Properties/AssemblyInfo.cs +++ b/MBTiles/UWP/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyCompany("Clemens Fischer")] [assembly: AssemblyCopyright("Copyright © 2020 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("5.1.0")] -[assembly: AssemblyFileVersion("5.1.0")] +[assembly: AssemblyVersion("5.2.0")] +[assembly: AssemblyFileVersion("5.2.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/MBTiles/WPF/MBTiles.WPF.csproj b/MBTiles/WPF/MBTiles.WPF.csproj index 0a955391..971706b5 100644 --- a/MBTiles/WPF/MBTiles.WPF.csproj +++ b/MBTiles/WPF/MBTiles.WPF.csproj @@ -9,7 +9,7 @@ ..\..\MapControl.snk false XAML Map Control - 5.1.0 + 5.2.0 MBTiles Support Library for XAML Map Control Clemens Fischer Copyright © 2020 Clemens Fischer diff --git a/MapControl/UWP/Properties/AssemblyInfo.cs b/MapControl/UWP/Properties/AssemblyInfo.cs index 27a939cf..76cc5935 100644 --- a/MapControl/UWP/Properties/AssemblyInfo.cs +++ b/MapControl/UWP/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyCompany("Clemens Fischer")] [assembly: AssemblyCopyright("Copyright © 2020 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("5.1.0")] -[assembly: AssemblyFileVersion("5.1.0")] +[assembly: AssemblyVersion("5.2.0")] +[assembly: AssemblyFileVersion("5.2.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/MapControl/WPF/MapControl.WPF.csproj b/MapControl/WPF/MapControl.WPF.csproj index 7f4b95c5..f9f0be75 100644 --- a/MapControl/WPF/MapControl.WPF.csproj +++ b/MapControl/WPF/MapControl.WPF.csproj @@ -9,7 +9,7 @@ ..\..\MapControl.snk false XAML Map Control - 5.1.0 + 5.2.0 XAML Map Control Library Clemens Fischer Copyright © 2020 Clemens Fischer diff --git a/MapImages/UWP/Properties/AssemblyInfo.cs b/MapImages/UWP/Properties/AssemblyInfo.cs index 53127321..e1ca5c47 100644 --- a/MapImages/UWP/Properties/AssemblyInfo.cs +++ b/MapImages/UWP/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyCompany("Clemens Fischer")] [assembly: AssemblyCopyright("Copyright © 2020 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("5.1.0")] -[assembly: AssemblyFileVersion("5.1.0")] +[assembly: AssemblyVersion("5.2.0")] +[assembly: AssemblyFileVersion("5.2.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/MapImages/WPF/MapImages.WPF.csproj b/MapImages/WPF/MapImages.WPF.csproj index d62e2bf3..2511bb37 100644 --- a/MapImages/WPF/MapImages.WPF.csproj +++ b/MapImages/WPF/MapImages.WPF.csproj @@ -9,7 +9,7 @@ ..\..\MapControl.snk false XAML Map Control - 5.1.0 + 5.2.0 Image Support Library for XAML Map Control Clemens Fischer Copyright © 2020 Clemens Fischer diff --git a/MapProjections/UWP/Properties/AssemblyInfo.cs b/MapProjections/UWP/Properties/AssemblyInfo.cs index 4e7f901c..060a1bf1 100644 --- a/MapProjections/UWP/Properties/AssemblyInfo.cs +++ b/MapProjections/UWP/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyCompany("Clemens Fischer")] [assembly: AssemblyCopyright("Copyright © 2020 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("5.1.0")] -[assembly: AssemblyFileVersion("5.1.0")] +[assembly: AssemblyVersion("5.2.0")] +[assembly: AssemblyFileVersion("5.2.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/MapProjections/WPF/MapProjections.WPF.csproj b/MapProjections/WPF/MapProjections.WPF.csproj index f1166edd..9c0c23b5 100644 --- a/MapProjections/WPF/MapProjections.WPF.csproj +++ b/MapProjections/WPF/MapProjections.WPF.csproj @@ -9,7 +9,7 @@ ..\..\MapControl.snk false XAML Map Control - 5.1.0 + 5.2.0 Map Projections Library for XAML Map Control Clemens Fischer Copyright © 2020 Clemens Fischer diff --git a/SQLiteCache/UWP/Properties/AssemblyInfo.cs b/SQLiteCache/UWP/Properties/AssemblyInfo.cs index 77cc58bd..94237413 100644 --- a/SQLiteCache/UWP/Properties/AssemblyInfo.cs +++ b/SQLiteCache/UWP/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyCompany("Clemens Fischer")] [assembly: AssemblyCopyright("Copyright © 2020 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("5.1.0")] -[assembly: AssemblyFileVersion("5.1.0")] +[assembly: AssemblyVersion("5.2.0")] +[assembly: AssemblyFileVersion("5.2.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/SQLiteCache/WPF/SQLiteCache.WPF.csproj b/SQLiteCache/WPF/SQLiteCache.WPF.csproj index 63e74731..66941f01 100644 --- a/SQLiteCache/WPF/SQLiteCache.WPF.csproj +++ b/SQLiteCache/WPF/SQLiteCache.WPF.csproj @@ -9,7 +9,7 @@ ..\..\MapControl.snk false XAML Map Control - 5.1.0 + 5.2.0 ObjectCache implementation based on SQLite Clemens Fischer Copyright © 2020 Clemens Fischer diff --git a/SampleApps/UniversalApp/Properties/AssemblyInfo.cs b/SampleApps/UniversalApp/Properties/AssemblyInfo.cs index 40950534..6ed6e7ed 100644 --- a/SampleApps/UniversalApp/Properties/AssemblyInfo.cs +++ b/SampleApps/UniversalApp/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyCopyright("Copyright © 2020 Clemens Fischer")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("5.1.0")] -[assembly: AssemblyFileVersion("5.1.0")] +[assembly: AssemblyVersion("5.2.0")] +[assembly: AssemblyFileVersion("5.2.0")] [assembly: AssemblyConfiguration("")] [assembly: ComVisible(false)] diff --git a/SampleApps/WpfApplication/WpfApplication.csproj b/SampleApps/WpfApplication/WpfApplication.csproj index c8569877..4afc4b79 100644 --- a/SampleApps/WpfApplication/WpfApplication.csproj +++ b/SampleApps/WpfApplication/WpfApplication.csproj @@ -6,7 +6,7 @@ true WpfApplication XAML Map Control - 5.1.0 + 5.2.0 XAML Map Control WPF Sample Application Clemens Fischer Copyright © 2020 Clemens Fischer