Skip to content

Commit

Permalink
[main] Updated Xamarin.Messaging to 1.9.59 (#17646)
Browse files Browse the repository at this point in the history
Includes latest fixes like support for retry and reconnect, new telemetry, bug fixing, etc.

Also added Merq.Core.dll to dotnet/Workloads/SignList.xml because now it comes as part of Xamarin.Messaging
  • Loading branch information
mauroa authored Mar 1, 2023
1 parent 8f8818d commit 2178951
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dotnet/Workloads/SignList.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@
<!-- Microsoft.iOS.Windows.Sdk content -->
<FirstParty Include="iSign.Core.dll" />
<FirstParty Include="System.Diagnostics.Tracer.dll" />
<!-- Xamarin.Messaging -->
<FirstParty Include="Merq.dll" />
<FirstParty Include="Merq.Core.dll" />
<!-- Broker.zip -->
<FirstParty Include="Broker.exe" />
<FirstParty Include="Broker.resources.dll" />
<FirstParty Include="Merq.dll" />
<!-- Build.zip -->
<FirstParty Include="Build.exe" />
<FirstParty Include="Microsoft.Build*.dll" />
Expand Down
2 changes: 1 addition & 1 deletion msbuild/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MessagingVersion>1.9.40</MessagingVersion>
<MessagingVersion>1.9.59</MessagingVersion>
<HotRestartVersion>1.0.93</HotRestartVersion>
</PropertyGroup>
</Project>

5 comments on commit 2178951

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.