From ea0d7b3bd8507973ffcdb3ff40931b4b6738c18d Mon Sep 17 00:00:00 2001 From: Fernando <2480661+fernandreu@users.noreply.github.com> Date: Thu, 14 Mar 2019 22:29:51 +0000 Subject: [PATCH] Remove commented AssemblyVersion This might trick the RegEx parsing at some point (not now) --- SharedAssemblyInfo.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 13e6d550..95d6a8f7 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -19,5 +19,4 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.2.0.*")]