File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Packages/com.unity.inputsystem Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44// Keep this in sync with "Packages/com.unity.inputsystem/package.json".
55// NOTE: Unfortunately, System.Version doesn't use semantic versioning so we can't include
66// "-preview" suffixes here.
7- [ assembly: AssemblyVersion ( "1.0.1 " ) ]
7+ [ assembly: AssemblyVersion ( "1.0.2 " ) ]
88[ assembly: InternalsVisibleTo ( "Unity.InputSystem.TestFramework" ) ]
99[ assembly: InternalsVisibleTo ( "Unity.InputSystem.Tests.Editor" ) ]
1010[ assembly: InternalsVisibleTo ( "Unity.InputSystem.Tests" ) ]
Original file line number Diff line number Diff line change 44// Keep this in sync with "Packages/com.unity.inputsystem/package.json".
55// NOTE: Unfortunately, System.Version doesn't use semantic versioning so we can't include
66// "-preview" suffixes here.
7- [ assembly: AssemblyVersion ( "1.0.0 " ) ]
7+ [ assembly: AssemblyVersion ( "1.0.2 " ) ]
88[ assembly: InternalsVisibleTo ( "Unity.InputSystem.Tests.Editor" ) ]
99[ assembly: InternalsVisibleTo ( "Unity.InputSystem.Tests" ) ]
You can’t perform that action at this time.
0 commit comments