Skip to content

Commit

Permalink
Releasing version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Oct 16, 2023
1 parent 1245957 commit 0341a25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the LaunchDarkly .NET SDK DynamoDB integration will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [4.0.0] - 2023-10-16
### Changed:
- This release requires the `8.0.0` release of the `LaunchDarkly.ServerSdk`.

## [3.0.0] - 2022-12-07
This release corresponds to the 7.0.0 release of the LaunchDarkly server-side .NET SDK. Any application code that is being updated to use the 7.0.0 SDK, and was using a 2.x version of `LaunchDarkly.ServerSdk.DynamoDb`, should now use a 3.x version instead.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>3.0.0</Version>
<Version>4.0.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<PackageId>LaunchDarkly.ServerSdk.DynamoDB</PackageId>
<AssemblyName>LaunchDarkly.ServerSdk.DynamoDB</AssemblyName>
Expand Down

0 comments on commit 0341a25

Please sign in to comment.