aws-lambda-dotnet
aws-lambda-dotnet copied to clipboard
Remove Annotation nuspec file
Description of changes:
- Remove Annotation's library nuspec file and replace with a regular
dotnet buildof theAmazon.Lambda.Annotations.SourceGeneratorproject to produce theAmazon.Lambda.Annotationspackage. - Update tests to automatically replace the version of the
Amazon.Lambda.Annotations.SourceGeneratorproject instead of needing to manually update them every time there is a version bump. - Add the .NET8 target with trimming to the NuGet package as it was not previously added
- Removed dev preview text from the package description
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.