File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Packages/com.unity.inputsystem Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77Due to package verification, the latest version below is the unpublished version and the date is meaningless.
88however, it has to be formatted properly to pass verification tests.
99
10- ## [ 0.9.7 -preview] - 2099-1-1
10+ ## [ 1.0.0 -preview] - 2019-9-20
1111
1212### Fixed
1313
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 ( "0.9.7 " ) ]
7+ [ assembly: AssemblyVersion ( "1.0.0 " ) ]
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 11{
22 "name" : " com.unity.inputsystem" ,
33 "displayName" : " Input System" ,
4- "version" : " 0.9.7 -preview" ,
4+ "version" : " 1.0.0 -preview" ,
55 "unity" : " 2019.1" ,
66 "repository" : {
77 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments