diff --git a/src/LibHac.NSZ.Test/LibHac.NSZ.Test.csproj b/src/LibHac.NSZ.Test/LibHac.NSZ.Test.csproj index f2d9073..9f865ba 100644 --- a/src/LibHac.NSZ.Test/LibHac.NSZ.Test.csproj +++ b/src/LibHac.NSZ.Test/LibHac.NSZ.Test.csproj @@ -10,13 +10,13 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/LibHac.NSZ/LibHac.NSZ.csproj b/src/LibHac.NSZ/LibHac.NSZ.csproj index fcf3987..25bcfcd 100644 --- a/src/LibHac.NSZ/LibHac.NSZ.csproj +++ b/src/LibHac.NSZ/LibHac.NSZ.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/NxFileViewer.Test/NxFileViewer.Test.csproj b/src/NxFileViewer.Test/NxFileViewer.Test.csproj index eeb412b..fb24011 100644 --- a/src/NxFileViewer.Test/NxFileViewer.Test.csproj +++ b/src/NxFileViewer.Test/NxFileViewer.Test.csproj @@ -8,13 +8,13 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/NxFileViewer/NxFileViewer.csproj b/src/NxFileViewer/NxFileViewer.csproj index 2317a43..9b2596c 100644 --- a/src/NxFileViewer/NxFileViewer.csproj +++ b/src/NxFileViewer/NxFileViewer.csproj @@ -47,9 +47,9 @@ - - - + + + diff --git a/src/NxFileViewer/Settings/AppSettings.cs b/src/NxFileViewer/Settings/AppSettings.cs index 4fe4a42..bfafcbc 100644 --- a/src/NxFileViewer/Settings/AppSettings.cs +++ b/src/NxFileViewer/Settings/AppSettings.cs @@ -17,8 +17,8 @@ public class AppSettings : NotifyPropertyChangedBase, IAppSettings private string _titleKeysDownloadUrl = ""; private bool _alwaysReloadKeysBeforeOpen = false; - private string _titlePageUrl = "https://tinfoil.media/Title/{TitleId}"; - private string _titleInfoApiUrl = "https://tinfoil.media/api/title/{TitleId}"; + private string _titlePageUrl = "https://tinfoil.io/Title/{TitleId}"; + private string _titleInfoApiUrl = "https://tinfoil.io/api/title/{TitleId}"; private string _lastUsedDir = ""; private bool _allowNczBlocklessCompressionOpening = true; private bool _acceptMissingDeltaFragments = true;