Skip to content

Commit b7f0ce6

Browse files
committed
version 3.2.3
1 parent 11c8ccd commit b7f0ce6

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+
## [3.2.3] - 2019-01-14
6+
### Fixed:
7+
- The assemblies in this package now have Authenticode signatures. The release note for 3.2.1 was an error; that release did not include signatures.
8+
59
## [3.2.2] - 2019-01-09
610
### Removed
711
- The console applications for manual testing have been removed (because the unit tests now include full end-to-end tests against a stub HTTP server).

src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>3.2.2</Version>
4+
<Version>3.2.3</Version>
55
<TargetFrameworks>netstandard1.4;net45</TargetFrameworks>
66
<PackageLicenseUrl>https://raw.github.com/LaunchDarkly/dotnet-eventsource/master/LICENSE</PackageLicenseUrl>
77
<AssemblyName>LaunchDarkly.EventSource</AssemblyName>

0 commit comments

Comments
 (0)