Skip to content

Commit c7c60fe

Browse files
committed
Fixup API Approval
1 parent 3f068cb commit c7c60fe

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ build/
5050
[Oo]bj/
5151
*.lock.json
5252

53-
APIApproval.Approve.received.txt
53+
projects/Unit/APIApproval.Approve.received.txt
54+
projects/Unit/APIApproval.Approve.*.received.txt
55+
projects/Unit/APIApproval.Approve.*.received.txt
5456

5557
# Visual Studio 2015 cache/options directory
5658
.vs/

projects/Unit/APIApproval.Approve.verified.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ namespace RabbitMQ.Client
385385
int ChannelNumber { get; }
386386
RabbitMQ.Client.ShutdownEventArgs CloseReason { get; }
387387
System.TimeSpan ContinuationTimeout { get; set; }
388+
string CurrentQueue { get; }
388389
RabbitMQ.Client.IBasicConsumer DefaultConsumer { get; set; }
389390
bool IsClosed { get; }
390391
bool IsOpen { get; }

0 commit comments

Comments
 (0)