Skip to content

Commit

Permalink
Merge branch 'release' into master
Browse files Browse the repository at this point in the history
# Conflicts:
#	common.props
  • Loading branch information
gdlcf88 committed Jul 23, 2023
2 parents 73cc30f + 93db1b4 commit 18c348b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- master
- main
- release
jobs:
publish:
runs-on: ubuntu-20.04
Expand Down
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>7.2.1</AbpVersion>
<AbpVersion>7.3.0</AbpVersion>
<MicrosoftNetTestSdkVersion>17.2.0</MicrosoftNetTestSdkVersion>

</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>3.0.0-preview.1</Version>
<Version>3.0.0-preview.2</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>EasyAbp Team</Authors>
Expand Down

0 comments on commit 18c348b

Please sign in to comment.