Skip to content

Commit a4310dc

Browse files
Merge branch 'dev'
2 parents 1dbfbf2 + 627b302 commit a4310dc

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.autover/autover.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
},
135135
{
136136
"Name": "Amazon.Lambda.Templates",
137-
"Path": "Blueprints/BlueprintDefinitions/vs2022/Templates.csproj"
137+
"Path": "Blueprints/BlueprintDefinitions/vs2026/Templates.csproj"
138138
},
139139
{
140140
"Name": "SnapshotRestore.Registry",

Blueprints/BlueprintDefinitions/vs2022/Templates.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<PackageType>Template</PackageType>
5-
<Version>8.0.0</Version>
5+
<Version>7.5.0</Version>
66
<PackageId>Amazon.Lambda.Templates</PackageId>
77
<Title>AWS Lambda Templates</Title>
88
<Authors>Amazon Web Services</Authors>

Blueprints/BlueprintDefinitions/vs2026/Templates.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<PackageType>Template</PackageType>
5-
<Version>7.5.0</Version>
5+
<Version>8.0.1</Version>
66
<PackageId>Amazon.Lambda.Templates</PackageId>
77
<Title>AWS Lambda Templates</Title>
88
<Authors>Amazon Web Services</Authors>

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Release 2026-01-08
2+
3+
### Amazon.Lambda.Templates (8.0.1)
4+
* Fixed previous release issue to now include templates targeting .NET 10
5+
16
## Release 2025-12-17
27

38
### Amazon.Lambda.Templates (8.0.0)

0 commit comments

Comments
 (0)