Skip to content
Closed
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
13 changes: 0 additions & 13 deletions .autover/changes/f6aa1ac3-20e2-40f5-b214-288e18db8358.json

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Release 2025-04-01

### Amazon.Extensions.Configuration.SystemsManager (8.0.0-preview)
* Update AWS SDK to Preview 11
* Remove support for .NET 6
* Remove support for netcoreapp3.1

## Release 2025-02-28

### Amazon.Extensions.Configuration.SystemsManager (7.0.0-preview.2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

<Version>7.0.0-preview.2</Version>
<Version>8.0.0-preview</Version>
Copy link
Contributor

@GarrettBeatty GarrettBeatty Apr 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please double check this version. its a major version bump @philasmar . i think we need to check on our versioning for preview releases

</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
Expand Down
Loading