Skip to content
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
2 changes: 1 addition & 1 deletion pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<Folder Include="Properties\"/>
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0"/>
<PackageReference Include="LaunchDarkly.CommonSdk" Version="7.2.0"/>
<PackageReference Include="LaunchDarkly.EventSource" Version="5.2.1"/>

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5.3.0 just exposed headers required for FDv2. So there shouldn't be any concern for the 5.2->5.3 jump.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Good to know — no concerns with the version jump then.

<PackageReference Include="LaunchDarkly.EventSource" Version="5.3.1"/>
<PackageReference Include="LaunchDarkly.InternalSdk" Version="3.7.0" />
<PackageReference Include="LaunchDarkly.Logging" Version="2.0.0"/>
<PackageReference Include="Microsoft.Maui.Essentials" Version="8.0.100" />
Expand Down
2 changes: 1 addition & 1 deletion pkgs/sdk/server/src/LaunchDarkly.ServerSdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<ItemGroup>
<PackageReference Include="LaunchDarkly.Cache" Version="1.0.2" />
<PackageReference Include="LaunchDarkly.CommonSdk" Version="7.2.0" />
<PackageReference Include="LaunchDarkly.EventSource" Version="5.3.0" />
<PackageReference Include="LaunchDarkly.EventSource" Version="5.3.1" />
<PackageReference Include="LaunchDarkly.InternalSdk" Version="3.6.1" />
<PackageReference Include="LaunchDarkly.Logging" Version="2.0.0" />
</ItemGroup>
Expand Down
Loading