Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
249 changes: 0 additions & 249 deletions .autover/changes/set-repository-url.json

This file was deleted.

2 changes: 1 addition & 1 deletion Blueprints/BlueprintDefinitions/vs2026/Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageType>Template</PackageType>
<Version>8.0.2</Version>
<Version>8.0.3</Version>
<PackageId>Amazon.Lambda.Templates</PackageId>
<Title>AWS Lambda Templates</Title>
<Authors>Amazon Web Services</Authors>
Expand Down
73 changes: 73 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,76 @@
## Release 2026-04-29

### Amazon.Lambda.Annotations (1.15.2)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.APIGatewayEvents (2.7.4)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.ApplicationLoadBalancerEvents (2.2.2)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.AspNetCoreServer (9.2.2)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.AspNetCoreServer.Hosting (1.10.1)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.CloudWatchEvents (4.4.2)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.CloudWatchLogsEvents (2.2.2)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.CognitoEvents (4.0.2)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.ConfigEvents (2.1.2)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.ConnectEvents (1.1.2)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.Core (2.8.2)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.DynamoDBEvents (3.1.3)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.DynamoDBEvents.SDK.Convertor (2.0.3)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.KafkaEvents (2.1.2)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.KinesisAnalyticsEvents (2.3.2)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.KinesisEvents (3.0.3)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.KinesisFirehoseEvents (2.3.2)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.LexEvents (3.1.2)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.LexV2Events (1.1.2)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.Logging.AspNetCore (4.1.2)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.MQEvents (2.1.2)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.PowerShellHost (3.0.4)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.RuntimeSupport (1.14.4)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.S3Events (3.1.3)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.Serialization.Json (2.2.6)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.Serialization.SystemTextJson (2.4.6)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.SimpleEmailEvents (3.1.2)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.SNSEvents (2.1.2)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.SQSEvents (2.2.2)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.TestUtilities (3.0.2)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.TestTool.BlazorTester (0.17.2)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.Templates (8.0.3)
* Set RepositoryUrl and RepositoryType on NuGet package.
### SnapshotRestore.Registry (1.0.2)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.TestTool (0.13.1)
* Set RepositoryUrl and RepositoryType on NuGet package.
### Amazon.Lambda.AppSyncEvents (1.0.1)
* Set RepositoryUrl and RepositoryType on NuGet package.

## Release 2026-04-22 #2

### Amazon.Lambda.Annotations (1.15.1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net8.0</TargetFrameworks>
<Description>Amazon Lambda .NET Core support - API Gateway package.</Description>
<AssemblyTitle>Amazon.Lambda.APIGatewayEvents</AssemblyTitle>
<Version>2.7.3</Version>
<Version>2.7.4</Version>
<AssemblyName>Amazon.Lambda.APIGatewayEvents</AssemblyName>
<PackageId>Amazon.Lambda.APIGatewayEvents</PackageId>
<PackageTags>AWS;Amazon;Lambda</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<IncludeBuildOutput>false</IncludeBuildOutput>

<Version>1.15.1</Version>
<Version>1.15.2</Version>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AssemblyOriginatorKeyFile>..\..\..\buildtools\public.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>

<Version>1.15.1</Version>
<Version>1.15.2</Version>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Amazon Lambda .NET support - AWS AppSync package.</Description>
<TargetFrameworks>net8.0</TargetFrameworks>
<AssemblyTitle>Amazon.Lambda.AppSyncEvents</AssemblyTitle>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<AssemblyName>Amazon.Lambda.AppSyncEvents</AssemblyName>
<PackageId>Amazon.Lambda.AppSyncEvents</PackageId>
<PackageTags>AWS;Amazon;Lambda</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net8.0</TargetFrameworks>
<Description>Amazon Lambda .NET Core support - Application Load Balancer package.</Description>
<AssemblyTitle>Amazon.Lambda.ApplicationLoadBalancerEvents</AssemblyTitle>
<Version>2.2.1</Version>
<Version>2.2.2</Version>
<AssemblyName>Amazon.Lambda.ApplicationLoadBalancerEvents</AssemblyName>
<PackageId>Amazon.Lambda.ApplicationLoadBalancerEvents</PackageId>
<PackageTags>AWS;Amazon;Lambda</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.10.0</Version>
<Version>1.10.1</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<AssemblyName>Amazon.Lambda.AspNetCoreServer.Hosting</AssemblyName>
<PackageId>Amazon.Lambda.AspNetCoreServer.Hosting</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Amazon.Lambda.AspNetCoreServer makes it easy to run ASP.NET Core Web API applications as AWS Lambda functions.</Description>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<AssemblyTitle>Amazon.Lambda.AspNetCoreServer</AssemblyTitle>
<Version>9.2.1</Version>
<Version>9.2.2</Version>
<AssemblyName>Amazon.Lambda.AspNetCoreServer</AssemblyName>
<PackageId>Amazon.Lambda.AspNetCoreServer</PackageId>
<PackageTags>AWS;Amazon;Lambda;aspnetcore</PackageTags>
Expand Down
Loading
Loading