feat: Add GitRepoRegistration cmdlets #5
5 changed files with 5 additions and 5 deletions
refactor: Remove missed byte order marks
commit
e1bd84c05e
|
|
@ -1,4 +1,4 @@
|
|||
using System.Globalization;
|
||||
using System.Globalization;
|
||||
using System.Text;
|
||||
|
||||
namespace ModuleCore.Calendar;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
using SQLite;
|
||||
using SQLite;
|
||||
|
||||
namespace ModuleCore.Database;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<Project>
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<VersionPrefix>0.0.1</VersionPrefix>
|
||||
<VersionSuffix>dev</VersionSuffix>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
using System.Collections.Concurrent;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Diagnostics;
|
||||
using ModuleCore.Database;
|
||||
using ModuleCore.Git.Models;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
namespace ModuleCore.Git.Models;
|
||||
namespace ModuleCore.Git.Models;
|
||||
|
||||
public class GitRegistration
|
||||
|
pascal_nulah marked this conversation as resolved
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue
todo: Document public model class