AssemblyInfo.cs 490 B

12345678910
  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.1")]
  7. [assembly: InternalsVisibleTo("Unity.InputSystem.TestFramework")]
  8. [assembly: InternalsVisibleTo("Unity.InputSystem.Tests.Editor")]
  9. [assembly: InternalsVisibleTo("Unity.InputSystem.Tests")]