Skip to content

Commit 0621704

Browse files
Release 2025-04-17 (#175)
* release_2025-04-17 * Updated changelog
1 parent 3e5ccd0 commit 0621704

File tree

4 files changed

+16
-22
lines changed

4 files changed

+16
-22
lines changed

.autover/autover.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"Projects": [
3-
{
4-
"Name": "Amazon.Extensions.CognitoAuthentication",
5-
"Path": "src/Amazon.Extensions.CognitoAuthentication/Amazon.Extensions.CognitoAuthentication.csproj"
6-
}
7-
],
8-
"UseCommitsForChangelog": false,
9-
"DefaultIncrementType": "Patch",
10-
"ChangeFilesDetermineIncrementType": true
2+
"Projects": [
3+
{
4+
"Name": "Amazon.Extensions.CognitoAuthentication",
5+
"Path": "src/Amazon.Extensions.CognitoAuthentication/Amazon.Extensions.CognitoAuthentication.csproj"
6+
}
7+
],
8+
"UseCommitsForChangelog": false,
9+
"DefaultIncrementType": "Patch",
10+
"ChangeFilesDetermineIncrementType": true
1111
}

.autover/changes/30d09ded-3472-4555-b1e3-f9e3abfa38c7.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Release 2025-04-17
2+
3+
### Amazon.Extensions.CognitoAuthentication (2.5.6)
4+
* Add support for UserContextData
5+
16
## Release 2024-07-09
27

38
### Amazon.Extensions.CognitoAuthentication (2.5.5)

src/Amazon.Extensions.CognitoAuthentication/Amazon.Extensions.CognitoAuthentication.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
@@ -28,7 +28,7 @@
2828
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
2929
<DelaySign>false</DelaySign>
3030
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
31-
<Version>2.5.5</Version>
31+
<Version>2.5.6</Version>
3232
</PropertyGroup>
3333

3434
<PropertyGroup>

0 commit comments

Comments
 (0)