IdentityServer.Wrapper update

master
Tudor Stanciu 2020-12-21 01:07:34 +02:00
parent 79649f3ef4
commit c07e9908f5
2 changed files with 2 additions and 1 deletions

View File

@ -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<IIdentityService, IdentityService>();

View File

@ -8,6 +8,7 @@
<RepositoryType>Git</RepositoryType>
<RepositoryUrl>https://dev.azure.com/tstanciu94/_git/IdentityServer</RepositoryUrl>
<PackageTags>IdentityServer wrapper</PackageTags>
<Version>1.0.1.0</Version>
</PropertyGroup>
<ItemGroup>