StellarXipher/Library/PackageCache/com.unity.inputsystem@3c4a97c3950f/Tests/TestFixture/AssemblyInfo.cs
2025-02-06 16:45:46 -05:00

11 lines
494 B
C#

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.11.2")]
[assembly: InternalsVisibleTo("Unity.InputSystem.Tests.Editor")]
[assembly: InternalsVisibleTo("Unity.InputSystem.Tests")]
[assembly: InternalsVisibleTo("Unity.InputSystem.IntegrationTests")]