Skip to content

Commit

Permalink
Releasing version 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Oct 4, 2023
1 parent b1ea835 commit 4f42525
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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.1.0] - 2023-10-04
### Changed:
- Update minimum `LaunchDarkly.Logging` version to `2.0.0` to share the same min version as SDK implementations.

## [5.0.1] - 2022-08-24
### Changed:
- Relaxed dependency constraint to allow use of `LaunchDarkly.Logging` 1.x or 2.x.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>5.0.1</Version>
<Version>5.1.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<AssemblyName>LaunchDarkly.EventSource</AssemblyName>
Expand Down

0 comments on commit 4f42525

Please sign in to comment.