Upgrade to 4.4 | change login URL to mistox.com

This commit is contained in:
2025-05-26 18:57:21 -07:00
parent d13d869c77
commit add55ddfab
1167 changed files with 2804 additions and 112 deletions
@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Test")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b410345c18ec0f4eca17d0240161b0de5e73e4dc")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d13d869c77c261b1c7597b3b08dd881bd8870eff")]
[assembly: System.Reflection.AssemblyProductAttribute("Test")]
[assembly: System.Reflection.AssemblyTitleAttribute("Test")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
@@ -1 +1 @@
52fa786061ead691e37192045ba944a82a192a1506f52a713be04954f27f99d8
a824c2f5bd6e2fcad5d615d54457dba269b8e68a017087a693c6cf3f8a29e3a9
@@ -4,7 +4,7 @@ build_property.GodotProjectDir = /home/derek/Desktop/PolyphiaGame/
build_property.GodotProjectDirBase64 =
build_property.GodotSourceGenerators =
build_property.IsGodotToolsProject =
build_property.TargetFramework = net6.0
build_property.TargetFramework = net8.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
@@ -16,5 +16,5 @@ build_property.RootNamespace = Test
build_property.ProjectDir = /home/derek/Desktop/PolyphiaGame/
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 6.0
build_property.EffectiveAnalysisLevelStyle = 8.0
build_property.EnableCodeStyleSeverity =
Binary file not shown.
@@ -0,0 +1 @@
2cb06389087c4f73fa0a1f1dd6b5be2aabbfe1499ca7f0da60fb1586c9ebcd90
@@ -0,0 +1,20 @@
/home/derek/Desktop/PolyphiaGame/.godot/mono/temp/bin/Debug/Test.deps.json
/home/derek/Desktop/PolyphiaGame/.godot/mono/temp/bin/Debug/Test.runtimeconfig.json
/home/derek/Desktop/PolyphiaGame/.godot/mono/temp/bin/Debug/Test.dll
/home/derek/Desktop/PolyphiaGame/.godot/mono/temp/bin/Debug/Test.pdb
/home/derek/Desktop/PolyphiaGame/.godot/mono/temp/bin/Debug/GodotSharp.dll
/home/derek/Desktop/PolyphiaGame/.godot/mono/temp/bin/Debug/GodotSharpEditor.dll
/home/derek/Desktop/PolyphiaGame/.godot/mono/temp/bin/Debug/MsgPack.dll
/home/derek/Desktop/PolyphiaGame/.godot/mono/temp/bin/Debug/Newtonsoft.Json.dll
/home/derek/Desktop/PolyphiaGame/.godot/mono/temp/bin/Debug/System.CodeDom.dll
/home/derek/Desktop/PolyphiaGame/.godot/mono/temp/obj/Debug/Test.csproj.AssemblyReference.cache
/home/derek/Desktop/PolyphiaGame/.godot/mono/temp/obj/Debug/Test.GeneratedMSBuildEditorConfig.editorconfig
/home/derek/Desktop/PolyphiaGame/.godot/mono/temp/obj/Debug/Test.AssemblyInfoInputs.cache
/home/derek/Desktop/PolyphiaGame/.godot/mono/temp/obj/Debug/Test.AssemblyInfo.cs
/home/derek/Desktop/PolyphiaGame/.godot/mono/temp/obj/Debug/Test.csproj.CoreCompileInputs.cache
/home/derek/Desktop/PolyphiaGame/.godot/mono/temp/obj/Debug/Test.csproj.Up2Date
/home/derek/Desktop/PolyphiaGame/.godot/mono/temp/obj/Debug/Test.dll
/home/derek/Desktop/PolyphiaGame/.godot/mono/temp/obj/Debug/refint/Test.dll
/home/derek/Desktop/PolyphiaGame/.godot/mono/temp/obj/Debug/Test.pdb
/home/derek/Desktop/PolyphiaGame/.godot/mono/temp/obj/Debug/Test.genruntimeconfig.cache
/home/derek/Desktop/PolyphiaGame/.godot/mono/temp/obj/Debug/ref/Test.dll
Binary file not shown.
@@ -0,0 +1 @@
3662255b9a9e18c8265ca761cf2c8d01684bec235057bc0fa74979627e9235a6
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -17,15 +17,15 @@
"/home/derek/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net6.0"
"net8.0"
],
"sources": {
"/usr/share/dotnet/library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {}
}
},
@@ -39,23 +39,23 @@
"auditLevel": "low",
"auditMode": "direct"
},
"SdkAnalysisLevel": "9.0.200"
"SdkAnalysisLevel": "9.0.300"
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"net8.0": {
"targetAlias": "net8.0",
"dependencies": {
"Godot.SourceGenerators": {
"target": "Package",
"version": "[4.3.0, )"
"version": "[4.4.1, )"
},
"GodotSharp": {
"target": "Package",
"version": "[4.3.0, )"
"version": "[4.4.1, )"
},
"GodotSharpEditor": {
"target": "Package",
"version": "[4.3.0, )"
"version": "[4.4.1, )"
},
"MsgPack.Cli": {
"target": "Package",
@@ -80,7 +80,11 @@
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Ref",
"version": "[6.0.36, 6.0.36]"
"version": "[8.0.16, 8.0.16]"
},
{
"name": "Microsoft.NETCore.App.Ref",
"version": "[8.0.16, 8.0.16]"
}
],
"frameworkReferences": {
@@ -88,7 +92,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/9.0.203/RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/9.0.300/PortableRuntimeIdentifierGraph.json"
}
}
}
@@ -7,12 +7,12 @@
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/derek/.nuget/packages/</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/derek/.nuget/packages/</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.13.2</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.14.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="/home/derek/.nuget/packages/" />
</ItemGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)godot.sourcegenerators/4.3.0/build/Godot.SourceGenerators.props" Condition="Exists('$(NuGetPackageRoot)godot.sourcegenerators/4.3.0/build/Godot.SourceGenerators.props')" />
<Import Project="$(NuGetPackageRoot)godot.sourcegenerators/4.4.1/build/Godot.SourceGenerators.props" Condition="Exists('$(NuGetPackageRoot)godot.sourcegenerators/4.4.1/build/Godot.SourceGenerators.props')" />
</ImportGroup>
</Project>
+44 -40
View File
@@ -1,38 +1,38 @@
{
"version": 3,
"targets": {
"net6.0": {
"Godot.SourceGenerators/4.3.0": {
"net8.0": {
"Godot.SourceGenerators/4.4.1": {
"type": "package",
"build": {
"build/Godot.SourceGenerators.props": {}
}
},
"GodotSharp/4.3.0": {
"GodotSharp/4.4.1": {
"type": "package",
"compile": {
"lib/net6.0/GodotSharp.dll": {
"lib/net8.0/GodotSharp.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net6.0/GodotSharp.dll": {
"lib/net8.0/GodotSharp.dll": {
"related": ".xml"
}
}
},
"GodotSharpEditor/4.3.0": {
"GodotSharpEditor/4.4.1": {
"type": "package",
"dependencies": {
"GodotSharp": "4.3.0"
"GodotSharp": "4.4.1"
},
"compile": {
"lib/net6.0/GodotSharpEditor.dll": {
"lib/net8.0/GodotSharpEditor.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/net6.0/GodotSharpEditor.dll": {
"lib/net8.0/GodotSharpEditor.dll": {
"related": ".xml"
}
}
@@ -293,43 +293,43 @@
}
},
"libraries": {
"Godot.SourceGenerators/4.3.0": {
"sha512": "fLDNOAo/kpL1JtGXP6b2M48dobzb5YmKSRLXKDt+td8qegu0Ao3H25avoySVmrb52d7zpe8yvgMwba7QMhqnqQ==",
"Godot.SourceGenerators/4.4.1": {
"sha512": "V/cuX41BxippWGD79zrP2bhqfXkuyiy9OFuCkTu3flo7I6STSJca637TL2phe7rzROIFre0vQR1+PAMdsjO3zg==",
"type": "package",
"path": "godot.sourcegenerators/4.3.0",
"path": "godot.sourcegenerators/4.4.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"analyzers/dotnet/cs/Godot.SourceGenerators.dll",
"build/Godot.SourceGenerators.props",
"godot.sourcegenerators.4.3.0.nupkg.sha512",
"godot.sourcegenerators.4.4.1.nupkg.sha512",
"godot.sourcegenerators.nuspec"
]
},
"GodotSharp/4.3.0": {
"sha512": "mEwRmNIG2k/yPfkFencEkNVXpHCa+uETHkIQcq0MxcsfwJQZ4HueFU5Q9CYDIdd5YrRPqjwuyxbsuD6Je8lfdQ==",
"GodotSharp/4.4.1": {
"sha512": "ghnQEo5LikQPfbCYcVxje8epffNCiyNG4zvGWUDRZRC1O+653+yqG3wdxk3+5RZsA3jaRuGKRavsGcnhLKe12g==",
"type": "package",
"path": "godotsharp/4.3.0",
"path": "godotsharp/4.4.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"godotsharp.4.3.0.nupkg.sha512",
"godotsharp.4.4.1.nupkg.sha512",
"godotsharp.nuspec",
"lib/net6.0/GodotSharp.dll",
"lib/net6.0/GodotSharp.xml"
"lib/net8.0/GodotSharp.dll",
"lib/net8.0/GodotSharp.xml"
]
},
"GodotSharpEditor/4.3.0": {
"sha512": "r7A3lszHS9/gIWoOb7w+MNtEjrD/NRX+9ACHq01GD2+lctu6eHsmlSTA0Ah1bjJDKs9rDZeSq+42zwXvtBsPzQ==",
"GodotSharpEditor/4.4.1": {
"sha512": "cc3nA24r/sjW8KxrNqfSQk4CQMQYcg/kYk5935R88IhGBdRuTH4miaBXPlzR/td5GR8i1oGtCMWyW8axpQ0DxA==",
"type": "package",
"path": "godotsharpeditor/4.3.0",
"path": "godotsharpeditor/4.4.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"godotsharpeditor.4.3.0.nupkg.sha512",
"godotsharpeditor.4.4.1.nupkg.sha512",
"godotsharpeditor.nuspec",
"lib/net6.0/GodotSharpEditor.dll",
"lib/net6.0/GodotSharpEditor.xml"
"lib/net8.0/GodotSharpEditor.dll",
"lib/net8.0/GodotSharpEditor.xml"
]
},
"Microsoft.NETCore.Platforms/1.1.0": {
@@ -1262,10 +1262,10 @@
}
},
"projectFileDependencyGroups": {
"net6.0": [
"Godot.SourceGenerators >= 4.3.0",
"GodotSharp >= 4.3.0",
"GodotSharpEditor >= 4.3.0",
"net8.0": [
"Godot.SourceGenerators >= 4.4.1",
"GodotSharp >= 4.4.1",
"GodotSharpEditor >= 4.4.1",
"MsgPack.Cli >= 1.0.1",
"Newtonsoft.Json >= 13.0.3"
]
@@ -1286,15 +1286,15 @@
"/home/derek/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net6.0"
"net8.0"
],
"sources": {
"/usr/share/dotnet/library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {}
}
},
@@ -1308,23 +1308,23 @@
"auditLevel": "low",
"auditMode": "direct"
},
"SdkAnalysisLevel": "9.0.200"
"SdkAnalysisLevel": "9.0.300"
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"net8.0": {
"targetAlias": "net8.0",
"dependencies": {
"Godot.SourceGenerators": {
"target": "Package",
"version": "[4.3.0, )"
"version": "[4.4.1, )"
},
"GodotSharp": {
"target": "Package",
"version": "[4.3.0, )"
"version": "[4.4.1, )"
},
"GodotSharpEditor": {
"target": "Package",
"version": "[4.3.0, )"
"version": "[4.4.1, )"
},
"MsgPack.Cli": {
"target": "Package",
@@ -1349,7 +1349,11 @@
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Ref",
"version": "[6.0.36, 6.0.36]"
"version": "[8.0.16, 8.0.16]"
},
{
"name": "Microsoft.NETCore.App.Ref",
"version": "[8.0.16, 8.0.16]"
}
],
"frameworkReferences": {
@@ -1357,7 +1361,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/9.0.203/RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/9.0.300/PortableRuntimeIdentifierGraph.json"
}
}
}
+6 -5
View File
@@ -1,12 +1,12 @@
{
"version": 2,
"dgSpecHash": "L5hG2z1zRX8=",
"dgSpecHash": "OKGWI4s12q4=",
"success": true,
"projectFilePath": "/home/derek/Desktop/PolyphiaGame/Test.csproj",
"expectedPackageFiles": [
"/home/derek/.nuget/packages/godot.sourcegenerators/4.3.0/godot.sourcegenerators.4.3.0.nupkg.sha512",
"/home/derek/.nuget/packages/godotsharp/4.3.0/godotsharp.4.3.0.nupkg.sha512",
"/home/derek/.nuget/packages/godotsharpeditor/4.3.0/godotsharpeditor.4.3.0.nupkg.sha512",
"/home/derek/.nuget/packages/godot.sourcegenerators/4.4.1/godot.sourcegenerators.4.4.1.nupkg.sha512",
"/home/derek/.nuget/packages/godotsharp/4.4.1/godotsharp.4.4.1.nupkg.sha512",
"/home/derek/.nuget/packages/godotsharpeditor/4.4.1/godotsharpeditor.4.4.1.nupkg.sha512",
"/home/derek/.nuget/packages/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg.sha512",
"/home/derek/.nuget/packages/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg.sha512",
"/home/derek/.nuget/packages/msgpack.cli/1.0.1/msgpack.cli.1.0.1.nupkg.sha512",
@@ -25,7 +25,8 @@
"/home/derek/.nuget/packages/system.runtime.extensions/4.3.0/system.runtime.extensions.4.3.0.nupkg.sha512",
"/home/derek/.nuget/packages/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg.sha512",
"/home/derek/.nuget/packages/system.threading.tasks/4.3.0/system.threading.tasks.4.3.0.nupkg.sha512",
"/home/derek/.nuget/packages/microsoft.aspnetcore.app.ref/6.0.36/microsoft.aspnetcore.app.ref.6.0.36.nupkg.sha512"
"/home/derek/.nuget/packages/microsoft.netcore.app.ref/8.0.16/microsoft.netcore.app.ref.8.0.16.nupkg.sha512",
"/home/derek/.nuget/packages/microsoft.aspnetcore.app.ref/8.0.16/microsoft.aspnetcore.app.ref.8.0.16.nupkg.sha512"
],
"logs": []
}