Skip to content

Commit bf8f349

Browse files
chore(main): release LaunchDarkly.ServerSdk.DynamoDB 5.0.1 (#269)
🤖 I have created a release *beep* *boop* --- ## [5.0.1](LaunchDarkly.ServerSdk.DynamoDB-v5.0.0...LaunchDarkly.ServerSdk.DynamoDB-v5.0.1) (2026-05-27) ### Bug Fixes * exclude documentation files from NuGet package builds ([#263](#263)) ([cc86ad6](cc86ad6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Version and release-metadata only; no application or SDK behavior changes in this diff. > > **Overview** > This PR is a **Release Please** cut that publishes **`LaunchDarkly.ServerSdk.DynamoDB` 5.0.1** by bumping the package version everywhere release automation expects it. > > The diff updates `.release-please-manifest.json`, the `<Version>` in `LaunchDarkly.ServerSdk.DynamoDB.csproj`, the new **5.0.1** section in `CHANGELOG.md`, and the `SDK_VERSION` example in `PROVENANCE.md`. There is **no runtime or integration logic** in the diff itself; the changelog notes the release includes the fix from [#263](#263) to **exclude documentation files from NuGet package builds** (already landed on the branch this release tags). > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 06128e7. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a0c27ea commit bf8f349

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"pkgs/dotnet-server-sdk-consul": "5.0.0",
3-
"pkgs/dotnet-server-sdk-dynamodb": "5.0.0",
3+
"pkgs/dotnet-server-sdk-dynamodb": "5.0.1",
44
"pkgs/dotnet-server-sdk-redis": "5.1.0",
55
"pkgs/sdk/server": "8.12.2",
66
"pkgs/sdk/client": "5.7.3",

pkgs/dotnet-server-sdk-dynamodb/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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).
44

5+
## [5.0.1](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.DynamoDB-v5.0.0...LaunchDarkly.ServerSdk.DynamoDB-v5.0.1) (2026-05-27)
6+
7+
8+
### Bug Fixes
9+
10+
* exclude documentation files from NuGet package builds ([#263](https://github.com/launchdarkly/dotnet-core/issues/263)) ([cc86ad6](https://github.com/launchdarkly/dotnet-core/commit/cc86ad6bd54d2201db5171971946368cde8f45f8))
11+
512
## [5.0.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.DynamoDB-v4.0.2...LaunchDarkly.ServerSdk.DynamoDB-v5.0.0) (2025-10-22)
613

714

pkgs/dotnet-server-sdk-dynamodb/PROVENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To verify build provenance attestations, we recommend using the [GitHub CLI `att
99
<!-- x-release-please-start-version -->
1010
```
1111
# Set the version of the SDK to verify
12-
SDK_VERSION=5.0.0
12+
SDK_VERSION=5.0.1
1313
```
1414
<!-- x-release-please-end -->
1515

pkgs/dotnet-server-sdk-dynamodb/src/LaunchDarkly.ServerSdk.DynamoDB.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<!--x-release-please-start-version-->
4-
<Version>5.0.0</Version>
4+
<Version>5.0.1</Version>
55
<!--x-release-please-end-->
66
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
77
<PackageId>LaunchDarkly.ServerSdk.DynamoDB</PackageId>

0 commit comments

Comments
 (0)