Skip to content

Commit

Permalink
Upgrade to ABP 8.1.3 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 authored May 19, 2024
1 parent 866433e commit e83a286
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>

<AbpVersion>8.0.0</AbpVersion>
<AbpVersion>8.1.3</AbpVersion>

</PropertyGroup>
</Project>
8 changes: 4 additions & 4 deletions common.props
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>0.19.0</Version>
<PackageVersion>0.19.0</PackageVersion>
<AssemblyVersion>0.19.0</AssemblyVersion>
<FileVersion>0.19.0</FileVersion>
<Version>0.20.0</Version>
<PackageVersion>0.20.0</PackageVersion>
<AssemblyVersion>0.20.0</AssemblyVersion>
<FileVersion>0.20.0</FileVersion>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>EasyAbp Team</Authors>
Expand Down

0 comments on commit e83a286

Please sign in to comment.