refactor: Remove missed byte order marks
This commit is contained in:
parent
3b1a4c7050
commit
e1bd84c05e
5 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace ModuleCore.Calendar;
|
namespace ModuleCore.Calendar;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
using SQLite;
|
using SQLite;
|
||||||
|
|
||||||
namespace ModuleCore.Database;
|
namespace ModuleCore.Database;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<Project>
|
<Project>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<VersionPrefix>0.0.1</VersionPrefix>
|
<VersionPrefix>0.0.1</VersionPrefix>
|
||||||
<VersionSuffix>dev</VersionSuffix>
|
<VersionSuffix>dev</VersionSuffix>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
using System.Collections.Concurrent;
|
using System.Collections.Concurrent;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using ModuleCore.Database;
|
using ModuleCore.Database;
|
||||||
using ModuleCore.Git.Models;
|
using ModuleCore.Git.Models;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
namespace ModuleCore.Git.Models;
|
namespace ModuleCore.Git.Models;
|
||||||
|
|
||||||
public class GitRegistration
|
public class GitRegistration
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue