Skip to content

Commit 89d810e

Browse files
authored
[Event Hubs] Post-release fixes (#41966)
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.
1 parent cd042cc commit 89d810e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
<PackageReference Update="ApprovalUtilities" Version="3.0.22" />
226226
<PackageReference Update="Azure.Identity" Version="1.10.4" />
227227
<PackageReference Update="Azure.Messaging.EventGrid" Version="4.17.0" />
228-
<PackageReference Update="Azure.Messaging.EventHubs.Processor" Version="5.10.0" />
228+
<PackageReference Update="Azure.Messaging.EventHubs.Processor" Version="5.11.0" />
229229
<PackageReference Update="Azure.Messaging.ServiceBus" Version="7.16.0" />
230230
<PackageReference Update="Azure.ResourceManager.Compute" Version="1.2.0" />
231231
<PackageReference Update="Azure.ResourceManager.CognitiveServices" Version="1.3.0" />

sdk/eventhub/Azure.Messaging.EventHubs/stress/src/Azure.Messaging.EventHubs.Stress.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<!--<ProjectReference Include="..\..\src\Azure.Messaging.EventHubs.csproj" />-->
17-
<PackageReference Include="Azure.Messaging.EventHubs" />
16+
<ProjectReference Include="..\..\src\Azure.Messaging.EventHubs.csproj" />
1817
<ProjectReference Include="..\..\..\Azure.Messaging.EventHubs.Processor\src\Azure.Messaging.EventHubs.Processor.csproj" />
1918
</ItemGroup>
2019

0 commit comments

Comments
 (0)