-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Add to changelog for Microsoft.Azure.ServiceBus SDK version 5.1.2 #18994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
7ece7b5
00487b7
f730445
43f8ab6
d1fc477
4c80363
370715f
63a25f0
5b3d8f2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,8 +2,7 @@ | |
| <PropertyGroup> | ||
| <AssemblyTitle>Azure ServiceBus SDK</AssemblyTitle> | ||
| <Description>This is the next generation Azure Service Bus .NET Standard client library that focuses on queues & topics. For more information about Service Bus, see https://azure.microsoft.com/en-us/services/service-bus/</Description> | ||
| <Version>5.2.0-beta.1</Version> | ||
| <ApiCompatVersion>5.1.1</ApiCompatVersion> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Are we running API Compat on T1 libraries? If so, this should stay. //cc: @JoshLove-msft, do you know for sure?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure, but this would get added automatically after release to reference the new version.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. But ideally, we wouldn't touch the ApiCompatVersion as it should be handled automatically.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please revert the ApiCompatVersion deletion and then we should be good to merge.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. /cc @weshaggard do you know if ApiCompat is run for T1 libraries? For Service Bus T1 in particular, they use a test to detect API changes.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes ApiCompat should be run on any library that is participating in our engineering system. |
||
| <Version>5.1.2</Version> | ||
| <PackageTags>Microsoft;Azure;Service Bus;ServiceBus;.NET;AMQP;IoT;Queue;Topic</PackageTags> | ||
| <TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks> | ||
| <NoWarn>$(NoWarn);CS1591;CS1573;NU5125</NoWarn> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.