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

Commit

Permalink
rename owin environment extensions class
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Jun 25, 2015
1 parent 6231d35 commit 948eebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<Compile Include="Extensions\IContainerExtensions.cs" />
<Compile Include="Extensions\IdentityServerOptionsExtensions.cs" />
<Compile Include="Extensions\LoginPageLinkExtensions.cs" />
<Compile Include="Extensions\PublicOwinExtensions.cs" />
<Compile Include="Extensions\OwinEnvironmentExtensions.cs" />
<Compile Include="Extensions\X509Certificate2Extensions.cs" />
<Compile Include="Internal\AntiXssLibrary\CodeCharts\CodeChartHelper.cs" />
<Compile Include="Internal\AntiXssLibrary\CodeCharts\Lower.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace IdentityServer3.Core.Extensions
/// <summary>
/// Extension methods for the OWIN environment.
/// </summary>
public static class PublicOwinExtensions
public static class OwinEnvironmentExtensions
{
/// <summary>
/// Gets the public host name for IdentityServer.
Expand Down

0 comments on commit 948eebe

Please sign in to comment.