Skip to content

Commit

Permalink
Bump Apache.Qpid.Proton.Client from 1.0.0-M11 to 1.0.0-M9
Browse files Browse the repository at this point in the history
Bumps [Apache.Qpid.Proton.Client](https://github.com/apache/qpid-proton-dotnet) from 1.0.0-M11 to 1.0.0-M9.
- [Commits](apache/qpid-proton-dotnet@1.0.0-M11...1.0.0-M9)

---
updated-dependencies:
- dependency-name: Apache.Qpid.Proton.Client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 10, 2025
1 parent cf4857c commit 956cf20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ClientLib/ClientLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Apache.Qpid.Proton.Client" Version="1.0.0-M11" />
<PackageReference Include="Apache.Qpid.Proton.Client" Version="1.0.0-M9" />
</ItemGroup>

<Target Name="PostClean" AfterTargets="Clean">
Expand Down
2 changes: 1 addition & 1 deletion src/Connector/Connector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Apache.Qpid.Proton.Client" Version="1.0.0-M11" />
<PackageReference Include="Apache.Qpid.Proton.Client" Version="1.0.0-M9" />
</ItemGroup>

<Target Name="PostClean" AfterTargets="Clean">
Expand Down
2 changes: 1 addition & 1 deletion src/Receiver/Receiver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Apache.Qpid.Proton.Client" Version="1.0.0-M11" />
<PackageReference Include="Apache.Qpid.Proton.Client" Version="1.0.0-M9" />
</ItemGroup>

<Target Name="PostClean" AfterTargets="Clean">
Expand Down
2 changes: 1 addition & 1 deletion src/Sender/Sender.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Apache.Qpid.Proton.Client" Version="1.0.0-M11" />
<PackageReference Include="Apache.Qpid.Proton.Client" Version="1.0.0-M9" />
</ItemGroup>

<Target Name="PostClean" AfterTargets="Clean">
Expand Down

0 comments on commit 956cf20

Please sign in to comment.