From 1ecbb13692e882c37d3e100aa49aec4fb6e432d2 Mon Sep 17 00:00:00 2001
From: AndnixSH <40742924+AndnixSH@users.noreply.github.com>
Date: Thu, 30 Jan 2025 12:08:05 +0100
Subject: [PATCH] 3.3.1.5
---
APKToolGUI/FodyWeavers.xsd | 43 ++++++++++++++++++++++++---
APKToolGUI/Properties/AssemblyInfo.cs | 4 +--
2 files changed, 41 insertions(+), 6 deletions(-)
diff --git a/APKToolGUI/FodyWeavers.xsd b/APKToolGUI/FodyWeavers.xsd
index 05e92c1..f2dbece 100644
--- a/APKToolGUI/FodyWeavers.xsd
+++ b/APKToolGUI/FodyWeavers.xsd
@@ -29,12 +29,27 @@
- A list of unmanaged 32 bit assembly names to include, delimited with line breaks.
+ Obsolete, use UnmanagedWinX86Assemblies instead
+
+
+
+
+ A list of unmanaged X86 (32 bit) assembly names to include, delimited with line breaks.
- A list of unmanaged 64 bit assembly names to include, delimited with line breaks.
+ Obsolete, use UnmanagedWinX64Assemblies instead.
+
+
+
+
+ A list of unmanaged X64 (64 bit) assembly names to include, delimited with line breaks.
+
+
+
+
+ A list of unmanaged Arm64 (64 bit) assembly names to include, delimited with line breaks.
@@ -73,6 +88,11 @@
As part of Costura, embedded assemblies are no longer included as part of the build. This cleanup can be turned off.
+
+
+ The attach method no longer subscribes to the `AppDomain.AssemblyResolve` (.NET 4.x) and `AssemblyLoadContext.Resolving` (.NET 6.0+) events.
+
+
Costura by default will load as part of the module initialization. This flag disables that behavior. Make sure you call CosturaUtility.Initialize() somewhere in your code.
@@ -105,12 +125,27 @@
- A list of unmanaged 32 bit assembly names to include, delimited with |.
+ Obsolete, use UnmanagedWinX86Assemblies instead
+
+
+
+
+ A list of unmanaged X86 (32 bit) assembly names to include, delimited with |.
- A list of unmanaged 64 bit assembly names to include, delimited with |.
+ Obsolete, use UnmanagedWinX64Assemblies instead
+
+
+
+
+ A list of unmanaged X64 (64 bit) assembly names to include, delimited with |.
+
+
+
+
+ A list of unmanaged Arm64 (64 bit) assembly names to include, delimited with |.
diff --git a/APKToolGUI/Properties/AssemblyInfo.cs b/APKToolGUI/Properties/AssemblyInfo.cs
index b300a21..c7a6eb9 100644
--- a/APKToolGUI/Properties/AssemblyInfo.cs
+++ b/APKToolGUI/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// Можно задать все значения или принять номер построения и номер редакции по умолчанию,
// используя "*", как показано ниже:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("3.3.1.4")]
-[assembly: AssemblyFileVersion("3.3.1.4")]
+[assembly: AssemblyVersion("3.3.1.5")]
+[assembly: AssemblyFileVersion("3.3.1.5")]