Skip to content

Commit 214fef5

Browse files
committed
Version bump Amazon.AspNetCore.Identity.Cognito to 3.0.1 and bump Amazon.Extensions.CognitoAuthentication dependency to version 2.3.0
1 parent bc64083 commit 214fef5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Amazon.AspNetCore.Identity.Cognito/Amazon.AspNetCore.Identity.Cognito.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;netcoreapp3.1</TargetFrameworks>
44
<CodeAnalysisRuleSet>../ruleset.xml</CodeAnalysisRuleSet>
5-
<Version>3.0.0</Version>
5+
<Version>3.0.1</Version>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77
<PackageId>Amazon.AspNetCore.Identity.Cognito</PackageId>
88
<Title>ASP.NET Core Identity Provider for Amazon Cognito</Title>
@@ -16,8 +16,8 @@
1616
<RepositoryUrl>https://github.com/aws/aws-aspnet-cognito-identity-provider/</RepositoryUrl>
1717
<Company>Amazon Web Services</Company>
1818
<SignAssembly>true</SignAssembly>
19-
<AssemblyVersion>3.0.0</AssemblyVersion>
20-
<FileVersion>3.0.0</FileVersion>
19+
<AssemblyVersion>3.0.1</AssemblyVersion>
20+
<FileVersion>3.0.1</FileVersion>
2121
</PropertyGroup>
2222

2323
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
@@ -29,7 +29,7 @@
2929
</ItemGroup>
3030

3131
<ItemGroup>
32-
<PackageReference Include="Amazon.Extensions.CognitoAuthentication" Version="2.2.0" />
32+
<PackageReference Include="Amazon.Extensions.CognitoAuthentication" Version="2.3.0" />
3333
<PackageReference Include="AWSSDK.CognitoIdentity" Version="3.7.0.3" />
3434
<PackageReference Include="AWSSDK.CognitoIdentityProvider" Version="3.7.0.3" />
3535
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.0.1" />

0 commit comments

Comments
 (0)