Skip to content

Commit 756b427

Browse files
chore(main): release LaunchDarkly.CommonSdk.JsonNet 7.0.2 (#130)
🤖 I have created a release *beep* *boop* --- ## [7.0.2](LaunchDarkly.CommonSdk.JsonNet-v7.0.1...LaunchDarkly.CommonSdk.JsonNet-v7.0.2) (2025-06-02) ### Bug Fixes * Bump System.Text.Json to 6.0.0, 6.0.10 ([#129](#129)) ([ed49d2f](ed49d2f)) --- 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 ed49d2f commit 756b427

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
@@ -7,5 +7,5 @@
77
"pkgs/telemetry": "1.2.0",
88
"pkgs/sdk/server-ai": "0.8.0",
99
"pkgs/shared/common": "7.0.1",
10-
"pkgs/shared/common-json-net": "7.0.1"
10+
"pkgs/shared/common-json-net": "7.0.2"
1111
}

pkgs/shared/common-json-net/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.0.2](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.CommonSdk.JsonNet-v7.0.1...LaunchDarkly.CommonSdk.JsonNet-v7.0.2) (2025-06-02)
6+
7+
8+
### Bug Fixes
9+
10+
* Bump System.Text.Json to 6.0.0, 6.0.10 ([#129](https://github.com/launchdarkly/dotnet-core/issues/129)) ([ed49d2f](https://github.com/launchdarkly/dotnet-core/commit/ed49d2f94e1d9381b1816f42eb438622a2315dfe))
11+
512
## [7.0.1](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.CommonSdk.JsonNet-v7.0.0...LaunchDarkly.CommonSdk.JsonNet-v7.0.1) (2025-06-02)
613

714

pkgs/shared/common-json-net/src/LaunchDarkly.CommonSdk.JsonNet.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.0.1</Version>
4+
<Version>7.0.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

0 commit comments

Comments
 (0)