Skip to content

Commit 9e4be58

Browse files
committed
Update version to 2.0
1 parent 5425d6b commit 9e4be58

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.0.0
2+
3+
- Convert to RabbitMQ.Client
4+
15
1.7.9
26

37
- Add method to get the number of consumers

Socolin.RabbitMQ.Client/Socolin.RabbitMQ.Client.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<LangVersion>latest</LangVersion>
66
<Nullable>enable</Nullable>
7-
<Version>1.7.9</Version>
7+
<Version>2.0.0</Version>
88
<Description>A simple wrapper around RabbitMQ.Client to make it easier to use.</Description>
99
<Authors>Bertrand Provost</Authors>
1010
<RepositoryUrl>https://github.com/Socolin/Socolin.RabbitMQ.Client</RepositoryUrl>
1111
<RepositoryType>git</RepositoryType>
12-
<Copyright>2020</Copyright>
12+
<Copyright>2025</Copyright>
1313
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
1414
</PropertyGroup>
1515

0 commit comments

Comments
 (0)