Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
version 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-darkly committed Feb 23, 2018
1 parent 447831f commit b8e737c
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 .NET SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [3.6.1] - 2018-02-21
### Fixed
- Improved performance of the semantic version operators by precompiling a regex.

## [3.6.0] - 2018-02-19
### Added
- New property `LdClient.Version` returns the client's current version number.
Expand Down
2 changes: 1 addition & 1 deletion src/LaunchDarkly.Client/LaunchDarkly.Client.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<VersionPrefix>3.6.0</VersionPrefix>
<VersionPrefix>3.6.1</VersionPrefix>
<TargetFrameworks>netstandard1.4;netstandard1.6;netstandard2.0;net45</TargetFrameworks>
<PackageLicenseUrl>https://raw.githubusercontent.com/launchdarkly/.net-client/master/LICENSE</PackageLicenseUrl>
<DebugType>portable</DebugType>
Expand Down

0 comments on commit b8e737c

Please sign in to comment.