Skip to content

Commit a40f9af

Browse files
authored
Fixed previous release issue to now include templates targeting .NET 10 (#2245)
1 parent e05865b commit a40f9af

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-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",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"Projects": [
3+
{
4+
"Name": "Amazon.Lambda.Templates",
5+
"Type": "Patch",
6+
"ChangelogMessages": [
7+
"Fixed previous release issue to now include templates targeting .NET 10"
8+
]
9+
}
10+
]
11+
}

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.0</Version>
66
<PackageId>Amazon.Lambda.Templates</PackageId>
77
<Title>AWS Lambda Templates</Title>
88
<Authors>Amazon Web Services</Authors>

0 commit comments

Comments
 (0)