mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
CVRLuaToolsExtension: Fixed tracking of lua components on multiple of same asset with same Instance Id
This commit is contained in:
parent
6810bcf021
commit
db87288da6
5 changed files with 55 additions and 62 deletions
|
@ -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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue