Skip to content

Commit bdd114b

Browse files
committed
Upgrade to ABP 10.2.1
1 parent 8aeb851 commit bdd114b

11 files changed

Lines changed: 3103 additions & 161 deletions

File tree

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<AbpVersion>10.1.1</AbpVersion>
4-
<EasyAbpAbpTencentCloudModuleVersion>1.25.0</EasyAbpAbpTencentCloudModuleVersion>
3+
<AbpVersion>10.2.1</AbpVersion>
4+
<EasyAbpAbpTencentCloudModuleVersion>1.26.0</EasyAbpAbpTencentCloudModuleVersion>
55
</PropertyGroup>
66
</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.19.0</Version>
4+
<Version>0.20.0</Version>
55
<NoWarn>$(NoWarn);CS1591</NoWarn>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77
<Authors>EasyAbp Team</Authors>
@@ -31,3 +31,4 @@
3131

3232

3333

34+

0 commit comments

Comments
 (0)