Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit b75446f

Browse files
author
Paul Balaji
authored
Release 0.2.2 (#942)
1 parent 73bf284 commit b75446f

File tree

19 files changed

+53
-50
lines changed

19 files changed

+53
-50
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## `0.2.2` - 2019-05-15
6+
57
### Breaking Changes
68
- Removed the `Improbable.Gdk.Mobile.Android` and `Improbable.Gdk.Mobile.iOS` packages. All functionality is now available inside the `Improbable.Gdk.Mobile` package.
79

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# The SpatialOS GDK for Unity (alpha)
1+
![](spatialos_gdk_for_unity_header.png)
22

33
![](https://img.shields.io/badge/license-MIT-brightgreen.svg) ![](https://badge.buildkite.com/fec962a4df6e6705871bffa4dfcdea4f2ff7efcd737e5186ea.svg?branch=develop)
44

@@ -30,7 +30,7 @@ The GDK is composed of three layers:
3030

3131
## Recommended use
3232

33-
This is the alpha release of the SpatialOS GDK for Unity. We invite projects to start using it but warn that all APIs are subject to change as we learn from feedback.
33+
This is the alpha release of the SpatialOS GDK for Unity. We invite projects to start using it but warn that all APIs are subject to change as we learn from feedback.
3434

3535
## Contributions
3636

ci/generate-docs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ dotnet run -p "${DOCGEN_DIR}/Docgen/Docgen.csproj" -- \
5858
--target-namespace="Improbable.Gdk" \
5959
--output-directory="${DOCS_DIR}/docs/api" \
6060
--namespace-filter=".*EditmodeTests" \
61+
--namespace-filter=".*DeploymentLauncher" \
6162
--namespace-filter=".*PlaymodeTests" \
6263
--api-path="api" \
6364
--git-tag="${TAG}"

packer.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"package_name": "gdk-for-unity",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"git_packages": [
55
{
66
"clone_url": "[email protected]:spatialos/gdk-for-unity.git",
@@ -14,4 +14,4 @@
1414
]
1515
}
1616
]
17-
}
17+
}

spatialos_gdk_for_unity_header.png

20.9 KB
Loading
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "com.improbable.gdk.dependencytest",
33
"displayName": "SpatialOS GDK Dependency Test",
4-
"version": "0.2.1",
5-
"unity": "2018.2",
4+
"version": "0.2.2",
5+
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Dependency Test Root.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.1",
10-
"com.improbable.gdk.dependencytestchild": "0.2.1"
9+
"com.improbable.gdk.core": "0.2.2",
10+
"com.improbable.gdk.dependencytestchild": "0.2.2"
1111
}
12-
}
12+
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "com.improbable.gdk.dependencytestchild",
33
"displayName": "SpatialOS GDK Dependency Test Child",
4-
"version": "0.2.1",
5-
"unity": "2018.2",
4+
"version": "0.2.2",
5+
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Dependency Test Child.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.1",
10-
"com.improbable.gdk.dependencytestgrandchild": "0.2.1"
9+
"com.improbable.gdk.core": "0.2.2",
10+
"com.improbable.gdk.dependencytestgrandchild": "0.2.2"
1111
}
12-
}
12+
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.improbable.gdk.dependencytestgrandchild",
33
"displayName": "SpatialOS GDK Dependency Test Grandchild",
4-
"version": "0.2.1",
5-
"unity": "2018.2",
4+
"version": "0.2.2",
5+
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Dependency Test Grandchild.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.1"
9+
"com.improbable.gdk.core": "0.2.2"
1010
}
11-
}
11+
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.improbable.gdk.buildsystem",
33
"displayName": "SpatialOS GDK Build System",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Build System Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.core": "0.2.1"
9+
"com.improbable.gdk.core": "0.2.2"
1010
}
11-
}
11+
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "com.improbable.gdk.core",
33
"displayName": "SpatialOS GDK Core",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"unity": "2018.3",
66
"author": "Improbable Worlds Ltd",
77
"description": "SpatialOS GDK Core Module. Made by Improbable.",
88
"dependencies": {
9-
"com.improbable.gdk.tools": "0.2.1",
10-
"com.improbable.gdk.testutils": "0.2.1",
9+
"com.improbable.gdk.tools": "0.2.2",
10+
"com.improbable.gdk.testutils": "0.2.2",
1111
"com.unity.entities": "0.0.12-preview.21"
1212
}
13-
}
13+
}

0 commit comments

Comments
 (0)