This repository was archived by the owner on Jan 18, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 18 files changed +65
-64
lines changed
io.improbable.gdk.dependencytestchild
io.improbable.gdk.dependencytestgrandchild
io.improbable.gdk.dependencytest
io.improbable.gdk.buildsystem
io.improbable.gdk.deploymentlauncher
io.improbable.gdk.gameobjectcreation
io.improbable.gdk.playerlifecycle
io.improbable.gdk.querybasedinteresthelper
io.improbable.gdk.testutils
io.improbable.gdk.transformsynchronization
io.improbable.worker.sdk.mobile Expand file tree Collapse file tree 18 files changed +65
-64
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## ` 0.2.5 ` - 2019-07-18
6
+
5
7
### Breaking Changes
6
8
7
9
- Renamed the ` buildTarget ` command line argument to ` buildEnvironment ` . [ #1012 ] ( https://github.com/spatialos/gdk-for-unity/pull/1012 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"package_name" : " gdk-for-unity" ,
3
- "version" : " 0.2.4 " ,
3
+ "version" : " 0.2.5 " ,
4
4
"git_packages" : [
5
5
{
6
6
"clone_url" :
" [email protected] :spatialos/gdk-for-unity.git" ,
14
14
]
15
15
}
16
16
]
17
- }
17
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.improbable.gdk.dependencytest" ,
3
3
"displayName" : " SpatialOS GDK Dependency Test" ,
4
- "version" : " 0.2.2 " ,
4
+ "version" : " 0.2.5 " ,
5
5
"unity" : " 2019.1" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Dependency Test Root." ,
8
8
"dependencies" : {
9
- "io.improbable.gdk.core" : " 0.2.2 " ,
10
- "io.improbable.gdk.dependencytestchild" : " 0.2.2 "
9
+ "io.improbable.gdk.core" : " 0.2.5 " ,
10
+ "io.improbable.gdk.dependencytestchild" : " 0.2.5 "
11
11
}
12
- }
12
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.improbable.gdk.dependencytestchild" ,
3
3
"displayName" : " SpatialOS GDK Dependency Test Child" ,
4
- "version" : " 0.2.2 " ,
4
+ "version" : " 0.2.5 " ,
5
5
"unity" : " 2019.1" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Dependency Test Child." ,
8
8
"dependencies" : {
9
- "io.improbable.gdk.core" : " 0.2.2 " ,
10
- "io.improbable.gdk.dependencytestgrandchild" : " 0.2.2 "
9
+ "io.improbable.gdk.core" : " 0.2.5 " ,
10
+ "io.improbable.gdk.dependencytestgrandchild" : " 0.2.5 "
11
11
}
12
- }
12
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.improbable.gdk.dependencytestgrandchild" ,
3
3
"displayName" : " SpatialOS GDK Dependency Test Grandchild" ,
4
- "version" : " 0.2.2 " ,
4
+ "version" : " 0.2.5 " ,
5
5
"unity" : " 2019.1" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Dependency Test Grandchild." ,
8
8
"dependencies" : {
9
- "io.improbable.gdk.core" : " 0.2.2 "
9
+ "io.improbable.gdk.core" : " 0.2.5 "
10
10
}
11
- }
11
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.improbable.gdk.buildsystem" ,
3
3
"displayName" : " SpatialOS GDK Build System" ,
4
- "version" : " 0.2.4 " ,
4
+ "version" : " 0.2.5 " ,
5
5
"unity" : " 2019.1" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Build System Module." ,
8
8
"dependencies" : {
9
- "io.improbable.gdk.core" : " 0.2.4 "
9
+ "io.improbable.gdk.core" : " 0.2.5 "
10
10
}
11
- }
11
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.improbable.gdk.core" ,
3
3
"displayName" : " SpatialOS GDK Core" ,
4
- "version" : " 0.2.4 " ,
4
+ "version" : " 0.2.5 " ,
5
5
"unity" : " 2019.1" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Core Module." ,
8
8
"dependencies" : {
9
9
"io.improbable.worker.sdk" : " 13.7.1" ,
10
- "io.improbable.gdk.tools" : " 0.2.4 " ,
11
- "io.improbable.gdk.testutils" : " 0.2.4 " ,
10
+ "io.improbable.gdk.tools" : " 0.2.5 " ,
11
+ "io.improbable.gdk.testutils" : " 0.2.5 " ,
12
12
"com.unity.entities" : " 0.0.12-preview.33"
13
13
}
14
- }
14
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.improbable.gdk.deploymentlauncher" ,
3
3
"displayName" : " SpatialOS GDK Deployment Launcher" ,
4
- "version" : " 0.2.4 " ,
4
+ "version" : " 0.2.5 " ,
5
5
"unity" : " 2019.1" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Deployment Launcher." ,
8
8
"dependencies" : {
9
- "io.improbable.gdk.core" : " 0.2.4 " ,
10
- "io.improbable.gdk.tools" : " 0.2.4 "
9
+ "io.improbable.gdk.core" : " 0.2.5 " ,
10
+ "io.improbable.gdk.tools" : " 0.2.5 "
11
11
}
12
- }
12
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.improbable.gdk.gameobjectcreation" ,
3
3
"displayName" : " SpatialOS GDK GameObject Creation" ,
4
- "version" : " 0.2.4 " ,
4
+ "version" : " 0.2.5 " ,
5
5
"unity" : " 2019.1" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK GameObject Creation Module." ,
8
8
"dependencies" : {
9
- "io.improbable.gdk.core" : " 0.2.4 "
9
+ "io.improbable.gdk.core" : " 0.2.5 "
10
10
}
11
- }
11
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.improbable.gdk.mobile" ,
3
3
"displayName" : " SpatialOS GDK Mobile Support" ,
4
- "version" : " 0.0.8 " ,
4
+ "version" : " 0.2.5 " ,
5
5
"unity" : " 2019.1" ,
6
6
"author" : " Improbable Worlds Ltd" ,
7
7
"description" : " SpatialOS GDK Mobile Support Module." ,
8
8
"dependencies" : {
9
- "io.improbable.gdk.core" : " 0.2.4 " ,
9
+ "io.improbable.gdk.core" : " 0.2.5 " ,
10
10
"io.improbable.worker.sdk.mobile" : " 13.7.1"
11
11
}
12
- }
12
+ }
You can’t perform that action at this time.
0 commit comments