Skip to content

Commit aef3e05

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 4.1.3
1 parent f0a8d7b commit aef3e05

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
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).
44

5+
## [4.1.3] - 2021-10-04
6+
### Changed:
7+
- Updated `LaunchDarkly.Logging` dependency to 1.0.1, to match the version used in the latest server-side .NET SDK release. Since .NET Framework is stricter about dependency versions than .NET Core, it is desirable to keep transitive dependency versions in sync in all packages used by the SDK.
8+
59
## [4.1.2] - 2021-05-17
610
### Fixed:
711
- Fixed a memory leak in which a `CancellationTokenSource` instance was not disposed of after reading from the stream. This bug was introduced in the 4.0.0 release. ([#77](https://github.com/launchdarkly/dotnet-eventsource/issues/77))

src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>4.1.2</Version>
3+
<Version>4.1.3</Version>
44
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
55
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
66
<AssemblyName>LaunchDarkly.EventSource</AssemblyName>

0 commit comments

Comments
 (0)