diff --git a/FileDbCache/UWP/Properties/AssemblyInfo.cs b/FileDbCache/UWP/Properties/AssemblyInfo.cs index 7a892c3d..375000e8 100644 --- a/FileDbCache/UWP/Properties/AssemblyInfo.cs +++ b/FileDbCache/UWP/Properties/AssemblyInfo.cs @@ -6,8 +6,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyCompany("Clemens Fischer")] [assembly: AssemblyCopyright("Copyright © 2022 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("7.4.0")] -[assembly: AssemblyFileVersion("7.4.0")] +[assembly: AssemblyVersion("8.0.0")] +[assembly: AssemblyFileVersion("8.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/FileDbCache/WPF/FileDbCache.WPF.csproj b/FileDbCache/WPF/FileDbCache.WPF.csproj index 5b3f2051..10879884 100644 --- a/FileDbCache/WPF/FileDbCache.WPF.csproj +++ b/FileDbCache/WPF/FileDbCache.WPF.csproj @@ -5,7 +5,7 @@ MapControl.Caching XAML Map Control FileDbCache Library for WPF XAML Map Control - 7.4.0 + 8.0.0 Clemens Fischer Copyright © 2022 Clemens Fischer true diff --git a/FileDbCache/WinUI/FileDbCache.WinUI.csproj b/FileDbCache/WinUI/FileDbCache.WinUI.csproj index 6214016f..91f16b63 100644 --- a/FileDbCache/WinUI/FileDbCache.WinUI.csproj +++ b/FileDbCache/WinUI/FileDbCache.WinUI.csproj @@ -7,7 +7,7 @@ MapControl.Caching XAML Map Control FileDbCache Library for WinUI XAML Map Control - 7.4.0 + 8.0.0 Clemens Fischer Copyright © 2022 Clemens Fischer true diff --git a/MBTiles/UWP/MBTiles.UWP.csproj b/MBTiles/UWP/MBTiles.UWP.csproj index a90fb46a..7be1c95f 100644 --- a/MBTiles/UWP/MBTiles.UWP.csproj +++ b/MBTiles/UWP/MBTiles.UWP.csproj @@ -57,7 +57,7 @@ 6.2.14 - 1.0.116 + 1.0.117 diff --git a/MBTiles/UWP/Properties/AssemblyInfo.cs b/MBTiles/UWP/Properties/AssemblyInfo.cs index b2b382ca..72762965 100644 --- a/MBTiles/UWP/Properties/AssemblyInfo.cs +++ b/MBTiles/UWP/Properties/AssemblyInfo.cs @@ -6,8 +6,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyCompany("Clemens Fischer")] [assembly: AssemblyCopyright("Copyright © 2022 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("7.4.0")] -[assembly: AssemblyFileVersion("7.4.0")] +[assembly: AssemblyVersion("8.0.0")] +[assembly: AssemblyFileVersion("8.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/MBTiles/WPF/MBTiles.WPF.csproj b/MBTiles/WPF/MBTiles.WPF.csproj index fd9b79ab..3f43c817 100644 --- a/MBTiles/WPF/MBTiles.WPF.csproj +++ b/MBTiles/WPF/MBTiles.WPF.csproj @@ -5,7 +5,7 @@ MapControl.MBTiles XAML Map Control MBTiles Library for WPF XAML Map Control - 7.4.0 + 8.0.0 Clemens Fischer Copyright © 2022 Clemens Fischer true @@ -25,7 +25,7 @@ - + diff --git a/MBTiles/WinUI/MBTiles.WinUI.csproj b/MBTiles/WinUI/MBTiles.WinUI.csproj index 1be49784..d87abf58 100644 --- a/MBTiles/WinUI/MBTiles.WinUI.csproj +++ b/MBTiles/WinUI/MBTiles.WinUI.csproj @@ -7,7 +7,7 @@ MapControl.MBTiles XAML Map Control MBTiles Library for WinUI XAML Map Control - 7.4.0 + 8.0.0 Clemens Fischer Copyright © 2022 Clemens Fischer true @@ -29,7 +29,7 @@ - + diff --git a/MapControl/UWP/Properties/AssemblyInfo.cs b/MapControl/UWP/Properties/AssemblyInfo.cs index 3cfd61cc..f3326c5c 100644 --- a/MapControl/UWP/Properties/AssemblyInfo.cs +++ b/MapControl/UWP/Properties/AssemblyInfo.cs @@ -6,8 +6,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyCompany("Clemens Fischer")] [assembly: AssemblyCopyright("Copyright © 2022 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("7.4.0")] -[assembly: AssemblyFileVersion("7.4.0")] +[assembly: AssemblyVersion("8.0.0")] +[assembly: AssemblyFileVersion("8.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/MapControl/WPF/MapControl.WPF.csproj b/MapControl/WPF/MapControl.WPF.csproj index 5e796d99..c3e34155 100644 --- a/MapControl/WPF/MapControl.WPF.csproj +++ b/MapControl/WPF/MapControl.WPF.csproj @@ -5,7 +5,7 @@ MapControl XAML Map Control Library for WPF XAML Map Control - 7.4.0 + 8.0.0 Clemens Fischer Copyright © 2022 Clemens Fischer true diff --git a/MapControl/WinUI/MapControl.WinUI.csproj b/MapControl/WinUI/MapControl.WinUI.csproj index 4093b691..24c023f9 100644 --- a/MapControl/WinUI/MapControl.WinUI.csproj +++ b/MapControl/WinUI/MapControl.WinUI.csproj @@ -7,7 +7,7 @@ MapControl XAML Map Control Library for WinUI XAML Map Control - 7.4.0 + 8.0.0 Clemens Fischer Copyright © 2022 Clemens Fischer true diff --git a/MapProjections/UWP/Properties/AssemblyInfo.cs b/MapProjections/UWP/Properties/AssemblyInfo.cs index 94ccfff8..3dc30c7c 100644 --- a/MapProjections/UWP/Properties/AssemblyInfo.cs +++ b/MapProjections/UWP/Properties/AssemblyInfo.cs @@ -6,8 +6,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyCompany("Clemens Fischer")] [assembly: AssemblyCopyright("Copyright © 2022 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("7.4.0")] -[assembly: AssemblyFileVersion("7.4.0")] +[assembly: AssemblyVersion("8.0.0")] +[assembly: AssemblyFileVersion("8.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/MapProjections/WPF/MapProjections.WPF.csproj b/MapProjections/WPF/MapProjections.WPF.csproj index 5b98c4db..d2ae8717 100644 --- a/MapProjections/WPF/MapProjections.WPF.csproj +++ b/MapProjections/WPF/MapProjections.WPF.csproj @@ -5,7 +5,7 @@ MapControl.Projections XAML Map Control Projections Library for WPF XAML Map Control - 7.4.0 + 8.0.0 Clemens Fischer Copyright © 2022 Clemens Fischer true diff --git a/MapProjections/WinUI/MapProjections.WinUI.csproj b/MapProjections/WinUI/MapProjections.WinUI.csproj index e424bad5..03a575b8 100644 --- a/MapProjections/WinUI/MapProjections.WinUI.csproj +++ b/MapProjections/WinUI/MapProjections.WinUI.csproj @@ -7,7 +7,7 @@ MapControl.Projections XAML Map Control Projections Library for WinUI XAML Map Control - 7.4.0 + 8.0.0 Clemens Fischer Copyright © 2022 Clemens Fischer true diff --git a/MapUiTools/UWP/Properties/AssemblyInfo.cs b/MapUiTools/UWP/Properties/AssemblyInfo.cs index 43554916..472ede21 100644 --- a/MapUiTools/UWP/Properties/AssemblyInfo.cs +++ b/MapUiTools/UWP/Properties/AssemblyInfo.cs @@ -6,8 +6,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyCompany("Clemens Fischer")] [assembly: AssemblyCopyright("Copyright © 2022 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("7.4.0")] -[assembly: AssemblyFileVersion("7.4.0")] +[assembly: AssemblyVersion("8.0.0")] +[assembly: AssemblyFileVersion("8.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/MapUiTools/WPF/MapUiTools.WPF.csproj b/MapUiTools/WPF/MapUiTools.WPF.csproj index ea94cf94..af10688e 100644 --- a/MapUiTools/WPF/MapUiTools.WPF.csproj +++ b/MapUiTools/WPF/MapUiTools.WPF.csproj @@ -5,7 +5,7 @@ MapControl.UiTools XAML Map Control UI Tools Library for WPF XAML Map Control - 7.4.0 + 8.0.0 Clemens Fischer Copyright © 2022 Clemens Fischer true diff --git a/MapUiTools/WinUI/MapUiTools.WinUI.csproj b/MapUiTools/WinUI/MapUiTools.WinUI.csproj index c3c2ce82..b6632b0d 100644 --- a/MapUiTools/WinUI/MapUiTools.WinUI.csproj +++ b/MapUiTools/WinUI/MapUiTools.WinUI.csproj @@ -7,7 +7,7 @@ MapControl.UiTools XAML Map Control UI Tools Library for WinUI XAML Map Control - 7.4.0 + 8.0.0 Clemens Fischer Copyright © 2022 Clemens Fischer true diff --git a/SQLiteCache/UWP/Properties/AssemblyInfo.cs b/SQLiteCache/UWP/Properties/AssemblyInfo.cs index 2f2a3b51..d457d22f 100644 --- a/SQLiteCache/UWP/Properties/AssemblyInfo.cs +++ b/SQLiteCache/UWP/Properties/AssemblyInfo.cs @@ -6,8 +6,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyCompany("Clemens Fischer")] [assembly: AssemblyCopyright("Copyright © 2022 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("7.4.0")] -[assembly: AssemblyFileVersion("7.4.0")] +[assembly: AssemblyVersion("8.0.0")] +[assembly: AssemblyFileVersion("8.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/SQLiteCache/UWP/SQLiteCache.UWP.csproj b/SQLiteCache/UWP/SQLiteCache.UWP.csproj index bb389994..01cbed82 100644 --- a/SQLiteCache/UWP/SQLiteCache.UWP.csproj +++ b/SQLiteCache/UWP/SQLiteCache.UWP.csproj @@ -54,7 +54,7 @@ 6.2.14 - 1.0.116 + 1.0.117 diff --git a/SQLiteCache/WPF/SQLiteCache.WPF.csproj b/SQLiteCache/WPF/SQLiteCache.WPF.csproj index bc13729e..ebbda42a 100644 --- a/SQLiteCache/WPF/SQLiteCache.WPF.csproj +++ b/SQLiteCache/WPF/SQLiteCache.WPF.csproj @@ -5,7 +5,7 @@ MapControl.Caching XAML Map Control SQLiteCache Library for WPF XAML Map Control - 7.4.0 + 8.0.0 Clemens Fischer Copyright © 2022 Clemens Fischer true @@ -33,6 +33,6 @@ - + diff --git a/SQLiteCache/WinUI/SQLiteCache.WinUI.csproj b/SQLiteCache/WinUI/SQLiteCache.WinUI.csproj index fc89b3d2..de723eb2 100644 --- a/SQLiteCache/WinUI/SQLiteCache.WinUI.csproj +++ b/SQLiteCache/WinUI/SQLiteCache.WinUI.csproj @@ -7,7 +7,7 @@ MapControl.Caching XAML Map Control SQLiteCache Library for WinUI XAML Map Control - 7.4.0 + 8.0.0 Clemens Fischer Copyright © 2022 Clemens Fischer true @@ -29,7 +29,7 @@ - + diff --git a/SampleApps/ProjectionDemo/ProjectionDemo.csproj b/SampleApps/ProjectionDemo/ProjectionDemo.csproj index dad7884b..dd3ade38 100644 --- a/SampleApps/ProjectionDemo/ProjectionDemo.csproj +++ b/SampleApps/ProjectionDemo/ProjectionDemo.csproj @@ -6,7 +6,7 @@ ProjectionDemo XAML Map Control Projection Demo Application XAML Map Control - 7.4.0 + 8.0.0 Clemens Fischer Copyright © 2022 Clemens Fischer diff --git a/SampleApps/UniversalApp/Properties/AssemblyInfo.cs b/SampleApps/UniversalApp/Properties/AssemblyInfo.cs index 72d9cb03..0146469f 100644 --- a/SampleApps/UniversalApp/Properties/AssemblyInfo.cs +++ b/SampleApps/UniversalApp/Properties/AssemblyInfo.cs @@ -6,8 +6,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyCompany("Clemens Fischer")] [assembly: AssemblyCopyright("Copyright © 2022 Clemens Fischer")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("7.4.0")] -[assembly: AssemblyFileVersion("7.4.0")] +[assembly: AssemblyVersion("8.0.0")] +[assembly: AssemblyFileVersion("8.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/SampleApps/WinUiApp/WinUiApp.csproj b/SampleApps/WinUiApp/WinUiApp.csproj index 5055dbdf..c00bf94e 100644 --- a/SampleApps/WinUiApp/WinUiApp.csproj +++ b/SampleApps/WinUiApp/WinUiApp.csproj @@ -11,7 +11,7 @@ SampleApplication XAML Map Control WinUI Sample Application XAML Map Control - 7.4.0 + 8.0.0 Clemens Fischer Copyright © 2022 Clemens Fischer none diff --git a/SampleApps/WpfApplication/WpfApplication.csproj b/SampleApps/WpfApplication/WpfApplication.csproj index 412413f3..f006825b 100644 --- a/SampleApps/WpfApplication/WpfApplication.csproj +++ b/SampleApps/WpfApplication/WpfApplication.csproj @@ -6,7 +6,7 @@ SampleApplication XAML Map Control WPF Sample Application XAML Map Control - 7.4.0 + 8.0.0 Clemens Fischer Copyright © 2022 Clemens Fischer