From dbbd58ea54f5c56c79d62006ffcd861a60f6f09d Mon Sep 17 00:00:00 2001 From: Arjen Deetman Date: Tue, 11 Apr 2023 16:36:13 +0200 Subject: [PATCH] Updated the version number --- SaladSlicer.Gh/Properties/AssemblyInfo.cs | 13 +++++++++---- SaladSlicer/Properties/AssemblyInfo.cs | 13 +++++++++---- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/SaladSlicer.Gh/Properties/AssemblyInfo.cs b/SaladSlicer.Gh/Properties/AssemblyInfo.cs index 31e3819..659a6c3 100644 --- a/SaladSlicer.Gh/Properties/AssemblyInfo.cs +++ b/SaladSlicer.Gh/Properties/AssemblyInfo.cs @@ -1,4 +1,9 @@ -// System Libs +// This file is part of SaladSlicer. SaladSlicer is licensed +// under the terms of GNU Lesser General Public License as published +// by the Free Software Foundation. For more information and the +// LICENSE file, see . + +// System Libs using System.Reflection; using System.Runtime.InteropServices; @@ -6,7 +11,7 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Salad Slicer")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("An open-source slicer toolkit developed for 3D concrete printing.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("3DCP Research Group at Eindhoven University of Technology")] [assembly: AssemblyProduct("Salad Slicer")] @@ -32,5 +37,5 @@ // 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("0.4.0.0")] -[assembly: AssemblyFileVersion("0.4.0.0")] +[assembly: AssemblyVersion("0.4.0")] +[assembly: AssemblyFileVersion("0.4.0")] \ No newline at end of file diff --git a/SaladSlicer/Properties/AssemblyInfo.cs b/SaladSlicer/Properties/AssemblyInfo.cs index 84723cf..69351e9 100644 --- a/SaladSlicer/Properties/AssemblyInfo.cs +++ b/SaladSlicer/Properties/AssemblyInfo.cs @@ -1,4 +1,9 @@ -// System Libs +// This file is part of SaladSlicer. SaladSlicer is licensed +// under the terms of GNU Lesser General Public License as published +// by the Free Software Foundation. For more information and the +// LICENSE file, see . + +// System Libs using System.Reflection; using System.Runtime.InteropServices; @@ -6,7 +11,7 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Salad Slicer")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("An open-source slicer toolkit developed for 3D concrete printing.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("3DCP Research Group at Eindhoven University of Technology")] [assembly: AssemblyProduct("Salad Slicer")] @@ -32,5 +37,5 @@ // 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("0.4.0.0")] -[assembly: AssemblyFileVersion("0.4.0.0")] +[assembly: AssemblyVersion("0.4.0")] +[assembly: AssemblyFileVersion("0.4.0")]