Skip to content

Commit fcd3cd1

Browse files
chore(main): release LaunchDarkly.CommonSdk.JsonNet 7.0.1 (#122)
🤖 I have created a release *beep* *boop* --- ## [7.0.1](LaunchDarkly.CommonSdk.JsonNet-v7.0.0...LaunchDarkly.CommonSdk.JsonNet-v7.0.1) (2025-06-02) ### Bug Fixes * [#104](#104) dependency optimisation ([#111](#111)) ([2c7ff62](2c7ff62)) --- 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 f18da8a commit fcd3cd1

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.1.0",
88
"pkgs/sdk/server-ai": "0.7.0",
99
"pkgs/shared/common": "7.0.0",
10-
"pkgs/shared/common-json-net": "7.0.0"
10+
"pkgs/shared/common-json-net": "7.0.1"
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.1](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.CommonSdk.JsonNet-v7.0.0...LaunchDarkly.CommonSdk.JsonNet-v7.0.1) (2025-06-02)
6+
7+
8+
### Bug Fixes
9+
10+
* [#104](https://github.com/launchdarkly/dotnet-core/issues/104) dependency optimisation ([#111](https://github.com/launchdarkly/dotnet-core/issues/111)) ([2c7ff62](https://github.com/launchdarkly/dotnet-core/commit/2c7ff629a4c16ad866c6e4ea5b24abc622942f0e))
11+
512
## [7.0.0] - 2023-10-17
613
### Changed:
714
- IEnvironmentReporter now reports nullable values.

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.0</Version>
4+
<Version>7.0.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)