From eb263d637b57e455831abbe6207846333bd05256 Mon Sep 17 00:00:00 2001 From: ClemensF Date: Tue, 13 Nov 2018 22:06:59 +0100 Subject: [PATCH] Version 4.11. Selection in MapItemsControl, updated target version. --- FileDbCache/UWP/FileDbCache.UWP.csproj | 2 +- FileDbCache/UWP/Properties/AssemblyInfo.cs | 4 ++-- FileDbCache/WPF/FileDbCache.WPF.csproj | 2 +- FileDbCache/WPF/Properties/AssemblyInfo.cs | 4 ++-- MBTiles/UWP/MBTiles.UWP.csproj | 6 +++--- MBTiles/UWP/Properties/AssemblyInfo.cs | 4 ++-- MBTiles/WPF/Properties/AssemblyInfo.cs | 4 ++-- MapControl/UWP/MapControl.UWP.csproj | 2 +- MapControl/UWP/Properties/AssemblyInfo.cs | 4 ++-- MapControl/WPF/MapControl.WPF.csproj | 2 +- MapControl/WPF/Properties/AssemblyInfo.cs | 4 ++-- MapProjections/UWP/MapProjections.UWP.csproj | 2 +- MapProjections/UWP/Properties/AssemblyInfo.cs | 4 ++-- MapProjections/WPF/MapProjections.WPF.csproj | 2 +- MapProjections/WPF/Properties/AssemblyInfo.cs | 4 ++-- SampleApps/UniversalApp/Properties/AssemblyInfo.cs | 4 ++-- SampleApps/UniversalApp/UniversalApp.csproj | 2 +- SampleApps/WpfApplication/App.config | 2 +- SampleApps/WpfApplication/Properties/AssemblyInfo.cs | 4 ++-- SampleApps/WpfApplication/WpfApplication.csproj | 2 +- 20 files changed, 32 insertions(+), 32 deletions(-) diff --git a/FileDbCache/UWP/FileDbCache.UWP.csproj b/FileDbCache/UWP/FileDbCache.UWP.csproj index 0b2e47c7..a324db83 100644 --- a/FileDbCache/UWP/FileDbCache.UWP.csproj +++ b/FileDbCache/UWP/FileDbCache.UWP.csproj @@ -46,7 +46,7 @@ - 6.1.7 + 6.1.9 diff --git a/FileDbCache/UWP/Properties/AssemblyInfo.cs b/FileDbCache/UWP/Properties/AssemblyInfo.cs index 96088024..13aca78a 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("© 2018 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("4.10.0")] -[assembly: AssemblyFileVersion("4.10.0")] +[assembly: AssemblyVersion("4.11.0")] +[assembly: AssemblyFileVersion("4.11.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/FileDbCache/WPF/FileDbCache.WPF.csproj b/FileDbCache/WPF/FileDbCache.WPF.csproj index c5dbb66f..c97e9b99 100644 --- a/FileDbCache/WPF/FileDbCache.WPF.csproj +++ b/FileDbCache/WPF/FileDbCache.WPF.csproj @@ -9,7 +9,7 @@ Properties MapControl.Caching FileDbCache.WPF - v4.6.2 + v4.7.2 512 diff --git a/FileDbCache/WPF/Properties/AssemblyInfo.cs b/FileDbCache/WPF/Properties/AssemblyInfo.cs index 6c7b6e99..ef794a5e 100644 --- a/FileDbCache/WPF/Properties/AssemblyInfo.cs +++ b/FileDbCache/WPF/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyCompany("Clemens Fischer")] [assembly: AssemblyCopyright("© 2018 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("4.10.0")] -[assembly: AssemblyFileVersion("4.10.0")] +[assembly: AssemblyVersion("4.11.0")] +[assembly: AssemblyFileVersion("4.11.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/MBTiles/UWP/MBTiles.UWP.csproj b/MBTiles/UWP/MBTiles.UWP.csproj index 7f81bcd4..e27e7bfa 100644 --- a/MBTiles/UWP/MBTiles.UWP.csproj +++ b/MBTiles/UWP/MBTiles.UWP.csproj @@ -11,8 +11,8 @@ MBTiles.UWP en-US UAP - 10.0.16299.0 - 10.0.16299.0 + 10.0.17134.0 + 10.0.17134.0 14 512 {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} @@ -57,7 +57,7 @@ 2.1.0 - 6.1.7 + 6.1.9 diff --git a/MBTiles/UWP/Properties/AssemblyInfo.cs b/MBTiles/UWP/Properties/AssemblyInfo.cs index 1c89b963..2113eeaa 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("© 2018 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("4.10.0")] -[assembly: AssemblyFileVersion("4.10.0")] +[assembly: AssemblyVersion("4.11.0")] +[assembly: AssemblyFileVersion("4.11.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/MBTiles/WPF/Properties/AssemblyInfo.cs b/MBTiles/WPF/Properties/AssemblyInfo.cs index 3b788678..6cba3820 100644 --- a/MBTiles/WPF/Properties/AssemblyInfo.cs +++ b/MBTiles/WPF/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyCompany("Clemens Fischer")] [assembly: AssemblyCopyright("© 2018 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("4.10.0")] -[assembly: AssemblyFileVersion("4.10.0")] +[assembly: AssemblyVersion("4.11.0")] +[assembly: AssemblyFileVersion("4.11.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/MapControl/UWP/MapControl.UWP.csproj b/MapControl/UWP/MapControl.UWP.csproj index 46bd689b..778815eb 100644 --- a/MapControl/UWP/MapControl.UWP.csproj +++ b/MapControl/UWP/MapControl.UWP.csproj @@ -172,7 +172,7 @@ - 6.1.7 + 6.1.9 diff --git a/MapControl/UWP/Properties/AssemblyInfo.cs b/MapControl/UWP/Properties/AssemblyInfo.cs index d766e2da..b9cc54f3 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("© 2018 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("4.10.0")] -[assembly: AssemblyFileVersion("4.10.0")] +[assembly: AssemblyVersion("4.11.0")] +[assembly: AssemblyFileVersion("4.11.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/MapControl/WPF/MapControl.WPF.csproj b/MapControl/WPF/MapControl.WPF.csproj index 5b1e1605..ef47cc89 100644 --- a/MapControl/WPF/MapControl.WPF.csproj +++ b/MapControl/WPF/MapControl.WPF.csproj @@ -9,7 +9,7 @@ Properties MapControl MapControl.WPF - v4.6.2 + v4.7.2 512 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 diff --git a/MapControl/WPF/Properties/AssemblyInfo.cs b/MapControl/WPF/Properties/AssemblyInfo.cs index fdd1007a..d25b20f1 100644 --- a/MapControl/WPF/Properties/AssemblyInfo.cs +++ b/MapControl/WPF/Properties/AssemblyInfo.cs @@ -8,8 +8,8 @@ using System.Windows; [assembly: AssemblyCompany("Clemens Fischer")] [assembly: AssemblyCopyright("© 2018 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("4.10.0")] -[assembly: AssemblyFileVersion("4.10.0")] +[assembly: AssemblyVersion("4.11.0")] +[assembly: AssemblyFileVersion("4.11.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/MapProjections/UWP/MapProjections.UWP.csproj b/MapProjections/UWP/MapProjections.UWP.csproj index 17cb9a24..cbfa5232 100644 --- a/MapProjections/UWP/MapProjections.UWP.csproj +++ b/MapProjections/UWP/MapProjections.UWP.csproj @@ -51,7 +51,7 @@ - 6.1.7 + 6.1.9 1.4.1 diff --git a/MapProjections/UWP/Properties/AssemblyInfo.cs b/MapProjections/UWP/Properties/AssemblyInfo.cs index 174badd7..d79ec4aa 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("© 2018 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("4.10.0")] -[assembly: AssemblyFileVersion("4.10.0")] +[assembly: AssemblyVersion("4.11.0")] +[assembly: AssemblyFileVersion("4.11.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/MapProjections/WPF/MapProjections.WPF.csproj b/MapProjections/WPF/MapProjections.WPF.csproj index f540e4e1..fdd2085c 100644 --- a/MapProjections/WPF/MapProjections.WPF.csproj +++ b/MapProjections/WPF/MapProjections.WPF.csproj @@ -9,7 +9,7 @@ Properties MapControl.Projections MapProjections.WPF - v4.6.2 + v4.7.2 512 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 diff --git a/MapProjections/WPF/Properties/AssemblyInfo.cs b/MapProjections/WPF/Properties/AssemblyInfo.cs index 27d21696..d1dff1cc 100644 --- a/MapProjections/WPF/Properties/AssemblyInfo.cs +++ b/MapProjections/WPF/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyCompany("Clemens Fischer")] [assembly: AssemblyCopyright("© 2018 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("4.10.0")] -[assembly: AssemblyFileVersion("4.10.0")] +[assembly: AssemblyVersion("4.11.0")] +[assembly: AssemblyFileVersion("4.11.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/SampleApps/UniversalApp/Properties/AssemblyInfo.cs b/SampleApps/UniversalApp/Properties/AssemblyInfo.cs index 134f1bbd..6b41befb 100644 --- a/SampleApps/UniversalApp/Properties/AssemblyInfo.cs +++ b/SampleApps/UniversalApp/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyCopyright("© 2018 Clemens Fischer")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("4.10.0")] -[assembly: AssemblyFileVersion("4.10.0")] +[assembly: AssemblyVersion("4.11.0")] +[assembly: AssemblyFileVersion("4.11.0")] [assembly: AssemblyConfiguration("")] [assembly: ComVisible(false)] diff --git a/SampleApps/UniversalApp/UniversalApp.csproj b/SampleApps/UniversalApp/UniversalApp.csproj index d6e350cb..d71fe532 100644 --- a/SampleApps/UniversalApp/UniversalApp.csproj +++ b/SampleApps/UniversalApp/UniversalApp.csproj @@ -152,7 +152,7 @@ - 6.1.7 + 6.1.9 diff --git a/SampleApps/WpfApplication/App.config b/SampleApps/WpfApplication/App.config index c36460b3..7c73fc9d 100644 --- a/SampleApps/WpfApplication/App.config +++ b/SampleApps/WpfApplication/App.config @@ -1,6 +1,6 @@ - + diff --git a/SampleApps/WpfApplication/Properties/AssemblyInfo.cs b/SampleApps/WpfApplication/Properties/AssemblyInfo.cs index 86185f97..14c4ece5 100644 --- a/SampleApps/WpfApplication/Properties/AssemblyInfo.cs +++ b/SampleApps/WpfApplication/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyCompany("Clemens Fischer")] [assembly: AssemblyCopyright("© 2018 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("4.10.0")] -[assembly: AssemblyFileVersion("4.10.0")] +[assembly: AssemblyVersion("4.11.0")] +[assembly: AssemblyFileVersion("4.11.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/SampleApps/WpfApplication/WpfApplication.csproj b/SampleApps/WpfApplication/WpfApplication.csproj index 1e8bf12d..e3601a3c 100644 --- a/SampleApps/WpfApplication/WpfApplication.csproj +++ b/SampleApps/WpfApplication/WpfApplication.csproj @@ -9,7 +9,7 @@ Properties WpfApplication WpfApplication - v4.6.2 + v4.7.2 512 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4