diff --git a/IdentityServer.Wrapper/DependencyInjectionExtension.cs b/IdentityServer.Wrapper/DependencyInjectionExtension.cs index df56479..0f38086 100644 --- a/IdentityServer.Wrapper/DependencyInjectionExtension.cs +++ b/IdentityServer.Wrapper/DependencyInjectionExtension.cs @@ -6,7 +6,7 @@ namespace IdentityServer.Wrapper { public static class DependencyInjectionExtension { - public static void UseIdentityService(this IServiceCollection services, string baseAddress) + public static void UseIdentityServices(this IServiceCollection services, string baseAddress) { services.AddSingleton(new ServiceConfiguration(baseAddress)); services.AddHttpClient(); diff --git a/IdentityServer.Wrapper/IdentityServer.Wrapper.csproj b/IdentityServer.Wrapper/IdentityServer.Wrapper.csproj index 55e558b..ba714be 100644 --- a/IdentityServer.Wrapper/IdentityServer.Wrapper.csproj +++ b/IdentityServer.Wrapper/IdentityServer.Wrapper.csproj @@ -8,6 +8,7 @@ Git https://dev.azure.com/tstanciu94/_git/IdentityServer IdentityServer wrapper + 1.0.1.0