CVRLuaToolsExtension: Fixed tracking of lua components on multiple of same asset with same Instance Id

This commit is contained in:
NotAKidoS 2024-08-17 07:33:20 -05:00
parent 6810bcf021
commit db87288da6
5 changed files with 55 additions and 62 deletions

View file

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