diff --git a/ModpackUpdater.Apps.Client/ModpackUpdater.Apps.Client.csproj b/ModpackUpdater.Apps.Client/ModpackUpdater.Apps.Client.csproj index 921995d..95025c3 100644 --- a/ModpackUpdater.Apps.Client/ModpackUpdater.Apps.Client.csproj +++ b/ModpackUpdater.Apps.Client/ModpackUpdater.Apps.Client.csproj @@ -43,7 +43,8 @@ - + + diff --git a/ModpackUpdater.Apps.Manager/Features/Workspaces/GitLabRepo/GitLabRepoWorkspaceConfig.cs b/ModpackUpdater.Apps.Manager/Features/Workspaces/GitLabRepo/GitLabRepoWorkspaceConfig.cs index 8ac8cdd..f6c227f 100644 --- a/ModpackUpdater.Apps.Manager/Features/Workspaces/GitLabRepo/GitLabRepoWorkspaceConfig.cs +++ b/ModpackUpdater.Apps.Manager/Features/Workspaces/GitLabRepo/GitLabRepoWorkspaceConfig.cs @@ -1,5 +1,4 @@ using ModpackUpdater.Apps.Manager.Api.Model; -using Pilz.Configuration; namespace ModpackUpdater.Apps.Manager.Features.Workspaces.GitLabRepo; @@ -13,7 +12,7 @@ internal class GitLabRepoWorkspaceConfig : WorkspaceConfig public string? ApiToken { get; set; } - public long RepoId { get; set; } = -1L; + public long RepoId { get; set; } = 0L; public string RepoBranche { get; set; } = "master"; diff --git a/ModpackUpdater.Apps.Manager/Features/Workspaces/GitLabRepo/GitLabRepoWorkspaceConfigEditor.cs b/ModpackUpdater.Apps.Manager/Features/Workspaces/GitLabRepo/GitLabRepoWorkspaceConfigEditor.cs index 005fde5..ea7cf6d 100644 --- a/ModpackUpdater.Apps.Manager/Features/Workspaces/GitLabRepo/GitLabRepoWorkspaceConfigEditor.cs +++ b/ModpackUpdater.Apps.Manager/Features/Workspaces/GitLabRepo/GitLabRepoWorkspaceConfigEditor.cs @@ -26,7 +26,7 @@ internal partial class GitLabRepoWorkspaceConfigEditor : RadFlyoutBase, ILoadCon radTextBox_ApiToken.Text = settings.ApiToken; radSpinEditor_RepoId.Value = settings.RepoId; radTextBox_RepoBranche.Text = settings.RepoBranche; - radTextBox_FileLocInstallJson.Text = settings.InstanceUrl; + radTextBox_FileLocInstallJson.Text = settings.FileLocationInstallJson; radTextBox_FileLocUpdateJson.Text = settings.FileLocationUpdateJson; } diff --git a/ModpackUpdater.Apps.Manager/ModpackUpdater.Apps.Manager.csproj b/ModpackUpdater.Apps.Manager/ModpackUpdater.Apps.Manager.csproj index 1e5517b..38a1889 100644 --- a/ModpackUpdater.Apps.Manager/ModpackUpdater.Apps.Manager.csproj +++ b/ModpackUpdater.Apps.Manager/ModpackUpdater.Apps.Manager.csproj @@ -14,7 +14,8 @@ - + + diff --git a/ModpackUpdater.Apps/ModpackUpdater.Apps.csproj b/ModpackUpdater.Apps/ModpackUpdater.Apps.csproj index f53a387..38b6ff8 100644 --- a/ModpackUpdater.Apps/ModpackUpdater.Apps.csproj +++ b/ModpackUpdater.Apps/ModpackUpdater.Apps.csproj @@ -12,7 +12,8 @@ - + + diff --git a/NuGet.Config b/NuGet.Config index 99ddf3e..bf8f94d 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -1,3 +1,7 @@  + + + + \ No newline at end of file