Skip to content

Commit

Permalink
chore(main): release LaunchDarkly.ClientSdk 5.3.0 (#27)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[5.3.0](LaunchDarkly.ClientSdk-v5.2.1...LaunchDarkly.ClientSdk-v5.3.0)
(2024-10-31)


### Features

* client-side prerequisite events
([#24](#24))
([f5828cb](f5828cb))

---
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>
  • Loading branch information
github-actions[bot] authored Nov 1, 2024
1 parent 17165df commit 60c03b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"pkgs/sdk/server": "8.6.0",
"pkgs/sdk/client": "5.2.1",
"pkgs/sdk/client": "5.3.0",
"pkgs/telemetry": "1.0.0"
}
7 changes: 7 additions & 0 deletions pkgs/sdk/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to the LaunchDarkly Client-Side SDK for .NET will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org).

## [5.3.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ClientSdk-v5.2.1...LaunchDarkly.ClientSdk-v5.3.0) (2024-10-31)


### Features

* client-side prerequisite events ([#24](https://github.com/launchdarkly/dotnet-core/issues/24)) ([f5828cb](https://github.com/launchdarkly/dotnet-core/commit/f5828cb2999cda2ebe5a36c739f54f2b326f4a68))

## [5.2.1](https://github.com/launchdarkly/dotnet-client-sdk/compare/5.2.0...5.2.1) (2024-06-05)


Expand Down
2 changes: 1 addition & 1 deletion pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<!--x-release-please-start-version-->
<Version>5.2.1</Version>
<Version>5.3.0</Version>
<!--x-release-please-end-->
<!-- The BUILDFRAMEWORKS variable allows us to override the target frameworks in
a situation where we need to build only the .NET Standard target and do not
Expand Down

0 comments on commit 60c03b2

Please sign in to comment.