Skip to content

Commit d9297dc

Browse files
chore(main): release LaunchDarkly.ServerSdk.Ai 0.9.4 (#271)
🤖 I have created a release *beep* *boop* --- ## [0.9.4](LaunchDarkly.ServerSdk.Ai-v0.9.3...LaunchDarkly.ServerSdk.Ai-v0.9.4) (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** > Mechanical version and changelog updates from Release Please; no application logic changes in this diff. > > **Overview** > **Release Please** cuts **LaunchDarkly.ServerSdk.Ai** from **0.9.3** to **0.9.4** by updating `.release-please-manifest.json`, `LaunchDarkly.ServerSdk.Ai.csproj`, `SdkInfo.Version`, `PROVENANCE.md`, and a new **CHANGELOG** section. > > The release notes attribute the version to a **bug fix** (already landed on main): **documentation and doc-build files are no longer packed into the NuGet** (e.g. `Pack=false` on changelog/contributing/docfx paths in the csproj, per [#263](#263)). This PR does not change runtime SDK behavior—only release metadata and published package contents for the next NuGet publish. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 642f092. 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 bf8f349 commit d9297dc

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"pkgs/sdk/server": "8.12.2",
66
"pkgs/sdk/client": "5.7.3",
77
"pkgs/telemetry": "1.5.0",
8-
"pkgs/sdk/server-ai": "0.9.3",
8+
"pkgs/sdk/server-ai": "0.9.4",
99
"pkgs/shared/common": "7.2.0",
1010
"pkgs/shared/common-json-net": "7.0.2"
1111
}

pkgs/sdk/server-ai/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.9.4](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Ai-v0.9.3...LaunchDarkly.ServerSdk.Ai-v0.9.4) (2026-05-27)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [0.9.3](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Ai-v0.9.2...LaunchDarkly.ServerSdk.Ai-v0.9.3) (2026-03-05)
411

512

pkgs/sdk/server-ai/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=0.9.3
12+
SDK_VERSION=0.9.4
1313
```
1414
<!-- x-release-please-end -->
1515

pkgs/sdk/server-ai/src/LaunchDarkly.ServerSdk.Ai.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>0.9.3</Version>
4+
<Version>0.9.4</Version>
55
<!--x-release-please-end-->
66
<!-- The BUILDFRAMEWORKS variable allows us to override the target frameworks with a
77
single framework that we are testing; this allows us to test with older SDK

pkgs/sdk/server-ai/src/SdkInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static class SdkInfo
1313
/// <summary>
1414
/// The version of the AI SDK package.
1515
/// </summary>
16-
public const string Version = "0.9.3"; // x-release-please-version
16+
public const string Version = "0.9.4"; // x-release-please-version
1717

1818
/// <summary>
1919
/// The implementation language.

0 commit comments

Comments
 (0)