Skip to content

Commit aedf983

Browse files
Revert "Use AssemblyInformationalVersion"
This reverts commit efdfa92. This is a breaking change we don't feel comfortable about. We'll find a work around for this stupid .NET limitation.
1 parent efdfa92 commit aedf983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/client/RabbitMQ.Client/src/tokenized/AssemblyInfo.cs.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ using System.Runtime.InteropServices;
5555

5656
[assembly: Guid("32a32ed8-c871-45ad-86b3-f50723a7434b")]
5757

58-
[assembly: AssemblyInformationalVersion("${PropAssemblyVersion}")]
58+
[assembly: AssemblyVersion("${PropAssemblyVersion}")]
5959

0 commit comments

Comments
 (0)