Skip to content

Commit

Permalink
Bump to v5.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Aug 4, 2020
1 parent 540d406 commit df7e200
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<Version>5.9.1</Version>
<Version>5.9.2</Version>
<Authors>ServiceStack</Authors>
<Company>ServiceStack, Inc.</Company>
<Copyright>&#169; 2008-2019 ServiceStack, Inc</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceStack/Auth/JwtAuthProviderReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public int ExpireTokensInDays
/// <summary>
/// Whether to also Include Token in ConvertSessionToTokenResponse
/// </summary>
public bool IncludeJwtInConvertSessionToTokenResponse { get; set; }
public bool IncludeJwtInConvertSessionToTokenResponse { get; set; }

public JwtAuthProviderReader()
: base(null, Realm, Name)
Expand Down
2 changes: 1 addition & 1 deletion tests/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<Version>5.9.1</Version>
<Version>5.9.2</Version>
<LangVersion>latest</LangVersion>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
</PropertyGroup>
Expand Down

0 comments on commit df7e200

Please sign in to comment.