Changed version of redirectlogs from 1.0 to 1.0.0

This commit is contained in:
CreativeMD 2018-10-17 11:43:24 +02:00
parent be00d12a9e
commit d93b8c7727

View file

@ -37,5 +37,5 @@ using Vintagestory.API.Common;
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: ModDependency("game")]
[assembly: ModInfo("RedirectLogs", "redirectlogs", Version = "1.0", Authors = new string[] { "Tyron" },
[assembly: ModInfo("RedirectLogs", "redirectlogs", Version = "1.0.0", Authors = new string[] { "Tyron" },
Website = "https://github.com/anegostudios/vsmodtemplate", Description = "Redirecting logs to VS", RequiredOnClient = false)]