Skip to content
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.

Commit

Permalink
Rename ServiceCollectionExtensions to `AntiforgeryServiceCollection…
Browse files Browse the repository at this point in the history
…Extensions`.

#84
  • Loading branch information
NTaylorMullen committed May 26, 2016
1 parent 3595452 commit 54d9860
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Microsoft.Extensions.DependencyInjection
/// <summary>
/// Extension methods for setting up antiforgery services in an <see cref="IServiceCollection" />.
/// </summary>
public static class ServiceCollectionExtensions
public static class AntiforgeryServiceCollectionExtensions
{
/// <summary>
/// Adds antiforgery services to the specified <see cref="IServiceCollection" />.
Expand Down

0 comments on commit 54d9860

Please sign in to comment.