Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Sep 12, 2016
2 parents 2247050 + 3aeaa2e commit 93bc6bc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion default.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ properties {
$nuget_path = "$base_directory\nuget.exe"

$buildNumber = 0;
$version = "2.5.3.0"
$version = "2.5.4.0"
$preRelease = $null
}

Expand Down
3 changes: 1 addition & 2 deletions source/Core/Services/Default/DefaultRefreshTokenService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,8 @@ public virtual async Task<string> UpdateRefreshTokenAsync(string handle, Refresh
}

await RaiseRefreshTokenRefreshedEventAsync(handle, newHandle, refreshToken);
Logger.Debug("No updates to refresh token done");

return handle;
return newHandle;
}

/// <summary>
Expand Down
Binary file modified source/VersionAssemblyInfo.cs
Binary file not shown.

0 comments on commit 93bc6bc

Please sign in to comment.