From 1bed4ccd5f8bd607eb785f1945779d5fa599f0d1 Mon Sep 17 00:00:00 2001 From: damon Date: Mon, 4 Dec 2023 21:38:08 +0800 Subject: [PATCH] Upgrade version to 8.0.1 --- Euonia.sln | 1 + Samples/common.props | 10 ++-------- Source/common.props | 10 ++-------- Tests/common.props | 10 ++-------- project.props | 12 ++++++++++++ 5 files changed, 19 insertions(+), 24 deletions(-) create mode 100644 project.props diff --git a/Euonia.sln b/Euonia.sln index 9b59f38..9d017a5 100644 --- a/Euonia.sln +++ b/Euonia.sln @@ -14,6 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{CC ProjectSection(SolutionItems) = preProject Directory.Packages.props = Directory.Packages.props NuGet.config = NuGet.config + project.props = project.props README.md = README.md EndProjectSection EndProject diff --git a/Samples/common.props b/Samples/common.props index a4fdbc7..1a4bbcb 100644 --- a/Samples/common.props +++ b/Samples/common.props @@ -1,15 +1,9 @@ + + net8.0 Nerosoft.Euonia.Sample - 8.0.0 - damon - Nerosoft Co., Ltd. - Euonia - © 2018-2023 Nerosoft. All Rights Reserved. - enable - disable - latest Euonia development framework and toolkit library for .NET application/service. Powered by Nerosoft. Debug;Release;Product false diff --git a/Source/common.props b/Source/common.props index 194ea6d..5e96878 100644 --- a/Source/common.props +++ b/Source/common.props @@ -1,15 +1,9 @@ + + net6.0;net7.0;net8.0 Nerosoft.$(MSBuildProjectName.Replace(" ", "_")) - 8.0.0 - damon - Nerosoft Co., Ltd. - Euonia - © 2018-2023 Nerosoft. All Rights Reserved. - enable - disable - latest Euonia development framework and toolkit library for .NET application/service. Powered by Nerosoft. https://github.com/NerosoftDev/Euonia/ .net, asp.net, core, framework, ddd, distributed, architecture, EventBus, ServiceBug, EF, EFCore, Caching, Redis, Mapping, Mapper, ObjectMap, DistributedLock, OOP, RPC, Grpc, proto, Validate, Validation, FluentValidation diff --git a/Tests/common.props b/Tests/common.props index e6f325b..1524d76 100644 --- a/Tests/common.props +++ b/Tests/common.props @@ -1,15 +1,9 @@ + + net6.0;net7.0;net8.0 Nerosoft.$(MSBuildProjectName.Replace(" ", "_")) - 8.0.0 - damon - Nerosoft Co., Ltd. - Euonia - © 2018-2023 Nerosoft. All Rights Reserved. - enable - disable - latest false diff --git a/project.props b/project.props new file mode 100644 index 0000000..97f961a --- /dev/null +++ b/project.props @@ -0,0 +1,12 @@ + + + 8.0.1 + damon + Nerosoft Ltd. + Euonia + © 2018-2023 Nerosoft. All Rights Reserved. + enable + disable + latest + + \ No newline at end of file