Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit f81a0a1

Browse files
Release candidate for version 0.2.7. (#70)
1 parent 2a8c5e6 commit f81a0a1

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## `0.2.7` - 2019-08-19
6+
57
### Breaking changes
68

79
- Tidied up the project structure. [#68](https://github.com/spatialos/gdk-for-unity-blank-project/pull/68)
@@ -15,6 +17,7 @@
1517

1618
### Changed
1719

20+
- Upgraded to GDK for Unity version `0.2.7`
1821
- The **SpatialOS** > **Generate snapshot** button now generates a snapshot directly without displaying a pop-up window. [#68](https://github.com/spatialos/gdk-for-unity-blank-project/pull/68)
1922

2023
### Internal

gdk.pinned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
618c28ce0a3d13d17859aab25d8818ca159f4c6c
1+
06858069686faffce4c93212e2b6d160e40a9f09

packer.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"package_name": "gdk-for-unity-blank-project",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"git_packages": [
55
{
66
"clone_url": "[email protected]:spatialos/gdk-for-unity-blank-project.git",

workers/unity/Packages/manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"dependencies": {
3-
"io.improbable.gdk.buildsystem": "0.2.6",
4-
"io.improbable.gdk.core": "0.2.6",
5-
"io.improbable.gdk.debug": "0.2.6",
6-
"io.improbable.gdk.deploymentlauncher": "0.2.6",
7-
"io.improbable.gdk.gameobjectcreation": "0.2.6",
8-
"io.improbable.gdk.mobile": "0.2.6",
9-
"io.improbable.gdk.playerlifecycle": "0.2.6",
10-
"io.improbable.gdk.testutils": "0.2.6",
11-
"io.improbable.gdk.tools": "0.2.6",
12-
"io.improbable.gdk.transformsynchronization": "0.2.6",
3+
"io.improbable.gdk.buildsystem": "0.2.7",
4+
"io.improbable.gdk.core": "0.2.7",
5+
"io.improbable.gdk.debug": "0.2.7",
6+
"io.improbable.gdk.deploymentlauncher": "0.2.7",
7+
"io.improbable.gdk.gameobjectcreation": "0.2.7",
8+
"io.improbable.gdk.mobile": "0.2.7",
9+
"io.improbable.gdk.playerlifecycle": "0.2.7",
10+
"io.improbable.gdk.testutils": "0.2.7",
11+
"io.improbable.gdk.tools": "0.2.7",
12+
"io.improbable.gdk.transformsynchronization": "0.2.7",
1313
"com.unity.ads": "2.0.8",
1414
"com.unity.analytics": "3.3.2",
1515
"com.unity.package-manager-ui": "2.1.2",

0 commit comments

Comments
 (0)