From 82d4b1bc6e04c344e688fdd294568400b408a7f1 Mon Sep 17 00:00:00 2001 From: ClemensF Date: Thu, 12 Nov 2020 20:23:31 +0100 Subject: [PATCH] .NET 5 --- FileDbCache/UWP/Properties/AssemblyInfo.cs | 4 ++-- FileDbCache/WPF/FileDbCache.WPF.csproj | 10 +++++----- MBTiles/UWP/Properties/AssemblyInfo.cs | 4 ++-- MBTiles/WPF/MBTiles.WPF.csproj | 6 +++--- MapControl/UWP/Properties/AssemblyInfo.cs | 4 ++-- MapControl/WPF/MapControl.WPF.csproj | 10 +++++----- MapImages/UWP/Properties/AssemblyInfo.cs | 4 ++-- MapImages/WPF/MapImages.WPF.csproj | 6 +++--- MapProjections/UWP/Properties/AssemblyInfo.cs | 4 ++-- MapProjections/WPF/MapProjections.WPF.csproj | 4 ++-- SQLiteCache/UWP/Properties/AssemblyInfo.cs | 4 ++-- SQLiteCache/WPF/SQLiteCache.WPF.csproj | 12 ++++++------ SampleApps/UniversalApp/Properties/AssemblyInfo.cs | 4 ++-- SampleApps/WpfApplication/WpfApplication.csproj | 4 ++-- SampleApps/WpfApplication/WpfApplication.csproj.user | 2 +- 15 files changed, 41 insertions(+), 41 deletions(-) diff --git a/FileDbCache/UWP/Properties/AssemblyInfo.cs b/FileDbCache/UWP/Properties/AssemblyInfo.cs index b569f1cf..6c7246bb 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.4.1")] -[assembly: AssemblyFileVersion("5.4.1")] +[assembly: AssemblyVersion("5.5.0")] +[assembly: AssemblyFileVersion("5.5.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/FileDbCache/WPF/FileDbCache.WPF.csproj b/FileDbCache/WPF/FileDbCache.WPF.csproj index 6327c5cf..f71e458b 100644 --- a/FileDbCache/WPF/FileDbCache.WPF.csproj +++ b/FileDbCache/WPF/FileDbCache.WPF.csproj @@ -1,7 +1,7 @@  - netcoreapp3.0;netcoreapp3.1;net462;net48 + net5.0-windows;netcoreapp3.1;net48;net462 true MapControl.Caching FileDbCache.WPF @@ -9,7 +9,7 @@ ..\..\MapControl.snk false XAML Map Control - 5.4.1 + 5.5.0 ObjectCache implementation based on EzTools FileDb Clemens Fischer Copyright © 2020 Clemens Fischer @@ -37,12 +37,12 @@ - - + + - + diff --git a/MBTiles/UWP/Properties/AssemblyInfo.cs b/MBTiles/UWP/Properties/AssemblyInfo.cs index 4e79aaf7..53e96f1d 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.4.1")] -[assembly: AssemblyFileVersion("5.4.1")] +[assembly: AssemblyVersion("5.5.0")] +[assembly: AssemblyFileVersion("5.5.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/MBTiles/WPF/MBTiles.WPF.csproj b/MBTiles/WPF/MBTiles.WPF.csproj index bd8cc89b..b772d262 100644 --- a/MBTiles/WPF/MBTiles.WPF.csproj +++ b/MBTiles/WPF/MBTiles.WPF.csproj @@ -1,7 +1,7 @@  - netcoreapp3.0;netcoreapp3.1;net462;net48 + net5.0-windows;netcoreapp3.1;net48;net462 true MapControl.MBTiles MBTiles.WPF @@ -9,7 +9,7 @@ ..\..\MapControl.snk false XAML Map Control - 5.4.1 + 5.5.0 MBTiles Support Library for XAML Map Control Clemens Fischer Copyright © 2020 Clemens Fischer @@ -38,7 +38,7 @@ - + diff --git a/MapControl/UWP/Properties/AssemblyInfo.cs b/MapControl/UWP/Properties/AssemblyInfo.cs index 7845dda1..d0a975fa 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.4.1")] -[assembly: AssemblyFileVersion("5.4.1")] +[assembly: AssemblyVersion("5.5.0")] +[assembly: AssemblyFileVersion("5.5.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/MapControl/WPF/MapControl.WPF.csproj b/MapControl/WPF/MapControl.WPF.csproj index 31987609..0694577e 100644 --- a/MapControl/WPF/MapControl.WPF.csproj +++ b/MapControl/WPF/MapControl.WPF.csproj @@ -1,7 +1,7 @@  - netcoreapp3.0;netcoreapp3.1;net462;net48 + net5.0-windows;netcoreapp3.1;net48;net462 true MapControl MapControl.WPF @@ -9,7 +9,7 @@ ..\..\MapControl.snk false XAML Map Control - 5.4.1 + 5.5.0 XAML Map Control Library Clemens Fischer Copyright © 2020 Clemens Fischer @@ -37,11 +37,11 @@ - - + + - + diff --git a/MapImages/UWP/Properties/AssemblyInfo.cs b/MapImages/UWP/Properties/AssemblyInfo.cs index 9a96e83f..ea51c59e 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.4.1")] -[assembly: AssemblyFileVersion("5.4.1")] +[assembly: AssemblyVersion("5.5.0")] +[assembly: AssemblyFileVersion("5.5.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/MapImages/WPF/MapImages.WPF.csproj b/MapImages/WPF/MapImages.WPF.csproj index 83039e39..673c4e9f 100644 --- a/MapImages/WPF/MapImages.WPF.csproj +++ b/MapImages/WPF/MapImages.WPF.csproj @@ -1,7 +1,7 @@  - netcoreapp3.0;netcoreapp3.1;net462;net48 + net5.0-windows;netcoreapp3.1;net48;net462 true MapControl.Images MapImages.WPF @@ -9,7 +9,7 @@ ..\..\MapControl.snk false XAML Map Control - 5.4.1 + 5.5.0 Image Support Library for XAML Map Control Clemens Fischer Copyright © 2020 Clemens Fischer @@ -37,7 +37,7 @@ - + diff --git a/MapProjections/UWP/Properties/AssemblyInfo.cs b/MapProjections/UWP/Properties/AssemblyInfo.cs index 5c3fd2ef..034e8028 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.4.1")] -[assembly: AssemblyFileVersion("5.4.1")] +[assembly: AssemblyVersion("5.5.0")] +[assembly: AssemblyFileVersion("5.5.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/MapProjections/WPF/MapProjections.WPF.csproj b/MapProjections/WPF/MapProjections.WPF.csproj index 3a952fda..51840804 100644 --- a/MapProjections/WPF/MapProjections.WPF.csproj +++ b/MapProjections/WPF/MapProjections.WPF.csproj @@ -1,7 +1,7 @@  - netcoreapp3.0;netcoreapp3.1;net462;net48 + net5.0-windows;netcoreapp3.1;net48;net462 true MapControl.Projections MapProjections.WPF @@ -9,7 +9,7 @@ ..\..\MapControl.snk false XAML Map Control - 5.4.1 + 5.5.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 6397156f..9f5b555a 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.4.1")] -[assembly: AssemblyFileVersion("5.4.1")] +[assembly: AssemblyVersion("5.5.0")] +[assembly: AssemblyFileVersion("5.5.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/SQLiteCache/WPF/SQLiteCache.WPF.csproj b/SQLiteCache/WPF/SQLiteCache.WPF.csproj index c2c01e8f..2b0ab4fd 100644 --- a/SQLiteCache/WPF/SQLiteCache.WPF.csproj +++ b/SQLiteCache/WPF/SQLiteCache.WPF.csproj @@ -1,7 +1,7 @@  - netcoreapp3.0;netcoreapp3.1;net462;net48 + net5.0-windows;netcoreapp3.1;net48;net462 true MapControl.Caching SQLiteCache.WPF @@ -9,7 +9,7 @@ ..\..\MapControl.snk false XAML Map Control - 5.4.1 + 5.5.0 ObjectCache implementation based on SQLite Clemens Fischer Copyright © 2020 Clemens Fischer @@ -37,16 +37,16 @@ - - + + - + - + diff --git a/SampleApps/UniversalApp/Properties/AssemblyInfo.cs b/SampleApps/UniversalApp/Properties/AssemblyInfo.cs index e773dc55..f1d76957 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.4.1")] -[assembly: AssemblyFileVersion("5.4.1")] +[assembly: AssemblyVersion("5.5.0")] +[assembly: AssemblyFileVersion("5.5.0")] [assembly: AssemblyConfiguration("")] [assembly: ComVisible(false)] diff --git a/SampleApps/WpfApplication/WpfApplication.csproj b/SampleApps/WpfApplication/WpfApplication.csproj index ab415d12..211753de 100644 --- a/SampleApps/WpfApplication/WpfApplication.csproj +++ b/SampleApps/WpfApplication/WpfApplication.csproj @@ -2,11 +2,11 @@ WinExe - netcoreapp3.1;net48 + net5.0-windows;net48 true WpfApplication XAML Map Control - 5.4.1 + 5.5.0 XAML Map Control WPF Sample Application Clemens Fischer Copyright © 2020 Clemens Fischer diff --git a/SampleApps/WpfApplication/WpfApplication.csproj.user b/SampleApps/WpfApplication/WpfApplication.csproj.user index a10cc1cc..1cc3bdb2 100644 --- a/SampleApps/WpfApplication/WpfApplication.csproj.user +++ b/SampleApps/WpfApplication/WpfApplication.csproj.user @@ -1,7 +1,7 @@  - netcoreapp3.1 + net5.0-windows