Skip to content

Commit 5233094

Browse files
chore(main): release LaunchDarkly.ServerSdk.Ai 0.9.2 (#230)
🤖 I have created a release *beep* *boop* --- ## [0.9.2](LaunchDarkly.ServerSdk.Ai-v0.9.1...LaunchDarkly.ServerSdk.Ai-v0.9.2) (2026-02-25) ### Bug Fixes * Improve usage reporting ([#228](#228)) ([376b6b0](376b6b0)) --- 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** > Release/version-metadata-only changes; no functional code paths are modified beyond the reported version string and changelog. > > **Overview** > Bumps `LaunchDarkly.ServerSdk.Ai` from `0.9.1` to `0.9.2` across release metadata (`.release-please-manifest.json`), package versioning (`LaunchDarkly.ServerSdk.Ai.csproj`), and runtime-reported version constants (`SdkInfo.Version`). > > Updates `pkgs/sdk/server-ai/CHANGELOG.md` with the `0.9.2` release entry, noting a bug fix to *improve usage reporting*. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 669f538. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 376b6b0 commit 5233094

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
@@ -5,7 +5,7 @@
55
"pkgs/sdk/server": "8.11.1",
66
"pkgs/sdk/client": "5.5.4",
77
"pkgs/telemetry": "1.4.0",
8-
"pkgs/sdk/server-ai": "0.9.1",
8+
"pkgs/sdk/server-ai": "0.9.2",
99
"pkgs/shared/common": "7.1.1",
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.2](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Ai-v0.9.1...LaunchDarkly.ServerSdk.Ai-v0.9.2) (2026-02-25)
4+
5+
6+
### Bug Fixes
7+
8+
* Improve usage reporting ([#228](https://github.com/launchdarkly/dotnet-core/issues/228)) ([376b6b0](https://github.com/launchdarkly/dotnet-core/commit/376b6b0cbca28c7b49e5f64ee54b1f6d317d99fa))
9+
310
## [0.9.1](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Ai-v0.9.0...LaunchDarkly.ServerSdk.Ai-v0.9.1) (2025-08-29)
411

512

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.1</Version>
4+
<Version>0.9.2</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.1"; // x-release-please-version
16+
public const string Version = "0.9.2"; // x-release-please-version
1717

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

0 commit comments

Comments
 (0)