Skip to content

Commit

Permalink
Updated the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
arjendeetman committed Apr 11, 2023
1 parent f4567df commit dbbd58e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
13 changes: 9 additions & 4 deletions SaladSlicer.Gh/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
// 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 <https://github.com/3DCP-TUe/SaladSlicer>.

// System Libs
using System.Reflection;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// 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")]
Expand All @@ -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")]
13 changes: 9 additions & 4 deletions SaladSlicer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
// 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 <https://github.com/3DCP-TUe/SaladSlicer>.

// System Libs
using System.Reflection;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// 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")]
Expand All @@ -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")]

0 comments on commit dbbd58e

Please sign in to comment.