Skip to content

Commit

Permalink
Made non-pub asm compilation name the same long-a** name in XML, as p…
Browse files Browse the repository at this point in the history
…er Evil's request.
  • Loading branch information
TBN-MapleWheels committed Oct 24, 2023
1 parent 6452fa0 commit 17e6aec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public sealed class RunConfig
/// <summary>
/// Compiles the mod using non-publicized assemblies.
/// </summary>
[XmlElement(ElementName = "UseNonPubAssemblies")]
[XmlElement(ElementName = "UseNonPublicizedAssemblies")]
[DefaultValue(false)]
public bool UseNonPublicizedAssemblies { get; set; }

Expand Down

0 comments on commit 17e6aec

Please sign in to comment.