Skip to content

Commit b4600d1

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 2.0.0
1 parent 99fef40 commit b4600d1

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 project will be documented in this file. For full release notes for the projects that depend on this project, see their respective changelogs. This file describes changes only to the common code. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [2.0.0] - 2022-08-17
6+
### Changed:
7+
- Removed EOL target frameworks .NET Core 2.1 and .NET Framework 4.5.2. Lowest compatible platform versions are now .NET Core 3.1, .NET Framework 4.6.2, .NET 6.0, and .NET Standard 2.0.
8+
59
## [1.0.1] - 2021-02-02
610
### Added:
711
- Source Link package is now published.

src/LaunchDarkly.Logging/LaunchDarkly.Logging.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.0.1</Version>
3+
<Version>2.0.0</Version>
44
<!--
55
The reason there's a mechanism here for overriding the target frameworks with
66
an environment variable is that we want to be able to run CI tests using .NET

0 commit comments

Comments
 (0)