Skip to content

Commit 33622dd

Browse files
committed
Use AssemblyInformationalVersion from project.json
1 parent 3ea40d1 commit 33622dd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

projects/client/RabbitMQ.Client/src/client/properties/AssemblyInfo.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
//---------------------------------------------------------------------------
4040

4141
using System.Reflection;
42-
using System.Runtime.CompilerServices;
4342

4443
[assembly: AssemblyTitle("RabbitMQ Client Library for .NET")]
4544
[assembly: AssemblyDescription("See http://rabbitmq.com")]
@@ -50,6 +49,4 @@
5049
[assembly: AssemblyTrademark("")]
5150
[assembly: AssemblyCulture("")]
5251

53-
[assembly: AssemblyVersion("4.0.0")]
54-
[assembly: AssemblyInformationalVersion("4.0.0-pre.1")]
55-
52+
[assembly: AssemblyVersion("4.0.0")]

0 commit comments

Comments
 (0)