We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea40d1 commit 33622ddCopy full SHA for 33622dd
projects/client/RabbitMQ.Client/src/client/properties/AssemblyInfo.cs
@@ -39,7 +39,6 @@
39
//---------------------------------------------------------------------------
40
41
using System.Reflection;
42
-using System.Runtime.CompilerServices;
43
44
[assembly: AssemblyTitle("RabbitMQ Client Library for .NET")]
45
[assembly: AssemblyDescription("See http://rabbitmq.com")]
@@ -50,6 +49,4 @@
50
49
[assembly: AssemblyTrademark("")]
51
[assembly: AssemblyCulture("")]
52
53
-[assembly: AssemblyVersion("4.0.0")]
54
-[assembly: AssemblyInformationalVersion("4.0.0-pre.1")]
55
-
+[assembly: AssemblyVersion("4.0.0")]
0 commit comments