Skip to content

Commit efdfa92

Browse files
Use AssemblyInformationalVersion
Allows using arbitrary strings in versions, which we need for release candidates an so on.
1 parent f16d417 commit efdfa92

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: AssemblyVersion("${PropAssemblyVersion}")]
58+
[assembly: AssemblyInformationalVersion("${PropAssemblyVersion}")]
5959

0 commit comments

Comments
 (0)