Skip to content

Commit

Permalink
Upgrade version to 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Codespilot committed Dec 4, 2023
1 parent 5f891f8 commit 1bed4cc
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 24 deletions.
1 change: 1 addition & 0 deletions Euonia.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 2 additions & 8 deletions Samples/common.props
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
<Project>
<Import Project="..\project.props" />

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Nerosoft.Euonia.Sample</RootNamespace>
<Version>8.0.0</Version>
<Authors>damon</Authors>
<Company>Nerosoft Co., Ltd.</Company>
<Product>Euonia</Product>
<Copyright>© 2018-2023 Nerosoft. All Rights Reserved.</Copyright>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<LangVersion>latest</LangVersion>
<Description>Euonia development framework and toolkit library for .NET application/service. Powered by Nerosoft.</Description>
<Configurations>Debug;Release;Product</Configurations>
<IsPackable>false</IsPackable>
Expand Down
10 changes: 2 additions & 8 deletions Source/common.props
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
<Project>
<Import Project="..\project.props" />

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<RootNamespace>Nerosoft.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<Version>8.0.0</Version>
<Authors>damon</Authors>
<Company>Nerosoft Co., Ltd.</Company>
<Product>Euonia</Product>
<Copyright>© 2018-2023 Nerosoft. All Rights Reserved.</Copyright>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<LangVersion>latest</LangVersion>
<Description>Euonia development framework and toolkit library for .NET application/service. Powered by Nerosoft.</Description>
<PackageProjectUrl>https://github.com/NerosoftDev/Euonia/</PackageProjectUrl>
<PackageTags>.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</PackageTags>
Expand Down
10 changes: 2 additions & 8 deletions Tests/common.props
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
<Project>
<Import Project="..\project.props" />

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<RootNamespace>Nerosoft.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<Version>8.0.0</Version>
<Authors>damon</Authors>
<Company>Nerosoft Co., Ltd.</Company>
<Product>Euonia</Product>
<Copyright>© 2018-2023 Nerosoft. All Rights Reserved.</Copyright>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<LangVersion>latest</LangVersion>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down
12 changes: 12 additions & 0 deletions project.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<Project>
<PropertyGroup>
<Version>8.0.1</Version>
<Authors>damon</Authors>
<Company>Nerosoft Ltd.</Company>
<Product>Euonia</Product>
<Copyright>© 2018-2023 Nerosoft. All Rights Reserved.</Copyright>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<LangVersion>latest</LangVersion>
</PropertyGroup>
</Project>

0 comments on commit 1bed4cc

Please sign in to comment.