Skip to content

Commit

Permalink
[Event Hubs] Post-release fixes (#41966)
Browse files Browse the repository at this point in the history
The focus of these changes is to bump the version
of the processor package used by samples and to
restore the project references for the stress tests.
  • Loading branch information
jsquire authored Feb 14, 2024
1 parent cd042cc commit 89d810e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
<PackageReference Update="ApprovalUtilities" Version="3.0.22" />
<PackageReference Update="Azure.Identity" Version="1.10.4" />
<PackageReference Update="Azure.Messaging.EventGrid" Version="4.17.0" />
<PackageReference Update="Azure.Messaging.EventHubs.Processor" Version="5.10.0" />
<PackageReference Update="Azure.Messaging.EventHubs.Processor" Version="5.11.0" />
<PackageReference Update="Azure.Messaging.ServiceBus" Version="7.16.0" />
<PackageReference Update="Azure.ResourceManager.Compute" Version="1.2.0" />
<PackageReference Update="Azure.ResourceManager.CognitiveServices" Version="1.3.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
</ItemGroup>

<ItemGroup>
<!--<ProjectReference Include="..\..\src\Azure.Messaging.EventHubs.csproj" />-->
<PackageReference Include="Azure.Messaging.EventHubs" />
<ProjectReference Include="..\..\src\Azure.Messaging.EventHubs.csproj" />
<ProjectReference Include="..\..\..\Azure.Messaging.EventHubs.Processor\src\Azure.Messaging.EventHubs.Processor.csproj" />
</ItemGroup>

Expand Down

0 comments on commit 89d810e

Please sign in to comment.