Firstborn/Library/PackageCache/com.unity.inputsystem@1.4.4/Tests/TestFixture/AssemblyInfo.cs

11 lines
493 B
C#
Raw Normal View History

2023-03-28 13:24:16 -04:00
using System.Reflection;
using System.Runtime.CompilerServices;
// Keep this in sync with "Packages/com.unity.inputsystem/package.json".
// NOTE: Unfortunately, System.Version doesn't use semantic versioning so we can't include
// "-preview" suffixes here.
[assembly: AssemblyVersion("1.4.4")]
[assembly: InternalsVisibleTo("Unity.InputSystem.Tests.Editor")]
[assembly: InternalsVisibleTo("Unity.InputSystem.Tests")]
[assembly: InternalsVisibleTo("Unity.InputSystem.IntegrationTests")]