Skip to content

Commit

Permalink
Upgrade to ABP 8.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 committed Oct 27, 2024
1 parent 1ab8878 commit 30386af
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.3.1</AbpVersion>
<AbpVersion>8.3.2</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.22.0</Version>
<PackageVersion>0.22.0</PackageVersion>
<AssemblyVersion>0.22.0</AssemblyVersion>
<FileVersion>0.22.0</FileVersion>
<Version>0.22.1</Version>
<PackageVersion>0.22.1</PackageVersion>
<AssemblyVersion>0.22.1</AssemblyVersion>
<FileVersion>0.22.1</FileVersion>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>EasyAbp Team</Authors>
Expand Down

0 comments on commit 30386af

Please sign in to comment.