feat: Add GitRepoRegistration cmdlets #5

Merged
pascal_nulah merged 69 commits from feature/git-provider into dev 2026-09-06 09:33:36 +10:00
5 changed files with 5 additions and 5 deletions
Showing only changes of commit e1bd84c05e - Show all commits

refactor: Remove missed byte order marks

Scott 2026-09-05 12:26:34 +10:00

View file

@ -1,4 +1,4 @@
using System.Globalization;
using System.Globalization;
using System.Text;
namespace ModuleCore.Calendar;

View file

@ -1,4 +1,4 @@
using SQLite;
using SQLite;
namespace ModuleCore.Database;

View file

@ -1,4 +1,4 @@
<Project>
<Project>
<PropertyGroup>
<VersionPrefix>0.0.1</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>

View file

@ -1,4 +1,4 @@
using System.Collections.Concurrent;
using System.Collections.Concurrent;
using System.Diagnostics;
using ModuleCore.Database;
using ModuleCore.Git.Models;

View file

@ -1,4 +1,4 @@
namespace ModuleCore.Git.Models;
namespace ModuleCore.Git.Models;
public class GitRegistration
pascal_nulah marked this conversation as resolved

todo: Document public model class

todo: Document public model class
{