re-organze namespace

This commit is contained in:
2024-09-06 08:45:36 +02:00
parent 939c87820f
commit 3625962a27
60 changed files with 401 additions and 212 deletions

View File

@@ -1,6 +1,4 @@
using ModpackUpdater.Model;
namespace ModpackUpdater.Manager;
namespace ModpackUpdater.Manager;
public static class Extensions
{

View File

@@ -1,5 +1,4 @@
using ModpackUpdater.Model;
using Unleash;
using Unleash;
using Unleash.ClientFactory;
namespace ModpackUpdater;

View File

@@ -1,5 +1,4 @@
using ModpackUpdater.Model;
using Newtonsoft.Json;
using Newtonsoft.Json;
using Octokit;
using System.IO.Compression;
using System.Text.RegularExpressions;

View File

@@ -12,7 +12,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ModpackUpdater.Model\ModpackUpdater.Model.csproj" />
<ProjectReference Include="..\ModpackUpdater\ModpackUpdater.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,6 +1,4 @@
using ModpackUpdater.Model;
namespace ModpackUpdater.Manager;
namespace ModpackUpdater.Manager;
public class UpdateCheckOptions
{

View File

@@ -1,6 +1,4 @@
using ModpackUpdater.Model;
namespace ModpackUpdater.Manager;
namespace ModpackUpdater.Manager;
public class UpdateCheckResult
{