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
18 changes: 9 additions & 9 deletions .autover/autover.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"Projects": [
{
"Name": "Amazon.Extensions.Configuration.SystemsManager",
"Path": "src/Amazon.Extensions.Configuration.SystemsManager/Amazon.Extensions.Configuration.SystemsManager.csproj"
}
],
"UseCommitsForChangelog": false,
"DefaultIncrementType": "Patch",
"ChangeFilesDetermineIncrementType": true
"Projects": [
{
"Name": "Amazon.Extensions.Configuration.SystemsManager",
"Path": "src/Amazon.Extensions.Configuration.SystemsManager/Amazon.Extensions.Configuration.SystemsManager.csproj"
}
],
"UseCommitsForChangelog": false,
"DefaultIncrementType": "Patch",
"ChangeFilesDetermineIncrementType": true
}
13 changes: 0 additions & 13 deletions .autover/changes/388041c1-4920-4e10-994a-a71a83e09f54.json

This file was deleted.

9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## Release 2024-10-15
## Release 2024-10-17

### Amazon.Extensions.Configuration.SystemsManager (7.0.0-preview.1)
* Updated the .NET SDK dependencies to the latest version 4.0.0-preview.4
* Marked project as trimmable
* Added SourceLink support

## Release 2024-10-15

### Amazon.Extensions.Configuration.SystemsManager (6.2.2)
* Update System.Text.Json for .NET Standard 2.0 target to version 8.0.5.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<!-- Included netstandard2.0 support for a .NET Framework use-case, see: https://github.com/aws/aws-dotnet-extensions-configuration/pull/150 -->
Expand Down