Skip to content

Commit

Permalink
Update version to 17.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
agile.zhou committed Aug 20, 2023
1 parent 319a267 commit acb13bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions AgileConfig.Server.Apisite/AgileConfig.Server.Apisite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
<AssemblyVersion>1.6.20</AssemblyVersion>
<Version>1.6.20</Version>
<AssemblyVersion>1.7.0</AssemblyVersion>
<Version>1.7.0-rc</Version>
<PackageVersion>1.6.20</PackageVersion>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<FileVersion>1.6.20</FileVersion>
<FileVersion>1.7.0</FileVersion>
<Authors>kklldog</Authors>
<Company>kklldog</Company>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion AgileConfig.Server.Service/SettingService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using System.Threading.Tasks;
using AgileConfig.Server.Common;
using AgileConfig.Server.Data.Freesql;
using Microsoft.Extensions.Configuration;

namespace AgileConfig.Server.Service
{
Expand Down

0 comments on commit acb13bc

Please sign in to comment.