From 54d9860eeae05baf39006b499c9c7af3f1350814 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Thu, 26 May 2016 10:06:26 -0700 Subject: [PATCH] Rename `ServiceCollectionExtensions` to `AntiforgeryServiceCollectionExtensions`. #84 --- ...nExtensions.cs => AntiforgeryServiceCollectionExtensions.cs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/Microsoft.AspNetCore.Antiforgery/{ServiceCollectionExtensions.cs => AntiforgeryServiceCollectionExtensions.cs} (98%) diff --git a/src/Microsoft.AspNetCore.Antiforgery/ServiceCollectionExtensions.cs b/src/Microsoft.AspNetCore.Antiforgery/AntiforgeryServiceCollectionExtensions.cs similarity index 98% rename from src/Microsoft.AspNetCore.Antiforgery/ServiceCollectionExtensions.cs rename to src/Microsoft.AspNetCore.Antiforgery/AntiforgeryServiceCollectionExtensions.cs index c16ac5c..a82851b 100644 --- a/src/Microsoft.AspNetCore.Antiforgery/ServiceCollectionExtensions.cs +++ b/src/Microsoft.AspNetCore.Antiforgery/AntiforgeryServiceCollectionExtensions.cs @@ -13,7 +13,7 @@ namespace Microsoft.Extensions.DependencyInjection /// /// Extension methods for setting up antiforgery services in an . /// - public static class ServiceCollectionExtensions + public static class AntiforgeryServiceCollectionExtensions { /// /// Adds antiforgery services to the specified .