Azure / azure-amqp

AMQP C# library
Other
94 stars 70 forks source link

Strong name fixed in version 2.4.0.0 #259

Closed eddynaka closed 3 months ago

eddynaka commented 3 months ago

Hello!

We recently observed that all new versions of the package Microsoft.Azure.Amqp has the binary strong named pinned with the version 2.4.0.0, which seems strange given that the package is being updated quite often:

https://nuget.info/packages/Microsoft.Azure.Amqp/2.6.7 image

https://nuget.info/packages/Microsoft.Azure.Amqp/2.5.6 image

Can the version be fixed, so that it won't cause confusion between package version vs binary version?

xinchen10 commented 3 months ago

The assembly version was kept unchanged to avoid binding redirects when an application loads different versions of the library through direct and indirect references. The disadvantage is the confusion caused by the mismatch with the package versions. We will update the assembly version in next release.