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

Commit 43f1ff0

Browse files
Release candidate for version 0.2.6. (#67)
1 parent e53afff commit 43f1ff0

File tree

4 files changed

+17
-12
lines changed

4 files changed

+17
-12
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## `0.2.6` - 2019-08-05
6+
7+
### Changed
8+
- Upgraded to GDK for Unity version `0.2.6`
9+
510
### Added
611

712
- Added the `io.improbable.gdk.debug` package as a dependency. [#66](https://github.com/spatialos/gdk-for-unity-blank-project/pull/66)

gdk.pinned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ec0f5ce719c2ba6db393d61d6d0fa4c6421b2bd6
1+
e31c47b5050ee67cafe8962204aa86a259095db0

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.5",
3+
"version": "0.2.6",
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.5",
4-
"io.improbable.gdk.core": "0.2.5",
5-
"io.improbable.gdk.debug": "0.2.5",
6-
"io.improbable.gdk.deploymentlauncher": "0.2.5",
7-
"io.improbable.gdk.gameobjectcreation": "0.2.5",
8-
"io.improbable.gdk.mobile": "0.2.5",
9-
"io.improbable.gdk.playerlifecycle": "0.2.5",
10-
"io.improbable.gdk.testutils": "0.2.5",
11-
"io.improbable.gdk.tools": "0.2.5",
12-
"io.improbable.gdk.transformsynchronization": "0.2.5",
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",
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)