bump packages

This commit is contained in:
DismissedLight
2024-06-23 12:20:54 +08:00
parent eeffa446a2
commit b4f7bf934e
2 changed files with 2 additions and 4 deletions

View File

@@ -38,12 +38,10 @@ internal sealed class IslandGameFpsUnlocker : GameFpsUnlocker
while (await timer.WaitForNextTickAsync(token).ConfigureAwait(false))
{
context.Logger.LogInformation("context.GameProcess.HasExited: {Value}", context.GameProcess.HasExited);
context.Logger.LogInformation("context.FpsAddress: {Value}", context.FpsAddress);
if (!context.GameProcess.HasExited && context.FpsAddress != 0U)
{
IslandState state = UpdateIslandEnvironment(handle, context, launchOptions);
context.Logger.LogDebug("Island Environment State: {State}", state);
context.Report();
}
else

View File

@@ -338,7 +338,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Snap.Hutao.Elevated.Launcher.Runtime" Version="1.1.2">
<PackageReference Include="Snap.Hutao.Elevated.Launcher.Runtime" Version="1.2.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
@@ -346,7 +346,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Snap.Hutao.UnlockerIsland" Version="1.0.1">
<PackageReference Include="Snap.Hutao.UnlockerIsland" Version="1.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>