Skip to content

Commit be26107

Browse files
committed
Version bump Amazon.Lambda.Annotations to 1.6.0
1 parent 9349e6b commit be26107

File tree

4 files changed

+7
-13
lines changed

4 files changed

+7
-13
lines changed

.autover/changes/c4272e98-0b59-409c-a060-d5c061495801.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 2024-11-12
2+
3+
### Amazon.Lambda.Annotations (1.6.0)
4+
* Eagerly build Function Handler inside the Generated class's constructor
5+
16
## Release 2024-11-06
27

38
### Amazon.Lambda.Core (2.4.0)

Libraries/src/Amazon.Lambda.Annotations.SourceGenerator/Amazon.Lambda.Annotations.SourceGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
2020
<IncludeBuildOutput>false</IncludeBuildOutput>
2121

22-
<Version>1.5.3</Version>
22+
<Version>1.6.0</Version>
2323
</PropertyGroup>
2424

2525
<!-- Delay setting the package id till after resolving dependencies to avoid ambigious errors. -->

Libraries/src/Amazon.Lambda.Annotations/Amazon.Lambda.Annotations.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyOriginatorKeyFile>..\..\..\buildtools\public.snk</AssemblyOriginatorKeyFile>
1212
<SignAssembly>true</SignAssembly>
1313

14-
<Version>1.5.3</Version>
14+
<Version>1.6.0</Version>
1515
</PropertyGroup>
1616

1717
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">

0 commit comments

Comments
 (0)