From 5f48c1db3374d65a592e6bd10fcba09d9e25c950 Mon Sep 17 00:00:00 2001 From: furkandeveloper Date: Sun, 24 Jul 2022 19:44:56 +0300 Subject: [PATCH 01/12] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20Microsoft.?= =?UTF-8?q?EntityFrameworkCore=20from=206.0.4=20to=206.0.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EasyProfiler.EntityFrameworkCore.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyProfiler.EntityFrameworkCore/EasyProfiler.EntityFrameworkCore.csproj b/src/EasyProfiler.EntityFrameworkCore/EasyProfiler.EntityFrameworkCore.csproj index 03eeca2..f402e06 100644 --- a/src/EasyProfiler.EntityFrameworkCore/EasyProfiler.EntityFrameworkCore.csproj +++ b/src/EasyProfiler.EntityFrameworkCore/EasyProfiler.EntityFrameworkCore.csproj @@ -6,7 +6,7 @@ - + From 59ca5d7e03d39d2c99f6d2516810be7b64d7366a Mon Sep 17 00:00:00 2001 From: furkandeveloper Date: Sun, 24 Jul 2022 19:45:43 +0300 Subject: [PATCH 02/12] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20Microsoft.?= =?UTF-8?q?EntityFrameworkCore.Relational=20from=206.0.4=20to=206.0.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EasyProfiler.EntityFrameworkCore.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyProfiler.EntityFrameworkCore/EasyProfiler.EntityFrameworkCore.csproj b/src/EasyProfiler.EntityFrameworkCore/EasyProfiler.EntityFrameworkCore.csproj index f402e06..56ad0da 100644 --- a/src/EasyProfiler.EntityFrameworkCore/EasyProfiler.EntityFrameworkCore.csproj +++ b/src/EasyProfiler.EntityFrameworkCore/EasyProfiler.EntityFrameworkCore.csproj @@ -7,7 +7,7 @@ - + From 98dd69b93e8f99e959a730c92ebd1751f979a8c7 Mon Sep 17 00:00:00 2001 From: furkandeveloper Date: Sun, 24 Jul 2022 19:46:21 +0300 Subject: [PATCH 03/12] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20Microsoft.?= =?UTF-8?q?EntityFrameworkCore.SqlServer=20from=206.0.4=20to=206.0.7?= 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 7a314e5..66bde46 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 c1a0150d02e491f37a90d74ecb3a659e65c6ed9f Mon Sep 17 00:00:00 2001 From: furkandeveloper Date: Sun, 24 Jul 2022 19:47:17 +0300 Subject: [PATCH 04/12] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20Microsoft.?= =?UTF-8?q?EntityFrameworkCore.Tools=20from=206.0.4=20to=206.0.7=20for=20E?= =?UTF-8?q?asyProfiler.MariaDb?= 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 3da8d84..5382a44 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 5ed54b71dad1230c888515f14215f35c8feff397 Mon Sep 17 00:00:00 2001 From: furkandeveloper Date: Sun, 24 Jul 2022 19:47:26 +0300 Subject: [PATCH 05/12] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20Microsoft.?= =?UTF-8?q?EntityFrameworkCore.Tools=20from=206.0.4=20to=206.0.7=20for=20E?= =?UTF-8?q?asyProfiler.PostgreSQL?= 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 dc9ea62..522f894 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 3cf8e638660c5166f1c3e69627c6cf31a58d6a06 Mon Sep 17 00:00:00 2001 From: furkandeveloper Date: Sun, 24 Jul 2022 19:47:37 +0300 Subject: [PATCH 06/12] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20Microsoft.?= =?UTF-8?q?EntityFrameworkCore.Tools=20from=206.0.4=20to=206.0.7=20for=20E?= =?UTF-8?q?asyProfiler.SQLServer?= 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 66bde46..ac87ff9 100644 --- a/src/EasyProfiler.SQLServer/EasyProfiler.SQLServer.csproj +++ b/src/EasyProfiler.SQLServer/EasyProfiler.SQLServer.csproj @@ -9,7 +9,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 9a66e804b02df757153692e1e7aca39740235e48 Mon Sep 17 00:00:00 2001 From: furkandeveloper Date: Sun, 24 Jul 2022 19:48:31 +0300 Subject: [PATCH 07/12] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20Microsoft.?= =?UTF-8?q?VisualStudio.Azure.Containers.Tools.Targets=20from=201.15.1=20t?= =?UTF-8?q?o=201.16.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EasyProfiler.Web.Dotnet6/EasyProfiler.Web.Dotnet6.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/EasyProfiler.Web.Dotnet6/EasyProfiler.Web.Dotnet6.csproj b/samples/EasyProfiler.Web.Dotnet6/EasyProfiler.Web.Dotnet6.csproj index 2f35168..21a0de6 100644 --- a/samples/EasyProfiler.Web.Dotnet6/EasyProfiler.Web.Dotnet6.csproj +++ b/samples/EasyProfiler.Web.Dotnet6/EasyProfiler.Web.Dotnet6.csproj @@ -11,7 +11,7 @@ - + From 26a07b34f4e24bb972dcb66ea5b9417efb73ae11 Mon Sep 17 00:00:00 2001 From: furkandeveloper Date: Sun, 24 Jul 2022 19:49:06 +0300 Subject: [PATCH 08/12] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20MongoDB.Dr?= =?UTF-8?q?iver=20from=202.15.0=20to=202.17.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/EasyProfiler.Mongo/EasyProfiler.Mongo.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyProfiler.Mongo/EasyProfiler.Mongo.csproj b/src/EasyProfiler.Mongo/EasyProfiler.Mongo.csproj index f90f1dd..da62201 100644 --- a/src/EasyProfiler.Mongo/EasyProfiler.Mongo.csproj +++ b/src/EasyProfiler.Mongo/EasyProfiler.Mongo.csproj @@ -10,7 +10,7 @@ - + From 2a1d7c019c3c08ebec23444c9123c35b15c8fdea Mon Sep 17 00:00:00 2001 From: furkandeveloper Date: Sun, 24 Jul 2022 19:50:01 +0300 Subject: [PATCH 09/12] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20Npgsql.Ent?= =?UTF-8?q?ityFrameworkCore.PostgreSQL=20from=206.0.4=20to=206.0.5?= 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 522f894..081046e 100644 --- a/src/EasyProfiler.PostgreSQL/EasyProfiler.PostgreSQL.csproj +++ b/src/EasyProfiler.PostgreSQL/EasyProfiler.PostgreSQL.csproj @@ -12,7 +12,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + From bd5b07611a42dbe37c305b31ac49d452a0882986 Mon Sep 17 00:00:00 2001 From: furkandeveloper Date: Sun, 24 Jul 2022 19:50:41 +0300 Subject: [PATCH 10/12] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20Pomelo.Ent?= =?UTF-8?q?ityFrameworkCore.MySql=20from=206.0.1=20to=206.0.2?= 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 5382a44..c7ef7d9 100644 --- a/src/EasyProfiler.MariaDb/EasyProfiler.MariaDb.csproj +++ b/src/EasyProfiler.MariaDb/EasyProfiler.MariaDb.csproj @@ -8,7 +8,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 3408f08644c10b0aa060ab4baafa8cec5e163229 Mon Sep 17 00:00:00 2001 From: furkandeveloper Date: Sun, 24 Jul 2022 19:51:24 +0300 Subject: [PATCH 11/12] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20Swashbuckl?= =?UTF-8?q?e.AspNetCore=20from=206.3.0=20to=206.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EasyProfiler.Web.Dotnet6/EasyProfiler.Web.Dotnet6.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/EasyProfiler.Web.Dotnet6/EasyProfiler.Web.Dotnet6.csproj b/samples/EasyProfiler.Web.Dotnet6/EasyProfiler.Web.Dotnet6.csproj index 21a0de6..4a57972 100644 --- a/samples/EasyProfiler.Web.Dotnet6/EasyProfiler.Web.Dotnet6.csproj +++ b/samples/EasyProfiler.Web.Dotnet6/EasyProfiler.Web.Dotnet6.csproj @@ -12,7 +12,7 @@ - + From 8bdfa9d5ed09fe5407ed495292c474ee8b827d95 Mon Sep 17 00:00:00 2001 From: furkandeveloper Date: Sun, 24 Jul 2022 19:52:36 +0300 Subject: [PATCH 12/12] =?UTF-8?q?=F0=9F=94=96=20Change=20current=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.props b/common.props index 8ffbb34..e4f4aa8 100644 --- a/common.props +++ b/common.props @@ -1,7 +1,7 @@ net6.0 - 3.1.1 + 3.1.2 latest false https://github.com/furkandeveloper/EasyProfiler