Skip to content

Commit

Permalink
prepare for 2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliang-wt committed Nov 14, 2020
1 parent e6674fe commit 56b420d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public async Task<Token> RefreshToken(string refreshToken)
return await _authService.RefreshTokenAsync(refreshToken);
}

[AllRights]
[Public]
[HttpGet("[action]/{id}")]
public IActionResult CheckLogin(Guid? id)
{
Expand Down Expand Up @@ -229,7 +229,7 @@ public IActionResult CheckLogin(Guid? id)
}
}

[AllRights]
[Public]
[HttpGet("[action]")]
public IActionResult CheckUserInfo()
{
Expand Down
2 changes: 1 addition & 1 deletion version.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>2.7.5</VersionPrefix>
<VersionPrefix>2.7.6</VersionPrefix>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit 56b420d

Please sign in to comment.