Skip to content

Commit

Permalink
Change version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 committed Jul 1, 2022
1 parent 9d26611 commit d2c8f4f
Showing 1 changed file with 4 additions and 4 deletions.
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.9.0</Version>
<PackageVersion>0.9.0</PackageVersion>
<AssemblyVersion>0.9.0</AssemblyVersion>
<FileVersion>0.9.0</FileVersion>
<Version>0.10.0</Version>
<PackageVersion>0.10.0</PackageVersion>
<AssemblyVersion>0.10.0</AssemblyVersion>
<FileVersion>0.10.0</FileVersion>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>EasyAbp Team</Authors>
Expand Down

0 comments on commit d2c8f4f

Please sign in to comment.