Skip to content

Commit 5ab5a79

Browse files
committed
Upgrade to ABP 10.2.1
1 parent 531368c commit 5ab5a79

24 files changed

Lines changed: 5226 additions & 472 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<AbpVersion>10.1.1</AbpVersion>
3+
<AbpVersion>10.2.1</AbpVersion>
44
</PropertyGroup>
55
</Project>

common.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<LangVersion>latest</LangVersion>
4-
<Version>0.22.0</Version>
4+
<Version>0.23.0</Version>
55
<NoWarn>$(NoWarn);CS1591</NoWarn>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77
<Authors>EasyAbp Team</Authors>
@@ -32,3 +32,4 @@
3232

3333

3434

35+

0 commit comments

Comments
 (0)