Releases: Kralizek/AWSLambdaSharpTemplate
Releases · Kralizek/AWSLambdaSharpTemplate
Version 5.0.0
Version 4.1.0
Version 4.0.1
Version 4.0.0
- Libraries now target .NET Core 3.1 instead of .NET Standard 2.0
- Templates now target .NET Core 3.1
- Templates now use
System.Text.Json
instead ofNewtonsoft.Json
for handling JSON - Update to README
Changes introduced by PR #14
Version 3.0.1
Removed environment variables (#12) Environment variables that are manually set in AWS console resets for every deploy if the aws-lambda-tools-defaults.json file contains environment variables.
Version 3.0.0
Version 3.0 (#11) * Updated library code and tests * Updated templates