Skip to content

Commit 696303e

Browse files
chore(main): release LaunchDarkly.CommonSdk 7.1.1 (#164)
🤖 I have created a release *beep* *boop* --- ## [7.1.1](LaunchDarkly.CommonSdk-v7.1.0...LaunchDarkly.CommonSdk-v7.1.1) (2025-09-26) ### Bug Fixes * Add validation format check for SDK key ([#163](#163)) ([02c6ed7](02c6ed7)) --- 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 02c6ed7 commit 696303e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"pkgs/sdk/client": "5.5.3",
77
"pkgs/telemetry": "1.3.0",
88
"pkgs/sdk/server-ai": "0.9.1",
9-
"pkgs/shared/common": "7.1.0",
9+
"pkgs/shared/common": "7.1.1",
1010
"pkgs/shared/common-json-net": "7.0.2"
1111
}

pkgs/shared/common/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 `LaunchDarkly.CommonSdk` will be documented in this file. For full release notes for the projects that depend on this project, see their respective changelogs. This file describes changes only to the common code. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [7.1.1](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.CommonSdk-v7.1.0...LaunchDarkly.CommonSdk-v7.1.1) (2025-09-26)
6+
7+
8+
### Bug Fixes
9+
10+
* Add validation format check for SDK key ([#163](https://github.com/launchdarkly/dotnet-core/issues/163)) ([02c6ed7](https://github.com/launchdarkly/dotnet-core/commit/02c6ed793f1984cce878f0c53667476533acb896))
11+
512
## [7.1.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.CommonSdk-v7.0.1...LaunchDarkly.CommonSdk-v7.1.0) (2025-07-10)
613

714

pkgs/shared/common/src/LaunchDarkly.CommonSdk.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>7.1.0</Version>
4+
<Version>7.1.1</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)