diff --git a/.autover/changes/A37D7270-9F43-4933-9FAC-BFBBBC4670CB.json b/.autover/changes/A37D7270-9F43-4933-9FAC-BFBBBC4670CB.json deleted file mode 100644 index fe6bc98..0000000 --- a/.autover/changes/A37D7270-9F43-4933-9FAC-BFBBBC4670CB.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Extensions.S3.Encryption", - "Type": "Patch", - "ChangelogMessages": [ - "Mark the assembly trimmable", - "Enable Source Link" - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5774182..2a53539 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## Release 2024-10-24 + +### Amazon.Extensions.S3.Encryption (3.0.0-preview.3) +* Mark the assembly trimmable +* Enable Source Link + ## Release 2024-10-16 ### Amazon.Extensions.S3.Encryption (3.0.0-preview.2) diff --git a/src/Amazon.Extensions.S3.Encryption.csproj b/src/Amazon.Extensions.S3.Encryption.csproj index f135011..f305e24 100644 --- a/src/Amazon.Extensions.S3.Encryption.csproj +++ b/src/Amazon.Extensions.S3.Encryption.csproj @@ -2,7 +2,7 @@ net472;netstandard2.0;netcoreapp3.1;net8.0 - 3.0.0-preview.2 + 3.0.0-preview.3 true Amazon.Extensions.S3.Encryption Amazon S3 Encryption Client for .NET