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

Commit

Permalink
upd - Updated the rest of the namespaces
Browse files Browse the repository at this point in the history
---

Type: upd
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Jan 22, 2024
1 parent 31c8d52 commit 6a9c104
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DocGen/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"src": [
{
"files": [ "Terminaux.TermInfo/**.csproj" ],
"files": [ "src/Terminaux.TermInfo/**.csproj" ],
"src": ".."
}
],
Expand Down
4 changes: 2 additions & 2 deletions src/Terminaux.TermInfo.Cli/Templates/TermInfoCaps.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// </auto-generated>
//------------------------------------------------------------------------------

namespace TermInfo
namespace Terminaux.TermInfo
{
/// <summary>
/// Represents known terminfo capabilities.
Expand Down Expand Up @@ -53,4 +53,4 @@ namespace TermInfo
{{~ end ~}}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace TermInfo
namespace Terminaux.TermInfo
{
public sealed partial class TermInfoDesc
{
Expand Down
2 changes: 1 addition & 1 deletion src/Terminaux.TermInfo/TermInfoCaps.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// </auto-generated>
//------------------------------------------------------------------------------

namespace TermInfo
namespace Terminaux.TermInfo
{
/// <summary>
/// Represents known terminfo capabilities.
Expand Down
2 changes: 1 addition & 1 deletion src/Terminaux.TermInfo/TermInfoDesc.Generated.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace TermInfo
namespace Terminaux.TermInfo
{
public sealed partial class TermInfoDesc
{
Expand Down
2 changes: 1 addition & 1 deletion src/Terminaux.TermInfo/TermInfoDesc.Static.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
using System.IO;
using Terminaux.TermInfo;

namespace TermInfo
namespace Terminaux.TermInfo
{
/// <summary>
/// Represents a parsed terminfo description.
Expand Down
2 changes: 1 addition & 1 deletion src/Terminaux.TermInfo/TermInfoDesc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

using Terminaux.TermInfo;

namespace TermInfo
namespace Terminaux.TermInfo
{
/// <summary>
/// Represents a parsed terminfo description.
Expand Down

0 comments on commit 6a9c104

Please sign in to comment.