Skip to content

Commit 4dc0b42

Browse files
committed
reset public api
1 parent 0493401 commit 4dc0b42

File tree

4 files changed

+2
-869
lines changed

4 files changed

+2
-869
lines changed

projects/Directory.Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<GlobalPackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
4343
</ItemGroup>
4444
<ItemGroup Condition="'$(IsPackable)'=='true'">
45+
<GlobalPackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" />
4546
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
4647
<GlobalPackageReference Include="MinVer" Version="5.0.0" />
4748
</ItemGroup>

projects/RabbitMQ.Client/PublicAPI.Shipped.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ RabbitMQ.Client.BasicProperties
122122
RabbitMQ.Client.BasicProperties.AppId.get -> string
123123
RabbitMQ.Client.BasicProperties.AppId.set -> void
124124
RabbitMQ.Client.BasicProperties.BasicProperties() -> void
125-
RabbitMQ.Client.BasicProperties.BasicProperties(RabbitMQ.Client.ReadOnlyBasicProperties input) -> void
126125
RabbitMQ.Client.BasicProperties.ClearAppId() -> void
127126
RabbitMQ.Client.BasicProperties.ClearClusterId() -> void
128127
RabbitMQ.Client.BasicProperties.ClearContentEncoding() -> void
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
RabbitMQ.Client.BasicProperties.BasicProperties(RabbitMQ.Client.ReadOnlyBasicProperties! input) -> void
1+
RabbitMQ.Client.BasicProperties.BasicProperties(RabbitMQ.Client.IReadOnlyBasicProperties! input) -> void
22
RabbitMQ.Client.IConnection.DispatchConsumersAsyncEnabled.get -> bool

0 commit comments

Comments
 (0)