From cf16ec791ea32c1ccc7e2bace84c9d79f1788f84 Mon Sep 17 00:00:00 2001 From: Ivan Kochurkin Date: Mon, 25 Jan 2021 21:14:18 +0300 Subject: [PATCH] Fix missed version, https://github.com/antlr/antlr4/pull/2987#pullrequestreview-575417430 --- runtime/CSharp/Properties/AssemblyInfo.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime/CSharp/Properties/AssemblyInfo.cs b/runtime/CSharp/Properties/AssemblyInfo.cs index d846533bb..4e719d09c 100644 --- a/runtime/CSharp/Properties/AssemblyInfo.cs +++ b/runtime/CSharp/Properties/AssemblyInfo.cs @@ -3,5 +3,7 @@ * can be found in the LICENSE.txt file in the project root. */ using System; +using System.Reflection; [assembly: CLSCompliant(true)] +[assembly: AssemblyVersion("4.9.1")] \ No newline at end of file