mirror of
https://github.com/aaru-dps/Aaru.Console.git
synced 2025-12-16 19:24:32 +00:00
Rename namespace.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{CCAA7AFE-C094-4D82-A66D-630DE8A3F545}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>DiscImageChef.Console</RootNamespace>
|
||||
<RootNamespace>Aaru.Console</RootNamespace>
|
||||
<AssemblyName>Aaru.Console</AssemblyName>
|
||||
<ReleaseVersion>$(Version)</ReleaseVersion>
|
||||
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
// Copyright © 2011-2020 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
namespace DiscImageChef.Console
|
||||
namespace Aaru.Console
|
||||
{
|
||||
public delegate void WriteLineHandler(string format, params object[] arg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user