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

fix: Bump LaunchDarkly.InternalSdk to 3.4.0 #91

Merged
merged 1 commit into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion contract-tests/TestService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ public class Webapp
"strongly-typed",
"user-type",
"tags",
"auto-env-attributes"
"auto-env-attributes",
"inline-context",
"anonymous-redaction"
};

public readonly Handler Handler;
Expand Down
2 changes: 1 addition & 1 deletion src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<PackageReference Include="System.Text.Json" Version="6.0.0"/>
<PackageReference Include="LaunchDarkly.CommonSdk" Version="7.0.0"/>
<PackageReference Include="LaunchDarkly.EventSource" Version="5.0.1"/>
<PackageReference Include="LaunchDarkly.InternalSdk" Version="3.3.1"/>
<PackageReference Include="LaunchDarkly.InternalSdk" Version="3.4.0" />
<PackageReference Include="LaunchDarkly.Logging" Version="2.0.0"/>
<Compile Include="**\*.cs" Exclude="PlatformSpecific\*.cs;bin\**\*.cs;obj\**\*.cs"/>
<Compile Include="PlatformSpecific\*.shared.cs"/>
Expand Down
Loading