incremental assembly versions to avoid appdomain cache and unnecessary game restarts while writing h4xes
This commit is contained in:
parent
eb47553ca2
commit
f7fd90dec7
@ -5,15 +5,15 @@ using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Runtime.Versioning;
|
||||
|
||||
[assembly: AssemblyVersion("1.0.6544.33693")]
|
||||
[assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: CompilationRelaxations(8)]
|
||||
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
|
||||
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
|
||||
[assembly: AssemblyTitle("UnityTest")]
|
||||
[assembly: AssemblyTitle("TarkovHax")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("UnityTest")]
|
||||
[assembly: AssemblyProduct("TarkovHax")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2017")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: ComVisible(false)]
|
||||
|
Loading…
Reference in New Issue
Block a user