Skip to content

Commit 6e4fcc7

Browse files
authored
feat: Inline context for custom and migrations op events (#94)
Fixed a minor warning in the json file to remove warning in IDE.
1 parent 4ea0b6b commit 6e4fcc7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pkgs/sdk/server/contract-tests/TestService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class Webapp
3535
"migrations",
3636
"event-sampling",
3737
"tags",
38-
"inline-context",
38+
"inline-context-all",
3939
"anonymous-redaction",
4040
"evaluation-hooks",
4141
"client-prereq-events"

pkgs/sdk/server/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dest": "./api",
1414
"properties" : {
1515
"Configuration": "Debug"
16-
},
16+
}
1717
}
1818
],
1919
"build": {

pkgs/sdk/server/src/LaunchDarkly.ServerSdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<PackageReference Include="LaunchDarkly.Cache" Version="1.0.2" />
4242
<PackageReference Include="LaunchDarkly.CommonSdk" Version="7.0.0" />
4343
<PackageReference Include="LaunchDarkly.EventSource" Version="5.2.0" />
44-
<PackageReference Include="LaunchDarkly.InternalSdk" Version="3.4.0" />
44+
<PackageReference Include="LaunchDarkly.InternalSdk" Version="3.5.0" />
4545
<PackageReference Include="LaunchDarkly.Logging" Version="2.0.0" />
4646
<PackageReference Include="System.Collections.Immutable" Version="1.7.1" />
4747
</ItemGroup>

0 commit comments

Comments
 (0)