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