Skip to content

Commit fbe6615

Browse files
authored
Merge pull request #20 from launchdarkly/at/downgrade-logging
Downgrade Microsoft.Extensions.Logging to 1.0.2
2 parents ceacd58 + 94bb065 commit fbe6615

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
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+
## [2.2.1] - 2018-02-05
6+
- Downgrade Microsoft.Extensions.Logging to 1.0.2 to reduce dependencies brought in when building against .NET Framework.
7+
58
## [2.2.0] - 2018-01-19
69
### Added
710
- Exposed `EventSourceServiceCancelledException` as a public class.

src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj

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

33
<PropertyGroup>
4-
<VersionPrefix>2.2.0</VersionPrefix>
4+
<VersionPrefix>2.2.1</VersionPrefix>
55
<TargetFrameworks>netstandard1.4;net45</TargetFrameworks>
66
<PackageLicenseUrl>https://raw.github.com/LaunchDarkly/dotnet-eventsource/master/LICENSE</PackageLicenseUrl>
77
<AssemblyName>LaunchDarkly.EventSource</AssemblyName>
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.2" />
20+
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.0.2" />
2121
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
2222
</ItemGroup>
2323

0 commit comments

Comments
 (0)