Index: Core/Common/src/Core.Common.Version/Core.Common.Version.csproj
===================================================================
diff -u -r08c1a9d855a1beecb7396a1e95b3bc83fe8c7065 -r32b6fd759f8869ed81f96e496be41484fefd0a2d
--- Core/Common/src/Core.Common.Version/Core.Common.Version.csproj (.../Core.Common.Version.csproj) (revision 08c1a9d855a1beecb7396a1e95b3bc83fe8c7065)
+++ Core/Common/src/Core.Common.Version/Core.Common.Version.csproj (.../Core.Common.Version.csproj) (revision 32b6fd759f8869ed81f96e496be41484fefd0a2d)
@@ -7,7 +7,7 @@
- cmd /c $(SolutionDir)\build\git_insert_hash.cmd $(SolutionDir)\Core\Common\src\Core.Common.Version GlobalAssembly.cs.svn GlobalAssembly.cs
+ cmd /c $(SolutionDir)\build\git_insert_hash.cmd $(SolutionDir)\Core\Common\src\Core.Common.Version GlobalAssembly.cs.template GlobalAssembly.cs
Fisheye: Tag 32b6fd759f8869ed81f96e496be41484fefd0a2d refers to a dead (removed) revision in file `Core/Common/src/Core.Common.Version/GlobalAssembly.cs.svn'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Core/Common/src/Core.Common.Version/GlobalAssembly.cs.template
===================================================================
diff -u
--- Core/Common/src/Core.Common.Version/GlobalAssembly.cs.template (revision 0)
+++ Core/Common/src/Core.Common.Version/GlobalAssembly.cs.template (revision 32b6fd759f8869ed81f96e496be41484fefd0a2d)
@@ -0,0 +1,40 @@
+// Copyright (C) Stichting Deltares 2017. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+//
+// All names, logos, and references to "Deltares" are registered trademarks of
+// Stichting Deltares and remain full property of Stichting Deltares at all times.
+// All rights reserved.
+
+using System;
+using System.Reflection;
+using System.Runtime.InteropServices;
+using System.Resources;
+
+[assembly: AssemblyCompany("Deltares")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCopyright("Copyright � Deltares 2017")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+[assembly: NeutralResourcesLanguage("nl-NL")]
+
+[assembly: ComVisible(false)]
+[assembly: CLSCompliant(false)]
+
+[assembly: AssemblyVersion("18.1.1.1")]
+[assembly: AssemblyFileVersion("18.1.1.1")]
+[assembly: AssemblyInformationalVersion("18.1.1.GITHASH")]
\ No newline at end of file