From bf803d33cec09bbef04969aaea5300f6755eb874 Mon Sep 17 00:00:00 2001 From: furkandeveloper Date: Mon, 18 Apr 2022 09:52:43 +0300 Subject: [PATCH 1/7] =?UTF-8?q?=E2=AC=86=EF=B8=8FUpgrade=20AutoFilterer=20?= =?UTF-8?q?from=202.12.0=20to=202.12.1=20for=20EasyProfiler.Core.csproj?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/EasyProfiler.Core/EasyProfiler.Core.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyProfiler.Core/EasyProfiler.Core.csproj b/src/EasyProfiler.Core/EasyProfiler.Core.csproj index 354ced0..7d494e7 100644 --- a/src/EasyProfiler.Core/EasyProfiler.Core.csproj +++ b/src/EasyProfiler.Core/EasyProfiler.Core.csproj @@ -9,7 +9,7 @@ - + From 2b8144ee6b5fdb782aa77fc3328c247f8d65a6f5 Mon Sep 17 00:00:00 2001 From: furkandeveloper Date: Mon, 18 Apr 2022 09:54:05 +0300 Subject: [PATCH 2/7] =?UTF-8?q?=E2=AC=86=EF=B8=8FUpgrade=20Microsoft.Entit?= =?UTF-8?q?yFrameworkCore=20and=20Microsoft.EntityFrameworkCore.Relational?= =?UTF-8?q?=20version.=20Microsoft.EntityFrameworkCore=20from=206.0.3=20to?= =?UTF-8?q?=206.0.4=20Microsoft.EntityFrameworkCore.Relational=20from=206.?= =?UTF-8?q?0.3=20to=206.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EasyProfiler.EntityFrameworkCore.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/EasyProfiler.EntityFrameworkCore/EasyProfiler.EntityFrameworkCore.csproj b/src/EasyProfiler.EntityFrameworkCore/EasyProfiler.EntityFrameworkCore.csproj index 263cd17..03eeca2 100644 --- a/src/EasyProfiler.EntityFrameworkCore/EasyProfiler.EntityFrameworkCore.csproj +++ b/src/EasyProfiler.EntityFrameworkCore/EasyProfiler.EntityFrameworkCore.csproj @@ -6,8 +6,8 @@ - - + + From ef7709c00330ea3873c37aee779dc7e38f9ce463 Mon Sep 17 00:00:00 2001 From: furkandeveloper Date: Mon, 18 Apr 2022 09:54:46 +0300 Subject: [PATCH 3/7] =?UTF-8?q?=E2=AC=86=EF=B8=8FUpgrade=20Microsoft.Entit?= =?UTF-8?q?yFrameworkCore.Tools=20from=206.0.3=20to=206.0.4=20for=20EasyPr?= =?UTF-8?q?ofiler.MariaDb.csproj?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/EasyProfiler.MariaDb/EasyProfiler.MariaDb.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyProfiler.MariaDb/EasyProfiler.MariaDb.csproj b/src/EasyProfiler.MariaDb/EasyProfiler.MariaDb.csproj index fa72895..3da8d84 100644 --- a/src/EasyProfiler.MariaDb/EasyProfiler.MariaDb.csproj +++ b/src/EasyProfiler.MariaDb/EasyProfiler.MariaDb.csproj @@ -9,7 +9,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From ae6371cd0aa20a4c27ad1153057d1a5d56f18253 Mon Sep 17 00:00:00 2001 From: furkandeveloper Date: Mon, 18 Apr 2022 09:55:34 +0300 Subject: [PATCH 4/7] =?UTF-8?q?=E2=AC=86=EF=B8=8FUpgrade=20Microsoft.Entit?= =?UTF-8?q?yFrameworkCore.Tools=20from=206.0.3=20to=206.0.4=20for=20EasyPr?= =?UTF-8?q?ofiler.PostgreSQL.csproj?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/EasyProfiler.PostgreSQL/EasyProfiler.PostgreSQL.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyProfiler.PostgreSQL/EasyProfiler.PostgreSQL.csproj b/src/EasyProfiler.PostgreSQL/EasyProfiler.PostgreSQL.csproj index 530c5ac..2a76a49 100644 --- a/src/EasyProfiler.PostgreSQL/EasyProfiler.PostgreSQL.csproj +++ b/src/EasyProfiler.PostgreSQL/EasyProfiler.PostgreSQL.csproj @@ -8,7 +8,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From d7efa534798ff599bbb60780e8a9f04a7296901d Mon Sep 17 00:00:00 2001 From: furkandeveloper Date: Mon, 18 Apr 2022 09:55:51 +0300 Subject: [PATCH 5/7] =?UTF-8?q?=E2=AC=86=EF=B8=8FUpgrade=20Microsoft.Entit?= =?UTF-8?q?yFrameworkCore.Tools=20from=206.0.3=20to=206.0.4=20for=20EasyPr?= =?UTF-8?q?ofiler.SQLServer.csproj?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/EasyProfiler.SQLServer/EasyProfiler.SQLServer.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyProfiler.SQLServer/EasyProfiler.SQLServer.csproj b/src/EasyProfiler.SQLServer/EasyProfiler.SQLServer.csproj index 6fded37..707a71c 100644 --- a/src/EasyProfiler.SQLServer/EasyProfiler.SQLServer.csproj +++ b/src/EasyProfiler.SQLServer/EasyProfiler.SQLServer.csproj @@ -8,7 +8,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 2abf0a8a81781a8c0cb00a988e11f93f4f5d1ca3 Mon Sep 17 00:00:00 2001 From: furkandeveloper Date: Mon, 18 Apr 2022 09:57:12 +0300 Subject: [PATCH 6/7] =?UTF-8?q?=E2=AC=86=EF=B8=8FUpgrade=20AutoFilterer=20?= =?UTF-8?q?and=20Microsoft.VisualStudio.Azure.Containers.Tools.Target=20ve?= =?UTF-8?q?rsion.=20AutoFilterer.Swagger=20from=202.12.0=20to=202.12.1=20M?= =?UTF-8?q?icrosoft.VisualStudio.Azure.Containers.Tools.Target=20from=201.?= =?UTF-8?q?14.0=20to=201.15.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EasyProfiler.Web.Dotnet6/EasyProfiler.Web.Dotnet6.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/EasyProfiler.Web.Dotnet6/EasyProfiler.Web.Dotnet6.csproj b/samples/EasyProfiler.Web.Dotnet6/EasyProfiler.Web.Dotnet6.csproj index 36b0aa4..579d900 100644 --- a/samples/EasyProfiler.Web.Dotnet6/EasyProfiler.Web.Dotnet6.csproj +++ b/samples/EasyProfiler.Web.Dotnet6/EasyProfiler.Web.Dotnet6.csproj @@ -10,8 +10,8 @@ - - + + From ea812928c0913584f822461bfebf788305183a04 Mon Sep 17 00:00:00 2001 From: furkandeveloper Date: Mon, 18 Apr 2022 10:00:54 +0300 Subject: [PATCH 7/7] =?UTF-8?q?=E2=AC=86=EF=B8=8FUpgrade=20version=20from?= =?UTF-8?q?=203.0.0=20to=203.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common.props | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/common.props b/common.props index 2a519d7..b0f251c 100644 --- a/common.props +++ b/common.props @@ -1,7 +1,7 @@ net6.0 - 3.0.0 + 3.1.0 latest false https://github.com/furkandeveloper/EasyProfiler @@ -9,8 +9,7 @@ This repo, provides query profiler for .Net mariadb, profiler, query-profiler,query-analyzer - ✨ Added EasyProfiler.AspNetCore library - ♻ Fixed Request Url Query Condition on Base Service + ⬆️The versions of the libraries used have been upgraded.