diff --git a/MinecraftUSkinEditor/Properties/AssemblyInfo.cs b/MinecraftUSkinEditor/Properties/AssemblyInfo.cs index ea7c0f71..da6bd1c3 100644 --- a/MinecraftUSkinEditor/Properties/AssemblyInfo.cs +++ b/MinecraftUSkinEditor/Properties/AssemblyInfo.cs @@ -15,7 +15,6 @@ using System.Security.Permissions; [assembly: AssemblyCopyright("Copyright © 2021")] [assembly: AssemblyTrademark("PCK Studio")] [assembly: AssemblyCulture("")] -[assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. @@ -34,6 +33,6 @@ using System.Security.Permissions; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("5.3.0.0")] +[assembly: AssemblyVersion("6.4.0.0")] [assembly: AssemblyFileVersion("6.4.0.0")] [assembly: NeutralResourcesLanguage("")]