Skip to content

Commit

Permalink
Releasing version 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Nov 5, 2020
1 parent 6ee9885 commit 2bacb40
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.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.

## [3.3.2] - 2019-10-23
### Fixed:
- If a stream connection is restarted, `EventSource` should send a `Last-Event-Id` header if it previously received an event with an `id` field. (Thanks, [fracek](https://github.com/launchdarkly/dotnet-eventsource/pull/53)!)
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.2</Version>
<Version>3.3.3</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 2bacb40

Please sign in to comment.