From dcc3ba6c4d5b4429c1464f1aee3c388a8f6eb35f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 16:24:24 +0000 Subject: [PATCH] chore(main): release 5.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ PROVENANCE.md | 2 +- .../LaunchDarkly.EventSource.csproj | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ce65b73..e3690fe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.3.0" + ".": "5.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 04e139c..ab3e311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly's EventSource implementation for C# will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [5.3.1](https://github.com/launchdarkly/dotnet-eventsource/compare/5.3.0...5.3.1) (2026-07-01) + + +### Bug Fixes + +* fix dll_name for Authenticode signing in publish workflow ([#121](https://github.com/launchdarkly/dotnet-eventsource/issues/121)) ([ac7c5a7](https://github.com/launchdarkly/dotnet-eventsource/commit/ac7c5a79f8e4524275983255c56231d886114eb0)) + ## [5.3.0](https://github.com/launchdarkly/dotnet-eventsource/compare/5.2.1...5.3.0) (2025-12-16) diff --git a/PROVENANCE.md b/PROVENANCE.md index 7ee4f11..442e6c6 100644 --- a/PROVENANCE.md +++ b/PROVENANCE.md @@ -9,7 +9,7 @@ To verify build provenance attestations, we recommend using the [GitHub CLI `att ``` # Set the version of the SDK to verify -SDK_VERSION=5.3.0 +SDK_VERSION=5.3.1 ``` diff --git a/src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj b/src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj index a746c10..42600ad 100644 --- a/src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj +++ b/src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj @@ -1,7 +1,7 @@  - 5.3.0 + 5.3.1 netstandard2.0;net462 Apache-2.0