From 74fafdd719fe6abefeebc0bbfb12fa951b6bebd2 Mon Sep 17 00:00:00 2001 From: Alkampfergit Date: Tue, 14 Jun 2016 17:46:11 +0200 Subject: [PATCH] Removed versioning from VersionAssemblyInfo.cs This is needed to comply with the new build script that uses gitversion. GitVersion uses to update AssemblyInfo.cs directly, without needing project to reference a single VersionAssemblyInfo.cs. --- src/VersionAssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VersionAssemblyInfo.cs b/src/VersionAssemblyInfo.cs index 236742cd3..7ab770aa1 100644 --- a/src/VersionAssemblyInfo.cs +++ b/src/VersionAssemblyInfo.cs @@ -1,4 +1,4 @@ using System.Reflection; -[assembly: AssemblyVersion("5.2.0.0")] -[assembly: AssemblyFileVersion("5.2.0.0")] +//[assembly: AssemblyVersion("5.2.0.0")] +//[assembly: AssemblyFileVersion("5.2.0.0")]