Skip to content

Commit aee74df

Browse files
chore(main): release LaunchDarkly.CommonSdk 7.2.0 (#242)
🤖 I have created a release *beep* *boop* --- ## [7.2.0](LaunchDarkly.CommonSdk-v7.1.1...LaunchDarkly.CommonSdk-v7.2.0) (2026-04-08) ### Features * Make common sdk AOT safe ([#169](#169)) ([8c6948e](8c6948e)) --- 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** > Low risk: this PR only updates release metadata/version numbers and documentation (changelog/provenance), with no functional code changes in the library itself. > > **Overview** > **Releases `LaunchDarkly.CommonSdk` v7.2.0.** > > Bumps the `pkgs/shared/common` version to `7.2.0` in `.release-please-manifest.json` and updates the package version in `LaunchDarkly.CommonSdk.csproj`. > > Updates release docs by adding the `7.2.0` entry to `CHANGELOG.md` (noting the AOT-safety feature) and updating the version used in `PROVENANCE.md` verification instructions. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit d2e954b. 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 66917b9 commit aee74df

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
@@ -6,6 +6,6 @@
66
"pkgs/sdk/client": "5.7.0",
77
"pkgs/telemetry": "1.4.0",
88
"pkgs/sdk/server-ai": "0.9.3",
9-
"pkgs/shared/common": "7.1.1",
9+
"pkgs/shared/common": "7.2.0",
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.2.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.CommonSdk-v7.1.1...LaunchDarkly.CommonSdk-v7.2.0) (2026-04-08)
6+
7+
8+
### Features
9+
10+
* Make common sdk AOT safe ([#169](https://github.com/launchdarkly/dotnet-core/issues/169)) ([8c6948e](https://github.com/launchdarkly/dotnet-core/commit/8c6948ea89d3c71abc24e6e0284a5dde62bd54b3))
11+
512
## [7.1.1](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.CommonSdk-v7.1.0...LaunchDarkly.CommonSdk-v7.1.1) (2025-09-26)
613

714

pkgs/shared/common/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=7.1.1
12+
SDK_VERSION=7.2.0
1313
```
1414
<!-- x-release-please-end -->
1515

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.1</Version>
4+
<Version>7.2.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)