From b52d4fca151d35ead8a82af9d9d625962fee0f3e Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Fri, 9 Feb 2024 15:43:23 +0100 Subject: [PATCH 1/4] Upgrade to AutoMapper 13.0 --- src/AutoMapper.Collection/AutoMapper.Collection.csproj | 2 +- version.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AutoMapper.Collection/AutoMapper.Collection.csproj b/src/AutoMapper.Collection/AutoMapper.Collection.csproj index f63f42f..befa4ed 100644 --- a/src/AutoMapper.Collection/AutoMapper.Collection.csproj +++ b/src/AutoMapper.Collection/AutoMapper.Collection.csproj @@ -24,7 +24,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/version.props b/version.props index 7e15d99..c09d86f 100644 --- a/version.props +++ b/version.props @@ -1,5 +1,5 @@ - 9.0.0 + 10.0.0 From 5464b8bdd301caec226ec27cf1ccd89d86548c3c Mon Sep 17 00:00:00 2001 From: Lucian Bargaoanu Date: Fri, 9 Feb 2024 17:29:13 +0200 Subject: [PATCH 2/4] target .net 6 --- src/AutoMapper.Collection/AutoMapper.Collection.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoMapper.Collection/AutoMapper.Collection.csproj b/src/AutoMapper.Collection/AutoMapper.Collection.csproj index befa4ed..8e086cf 100644 --- a/src/AutoMapper.Collection/AutoMapper.Collection.csproj +++ b/src/AutoMapper.Collection/AutoMapper.Collection.csproj @@ -3,7 +3,7 @@ Collection Add/Remove/Update support for AutoMapper. AutoMapper.Collection adds EqualityComparison Expressions for TypeMaps to determine if Source and Destination type are equivalent to each other when mapping collections. Tyler Carlson - netstandard2.1 + net6.0 AutoMapper.Collection AutoMapper.Collection icon.png From 7509261b29ac2854da97e0eced6b8173024b1e17 Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Fri, 9 Feb 2024 18:23:58 +0100 Subject: [PATCH 3/4] fix for target .net 6 --- Directory.Build.props | 2 +- .../AutoMapper.Collection.EntityFramework.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 60f31fe..fe873fd 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -12,7 +12,7 @@ 6.1.3 - + 6.3.0 diff --git a/src/AutoMapper.Collection.EntityFramework/AutoMapper.Collection.EntityFramework.csproj b/src/AutoMapper.Collection.EntityFramework/AutoMapper.Collection.EntityFramework.csproj index e7f5366..d4754e6 100644 --- a/src/AutoMapper.Collection.EntityFramework/AutoMapper.Collection.EntityFramework.csproj +++ b/src/AutoMapper.Collection.EntityFramework/AutoMapper.Collection.EntityFramework.csproj @@ -3,7 +3,7 @@ Collection updating support for EntityFramework with AutoMapper. Extends DBSet<T> with Persist<TDto>().InsertUpdate(dto) and Persist<TDto>().Delete(dto). Will find the matching object and will Insert/Update/Delete. Tyler Carlson - netstandard2.1 + net6.0 AutoMapper.Collection.EntityFramework AutoMapper.Collection.EntityFramework icon.png From 8da34e212450508e436b6c53f3fc7a1d304fdff6 Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Mon, 12 Feb 2024 08:26:01 +0100 Subject: [PATCH 4/4] chore: set one fix version for EntityFramework --- Directory.Build.props | 8 -------- .../AutoMapper.Collection.EntityFramework.csproj | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index fe873fd..2ba7fea 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -8,12 +8,4 @@ 2.2.1 - - 6.1.3 - - - - 6.3.0 - - \ No newline at end of file diff --git a/src/AutoMapper.Collection.EntityFramework/AutoMapper.Collection.EntityFramework.csproj b/src/AutoMapper.Collection.EntityFramework/AutoMapper.Collection.EntityFramework.csproj index d4754e6..876207e 100644 --- a/src/AutoMapper.Collection.EntityFramework/AutoMapper.Collection.EntityFramework.csproj +++ b/src/AutoMapper.Collection.EntityFramework/AutoMapper.Collection.EntityFramework.csproj @@ -29,7 +29,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive