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

Commit

Permalink
Release 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arun251 committed Aug 31, 2017
1 parent a3dd6e6 commit dee93a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to the LaunchDarkly .NET SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [3.3.2] - 2017-08-30
### Changed
- Updated dependency versions. Thanks @ISkomorokh!
- Exceptions in `FeatureRequestor` are rethrown without replacing stack information

## [3.3.1] - 2017-07-14
### Fixed
- `UserExtensions.AndName` updates `user.Name` instead of `user.LastName`
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,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>3.3.1</VersionPrefix>
<VersionPrefix>3.3.2</VersionPrefix>
<TargetFrameworks>netstandard1.6;net45</TargetFrameworks>
<DebugType>portable</DebugType>
<AssemblyName>LaunchDarkly.Client</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/LaunchDarkly.Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("LaunchDarkly")]
[assembly: AssemblyProduct("LaunchDarkly.Client")]
[assembly: AssemblyCopyright("Copyright 2016 LaunchDarkly")]
[assembly: AssemblyCopyright("Copyright 2017 LaunchDarkly")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down

0 comments on commit dee93a6

Please sign in to comment.