From 0f44b7e4ab91b6184a08da0ea424080017b87eca Mon Sep 17 00:00:00 2001 From: DocSvartz Date: Mon, 23 Mar 2026 20:18:32 +0500 Subject: [PATCH 1/2] feat: Simplifying library version changes --- src/Directory.Build.props | 1 + src/ExpressionDebugger/ExpressionDebugger.csproj | 1 - src/ExpressionTranslator/ExpressionTranslator.csproj | 1 - src/Mapster.Async/Mapster.Async.csproj | 1 - src/Mapster.Core/Mapster.Core.csproj | 1 - .../Mapster.DependencyInjection.csproj | 1 - src/Mapster.EF6/Mapster.EF6.csproj | 1 - src/Mapster.EFCore/Mapster.EFCore.csproj | 1 - src/Mapster.Immutable/Mapster.Immutable.csproj | 1 - src/Mapster.JsonNet/Mapster.JsonNet.csproj | 1 - src/Mapster.Tool/Mapster.Tool.csproj | 1 - src/Mapster/Mapster.csproj | 1 - 12 files changed, 1 insertion(+), 11 deletions(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 151e793e..efb4ec43 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -2,6 +2,7 @@ false + 10.0.4 diff --git a/src/ExpressionDebugger/ExpressionDebugger.csproj b/src/ExpressionDebugger/ExpressionDebugger.csproj index 90abc2f4..f2a8baed 100644 --- a/src/ExpressionDebugger/ExpressionDebugger.csproj +++ b/src/ExpressionDebugger/ExpressionDebugger.csproj @@ -12,7 +12,6 @@ True true ExpressionDebugger.snk - 10.0.0 https://github.com/chaowlert/ExpressionDebugger/blob/master/LICENSE 8.0 enable diff --git a/src/ExpressionTranslator/ExpressionTranslator.csproj b/src/ExpressionTranslator/ExpressionTranslator.csproj index 635bb977..8c40f91f 100644 --- a/src/ExpressionTranslator/ExpressionTranslator.csproj +++ b/src/ExpressionTranslator/ExpressionTranslator.csproj @@ -12,7 +12,6 @@ True true ExpressionTranslator.snk - 10.0.0 ExpressionDebugger MIT icon.png diff --git a/src/Mapster.Async/Mapster.Async.csproj b/src/Mapster.Async/Mapster.Async.csproj index 092b90a2..ccf06f21 100644 --- a/src/Mapster.Async/Mapster.Async.csproj +++ b/src/Mapster.Async/Mapster.Async.csproj @@ -7,7 +7,6 @@ Mapster;Async true Mapster.Async.snk - 10.0.0 diff --git a/src/Mapster.Core/Mapster.Core.csproj b/src/Mapster.Core/Mapster.Core.csproj index a2baa466..10b75707 100644 --- a/src/Mapster.Core/Mapster.Core.csproj +++ b/src/Mapster.Core/Mapster.Core.csproj @@ -4,7 +4,6 @@ netstandard2.0 Mapster.Core Mapster - 10.0.1 enable true true diff --git a/src/Mapster.DependencyInjection/Mapster.DependencyInjection.csproj b/src/Mapster.DependencyInjection/Mapster.DependencyInjection.csproj index 82d46a2f..f27349f7 100644 --- a/src/Mapster.DependencyInjection/Mapster.DependencyInjection.csproj +++ b/src/Mapster.DependencyInjection/Mapster.DependencyInjection.csproj @@ -7,7 +7,6 @@ Mapster;DependencyInjection true Mapster.DependencyInjection.snk - 10.0.0 diff --git a/src/Mapster.EF6/Mapster.EF6.csproj b/src/Mapster.EF6/Mapster.EF6.csproj index 199e8e13..d6d47f29 100644 --- a/src/Mapster.EF6/Mapster.EF6.csproj +++ b/src/Mapster.EF6/Mapster.EF6.csproj @@ -8,7 +8,6 @@ True true Mapster.EF6.snk - 10.0.0 diff --git a/src/Mapster.EFCore/Mapster.EFCore.csproj b/src/Mapster.EFCore/Mapster.EFCore.csproj index 515bc86b..4bb8809f 100644 --- a/src/Mapster.EFCore/Mapster.EFCore.csproj +++ b/src/Mapster.EFCore/Mapster.EFCore.csproj @@ -8,7 +8,6 @@ True true Mapster.EFCore.snk - 10.0.2 diff --git a/src/Mapster.Immutable/Mapster.Immutable.csproj b/src/Mapster.Immutable/Mapster.Immutable.csproj index 7b791ce1..ed91137f 100644 --- a/src/Mapster.Immutable/Mapster.Immutable.csproj +++ b/src/Mapster.Immutable/Mapster.Immutable.csproj @@ -7,7 +7,6 @@ Mapster;Immutable true Mapster.Immutable.snk - 10.0.0 enable diff --git a/src/Mapster.JsonNet/Mapster.JsonNet.csproj b/src/Mapster.JsonNet/Mapster.JsonNet.csproj index be9dd3ed..3524467c 100644 --- a/src/Mapster.JsonNet/Mapster.JsonNet.csproj +++ b/src/Mapster.JsonNet/Mapster.JsonNet.csproj @@ -7,7 +7,6 @@ Mapster;Json.net true Mapster.JsonNet.snk - 10.0.0 diff --git a/src/Mapster.Tool/Mapster.Tool.csproj b/src/Mapster.Tool/Mapster.Tool.csproj index 3628258c..20e678c1 100644 --- a/src/Mapster.Tool/Mapster.Tool.csproj +++ b/src/Mapster.Tool/Mapster.Tool.csproj @@ -10,7 +10,6 @@ Mapster;Tool true Mapster.Tool.snk - 10.0.0 enable diff --git a/src/Mapster/Mapster.csproj b/src/Mapster/Mapster.csproj index 80d1adb5..b6391ed8 100644 --- a/src/Mapster/Mapster.csproj +++ b/src/Mapster/Mapster.csproj @@ -18,7 +18,6 @@ Mapster.snk true Mapster - 10.0.4-a enable 1701;1702;8618 From fd5c6b66eab3fcdbf651ce5a6e5347052e134e0b Mon Sep 17 00:00:00 2001 From: DocSvartz Date: Mon, 23 Mar 2026 20:28:14 +0500 Subject: [PATCH 2/2] fix(build): drop dublicate props: Copyright, Authors, Description in Mapster project --- src/Mapster/Mapster.csproj | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Mapster/Mapster.csproj b/src/Mapster/Mapster.csproj index b6391ed8..e6b79780 100644 --- a/src/Mapster/Mapster.csproj +++ b/src/Mapster/Mapster.csproj @@ -1,9 +1,6 @@  - A fast, fun and stimulating object to object mapper. Kind of like AutoMapper, just simpler and way, way faster. - Copyright (c) 2016 Chaowlert Chaisrichalermpol, Eric Swann - chaowlert;eric_swann netstandard2.0;net10.0;net9.0;net8.0 Mapster A fast, fun and stimulating object to object mapper. Kind of like AutoMapper, just simpler and way, way faster.