Releases: launchdarkly/dotnet-sdk-common
Releases · launchdarkly/dotnet-sdk-common
1.0.4
[1.0.4] - 2018-08-02
Changed
- Updated the dependency on
LaunchDarkly.EventSource
, which no longer has package references to System assemblies.
1.0.3
[1.0.3] - 2018-07-27
Changed
- The package
LaunchDarkly.Common
is no longer strong-named. Instead, we are now building two packages:LaunchDarkly.Common
andLaunchDarkly.Common.StrongName
. This is because the Xamarin project requires an unsigned version of the package, whereas the main .NET SDK uses the signed one. - The project now uses a framework reference (
Reference
) instead of a package reference (PackageReference
) to refer toSystem.Net.Http
. An unnecessary reference toSystem.Runtime
was removed. - The stream processor now propagates an exception out of its initialization
Task
if it encounters an unrecoverable error.
1.0.2
[1.0.2] - 2018-07-24
This release is broken and should not be used.
1.0.1
[1.0.1] - 2018-07-02
Changed
- When targeting .NET 4.5, the dependency on
Newtonsoft.Json
now has a minimum version of 6.0.1 rather than 9.0.1. This should not affect any applications that specify a higher version for this assembly.
Removed
- The
Identify
method is no longer part ofILdCommonClient
, since it does not have the same signature in the Xamarin client as in the server-side .NET SDK.