File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Packages/com.unity.inputsystem Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ 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.4-preview] - 2019-8-20
11+
12+ ### Fixed
13+ ### Actions
14+ ### Changed
15+ ### Added
16+
1017## [ 0.9.3-preview] - 2019-8-15
1118
1219### Fixed
Original file line number Diff line number Diff line change 55// NOTE: Unfortunately, System.Version doesn't use semantic versioning so we can't include
66// "-preview" suffixes here.
77
8- [ assembly: AssemblyVersion ( "0.9.3 " ) ]
8+ [ assembly: AssemblyVersion ( "0.9.4 " ) ]
99[ assembly: InternalsVisibleTo ( "Unity.InputSystem.TestFramework" ) ]
1010[ assembly: InternalsVisibleTo ( "Unity.InputSystem.Tests.Editor" ) ]
1111[ 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.3 -preview" ,
4+ "version" : " 0.9.4 -preview" ,
55 "unity" : " 2019.1" ,
66 "repository" : {
77 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments