Skip to content

Commit f63606d

Browse files
0.9 is gone, update RabbitMQ.ServiceModel
1 parent dcbf947 commit f63606d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/wcf/RabbitMQ.ServiceModel/src/serviceModel/CurrentVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ namespace RabbitMQ.ServiceModel
4848
// error codes, and the frame end byte, since they don't vary *within
4949
// the versions we support*. Obviously we may need to revisit this if
5050
// that ever changes.
51-
using CommonFraming = RabbitMQ.Client.Framing.v0_9;
51+
using CommonFraming = RabbitMQ.Client.Framing.v0_9_1;
5252

5353
/// <summary>
5454
/// Properties of the current RabbitMQ Service Model Version

projects/wcf/RabbitMQ.ServiceModel/src/serviceModel/RabbitMQInputChannel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ namespace RabbitMQ.ServiceModel
5454
// error codes, and the frame end byte, since they don't vary *within
5555
// the versions we support*. Obviously we may need to revisit this if
5656
// that ever changes.
57-
using CommonFraming = RabbitMQ.Client.Framing.v0_9;
57+
using CommonFraming = RabbitMQ.Client.Framing.v0_9_1;
5858

5959
internal sealed class RabbitMQInputChannel : RabbitMQInputChannelBase
6060
{

0 commit comments

Comments
 (0)