LegacyContentMitigation: fixed culling issue

This commit is contained in:
NotAKidoS 2025-01-07 02:37:14 -06:00
parent 5c8c724b58
commit 5d77eb61a5
4 changed files with 17 additions and 1 deletions

View file

@ -27,6 +27,6 @@ using System.Reflection;
namespace NAK.LegacyContentMitigation.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.0.1";
public const string Version = "1.0.2";
public const string Author = "Exterrata & NotAKidoS";
}