Rename namespace.

This commit is contained in:
2020-02-27 00:33:24 +00:00
parent fcb02dec83
commit f88ccf06f5
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<SchemaVersion>2.0</SchemaVersion> <SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{CCAA7AFE-C094-4D82-A66D-630DE8A3F545}</ProjectGuid> <ProjectGuid>{CCAA7AFE-C094-4D82-A66D-630DE8A3F545}</ProjectGuid>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<RootNamespace>DiscImageChef.Console</RootNamespace> <RootNamespace>Aaru.Console</RootNamespace>
<AssemblyName>Aaru.Console</AssemblyName> <AssemblyName>Aaru.Console</AssemblyName>
<ReleaseVersion>$(Version)</ReleaseVersion> <ReleaseVersion>$(Version)</ReleaseVersion>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems> <EnableDefaultCompileItems>false</EnableDefaultCompileItems>

View File

@@ -30,7 +30,7 @@
// Copyright © 2011-2020 Natalia Portillo // Copyright © 2011-2020 Natalia Portillo
// ****************************************************************************/ // ****************************************************************************/
namespace DiscImageChef.Console namespace Aaru.Console
{ {
public delegate void WriteLineHandler(string format, params object[] arg); public delegate void WriteLineHandler(string format, params object[] arg);