AssemblyInfo.cs 424 B

123456789
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. // Keep this in sync with "Packages/com.unity.inputsystem/package.json".
  4. // NOTE: Unfortunately, System.Version doesn't use semantic versioning so we can't include
  5. // "-preview" suffixes here.
  6. [assembly: AssemblyVersion("1.0.0")]
  7. [assembly: InternalsVisibleTo("Unity.InputSystem.Tests.Editor")]
  8. [assembly: InternalsVisibleTo("Unity.InputSystem.Tests")]