forked from goatcorp/FFXIVQuickLauncher
-
Notifications
You must be signed in to change notification settings - Fork 25
New integrity #204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
New integrity #204
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Goat -> Otter
…ter reliability and no admin requirement
… for better reliability and no admin requirement" This reverts commit d3c96a4.
* Commit upgrade plan * Update to .NET 10.0 in XIVLauncher.Common.csproj Changed the target framework in XIVLauncher.Common.csproj from net8.0 to net10.0. Also, the FfxivArgLauncher subproject reference was updated to a '-dirty' state, indicating local modifications. No other changes were made. * Update NuGet package versions in XIVLauncher.Common.csproj Updated several NuGet package references in XIVLauncher.Common.csproj: Newtonsoft.Json was upgraded from 13.0.3 to 13.0.4, System.Management from 6.0.0 to 10.0.1, and System.Text.Json from 8.0.5 to 10.0.1. The System.Memory and System.Security.Principal.Windows packages were removed. Additionally, the FfxivArgLauncher subproject was marked as dirty. * Remove System.Text.Json package from XIVLauncher.Common The System.Text.Json package reference was removed from XIVLauncher.Common.csproj. Additionally, the FfxivArgLauncher subproject was marked as dirty, indicating local changes. No other significant changes were made. * Update to .NET 10.0 and mark FfxivArgLauncher as dirty Changed target framework in XIVLauncher.Common.Windows.csproj from net8.0-windows to net10.0-windows, indicating an upgrade to .NET 10.0. Also marked the FfxivArgLauncher subproject as 'dirty' by updating its commit reference. No other code changes were made. * Remove Microsoft.Win32.Registry package reference The Microsoft.Win32.Registry package reference was removed from XIVLauncher.Common.Windows.csproj. Additionally, the FfxivArgLauncher subproject was marked as dirty, indicating local changes. No other modifications were made. * Update to .NET 10.0 and mark FfxivArgLauncher as dirty Upgraded the target framework in XIVLauncher.PatchInstaller.csproj from net8.0-windows to net10.0-windows. Additionally, the FfxivArgLauncher subproject was marked as dirty by appending '-dirty' to its commit reference. No other changes were made. * Update package versions in PatchInstaller project Updated Newtonsoft.Json to version 13.0.4 and System.Threading.Channels to 10.0.1 in XIVLauncher.PatchInstaller.csproj. Also, the FfxivArgLauncher subproject reference was marked as dirty, indicating local changes. No other significant changes were made. * Remove System.Threading.Channels dependency Removed the System.Threading.Channels package reference from XIVLauncher.PatchInstaller.csproj. Also, the FfxivArgLauncher subproject was marked as dirty, indicating local changes not yet committed. No other significant changes were made. * Update to .NET 10.0 in XIVLauncher.ArgReader.csproj Changed the target framework in XIVLauncher.ArgReader.csproj from net8.0 to net10.0. Also, the FfxivArgLauncher subproject reference was updated to a '-dirty' state, indicating local modifications. No other changes were made. * Update package versions in XIVLauncher.ArgReader.csproj Upgraded Newtonsoft.Json from 13.0.3 to 13.0.4 and System.Threading.Channels from 8.0.0 to 10.0.1 in XIVLauncher.ArgReader.csproj. Also, the FfxivArgLauncher subproject reference was marked as dirty, indicating local changes. No other modifications were made. * Remove System.Threading.Channels dependency The System.Threading.Channels package reference was removed from XIVLauncher.ArgReader.csproj. Additionally, the FfxivArgLauncher subproject was marked as dirty, but no code changes were made to it. * Update to .NET 10.0 in XIVLauncher.Common.Unix.csproj Changed the target framework in XIVLauncher.Common.Unix.csproj from net8.0 to net10.0. Also, the FfxivArgLauncher subproject reference was updated to a '-dirty' state, indicating local modifications. * Update test project to .NET 10.0 and mark submodule dirty Changed the target framework in XIVLauncher.Common.Tests.csproj from net8.0 to net10.0, upgrading the test project to a newer .NET version. Also, the FfxivArgLauncher submodule was marked as dirty, indicating local changes. * Update target framework to net10.0-windows in XIVLauncher.csproj Changed the target framework in XIVLauncher.csproj from net8.0-windows10.0.22000.0 to net10.0-windows, indicating an upgrade to a newer .NET version. Also, the FfxivArgLauncher subproject reference was marked as dirty, suggesting local changes in that submodule. No other significant changes were made. * Update NuGet package versions in XIVLauncher.csproj Upgraded several NuGet package dependencies in XIVLauncher.csproj, including AdysTech.CredentialManager (1.8.0 → 2.6.0), Extended.Wpf.Toolkit (3.5.0 → 5.0.0), Microsoft.CSharp (4.5.0 → 4.7.0), System.Collections.Immutable (1.5.0 → 10.0.1), System.Drawing.Common (8.0.10 → 10.0.1), and System.Text.Encodings.Web (8.0.0 → 10.0.1). Also, the FfxivArgLauncher subproject was marked as dirty. No other functional changes were made. * Remove unused package references from XIVLauncher.csproj Cleaned up the XIVLauncher.csproj by removing unnecessary package references: Microsoft.CSharp, System.Collections.Immutable, System.Drawing.Common, and System.Text.Encodings.Web. Also, the FfxivArgLauncher subproject was marked as dirty, indicating local changes. No functional code changes were made. * Added Microsoft.Windows.SDK.NET.Ref 10.0.26100.81 PackageReference to resolve Windows Security WinRT APIs for Windows Hello. * Update TargetFramework * Update arg launcher
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.