Skip to content

Commit

Permalink
Releasing version 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Dec 3, 2020
1 parent 85746be commit fb8ed70
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).

## [3.4.0] - 2020-12-03
### Added:
- You can now tell EventSource to use an `HttpClient` instance that you provide by calling `ConfigurationBuilder.HttpClient`. (Thanks, [thorstenfleischmann](https://github.com/launchdarkly/dotnet-eventsource/pull/61)!)

## [3.3.3] - 2020-11-05
### Added:
- The package now has a specific target for .NET Standard 2.0, in addition to the previous targets of .NET Standard 1.4 and .NET Framework 4.5. There is no functional difference between the 2.0 and 1.4 builds, but it may be desirable for .NET Core/.NET Standard code to be able to avoid linking to any .NET Standard 1.x assemblies.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>3.3.3</Version>
<Version>3.4.0</Version>
<TargetFrameworks>netstandard1.4;netstandard2.0;net45</TargetFrameworks>
<PackageLicenseUrl>https://raw.github.com/LaunchDarkly/dotnet-eventsource/master/LICENSE</PackageLicenseUrl>
<AssemblyName>LaunchDarkly.EventSource</AssemblyName>
Expand Down

0 comments on commit fb8ed70

Please sign in to comment.