From 3daf5862c5d3001fc2444d6c0a3836bf6b21d828 Mon Sep 17 00:00:00 2001 From: Saalvage <29021710+Saalvage@users.noreply.github.com> Date: Sun, 17 Jan 2021 02:15:28 +0100 Subject: [PATCH] v0.1.0.8 --- CBRE.Editor/Properties/AssemblyInfo.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CBRE.Editor/Properties/AssemblyInfo.cs b/CBRE.Editor/Properties/AssemblyInfo.cs index e0403841b..d77d645a4 100644 --- a/CBRE.Editor/Properties/AssemblyInfo.cs +++ b/CBRE.Editor/Properties/AssemblyInfo.cs @@ -4,12 +4,12 @@ // 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("CBRE")] -[assembly: AssemblyDescription("CBRE")] +[assembly: AssemblyTitle("CBRE.Editor")] +[assembly: AssemblyDescription("Containment Breach Room Editor")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("CBRE")] +[assembly: AssemblyCompany("")] [assembly: AssemblyProduct("CBRE")] -[assembly: AssemblyCopyright("Copyright © juanjp600 2020, based on Sledge by http://logic-and-trick.com 2014")] +[assembly: AssemblyCopyright("Copyright © juanjp600 2021, based on Sledge by http://logic-and-trick.com 2014")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -31,5 +31,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.1.0.7")] -[assembly: AssemblyFileVersion("0.1.0.7")] +[assembly: AssemblyVersion("0.1.0.8")] +[assembly: AssemblyFileVersion("0.1.0.8")]