Skip to content
Draft
Changes from 1 commit
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
Prev Previous commit
[msbuild] Bump messaging to get a fix for always closing the remote c…
…onnection if a connection was established.

This fixes a problem where a command-line build would hang because the remote connection
would stay alive even after the build was completed.
  • Loading branch information
rolfbjarne committed Nov 13, 2025
commit cbfebb0d40d80328355914ef79f3d58ea987005c
2 changes: 1 addition & 1 deletion msbuild/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
https://dev.azure.com/azure-public/vside/_artifacts/feed/xamarin-impl/NuGet/Xamarin.Messaging.Client/

-->
<MessagingVersion Condition="'$(MessagingVersion)' == ''">[18.1.4-g269e166fc3]</MessagingVersion>
<MessagingVersion Condition="'$(MessagingVersion)' == ''">[18.1.49-gfb8e1a6a31]</MessagingVersion>
</PropertyGroup>
<Import Project="$(MSBuildThisFileDirectory)../Directory.Build.props" />
</Project>
Loading