Skip to content

Commit 510a073

Browse files
committed
5.2.0 updates
1 parent fd07476 commit 510a073

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Changes Between 5.1.3 and 5.2.0
2+
3+
[GitHub `5.2.0` Milestone](https://github.com/rabbitmq/rabbitmq-dotnet-client/milestone/42?closed=1)
4+
15
## Changes Between 5.1.2 and 5.1.3
26

37
### Re-introduce lock for all socket writes

projects/client/RabbitMQ.Client/RabbitMQ.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>The RabbitMQ .NET client is the official client library for C# (and, implicitly, other .NET languages)</Description>
4-
<VersionPrefix>5.0.0</VersionPrefix>
4+
<VersionPrefix>5.2.0</VersionPrefix>
55
<TargetFrameworks>net451;netstandard1.5;netstandard2.0</TargetFrameworks>
66
<NoWarn>$(NoWarn);CS1591</NoWarn>
77
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

0 commit comments

Comments
 (0)