Skip to content

Commit 81fe6d5

Browse files
chore(main): release LaunchDarkly.ServerSdk.Ai 0.1.0 (#39)
🤖 I have created a release *beep* *boop* --- ## 0.1.0 (2024-11-12) ### Features * release server-ai ([#38](#38)) ([cf07fef](cf07fef)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cf07fef commit 81fe6d5

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"pkgs/sdk/server": "8.6.0",
33
"pkgs/sdk/client": "5.3.0",
4-
"pkgs/telemetry": "1.0.0"
4+
"pkgs/telemetry": "1.0.0",
5+
"pkgs/sdk/server-ai": "0.1.0"
56
}

pkgs/sdk/server-ai/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 0.1.0 (2024-11-12)
4+
5+
6+
### Features
7+
8+
* release server-ai ([#38](https://github.com/launchdarkly/dotnet-core/issues/38)) ([cf07fef](https://github.com/launchdarkly/dotnet-core/commit/cf07fef86f6ce86ed2e76f2a9f7115617f0e0738))

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.0.0</Version>
4+
<Version>0.1.0</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

0 commit comments

Comments
 (0)