Skip to content

Commit

Permalink
🆙 8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanceylan committed May 16, 2024
1 parent b90860b commit 04f7251
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/Package.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>8.4.8</Version>
<Version>8.5.0</Version>
<Company>Serenity Software</Company>
<Copyright>Copyright © Serenity Software, Volkan Ceylan</Copyright>
<Product>Serenity Platform - Common Features</Product>
Expand Down
2 changes: 1 addition & 1 deletion src/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"sergen": {
"version": "8.4.8",
"version": "8.5.0",
"commands": [
"sergen"
]
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="$(MSBuildThisFileDirectory)..\build\Package.Build.props" Condition="Exists('$(MSBuildThisFileDirectory)\..\build\Package.Build.props')" />
<Import Project="$(MSBuildThisFileDirectory)..\build\Feature.Build.props" />
<PropertyGroup>
<SerenityVersion Condition="'$(SerenityVersion)' == ''">8.4.8</SerenityVersion>
<SerenityVersion Condition="'$(SerenityVersion)' == ''">8.5.0</SerenityVersion>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
</Project>

0 comments on commit 04f7251

Please sign in to comment.