AssemblyInfo.cs 208 B

123456
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. [assembly: AssemblyVersion("0.1.1.0")]
  4. [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
  5. [assembly: CompilationRelaxations(8)]