Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
v0.1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Saalvage committed Jan 17, 2021
1 parent f96b3fa commit 3daf586
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CBRE.Editor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand All @@ -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")]

0 comments on commit 3daf586

Please sign in to comment.