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

Commit

Permalink
Release candidate for version 0.3.3. (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdk-for-unity-bot committed Feb 14, 2020
1 parent 69446f7 commit 19800e2
Show file tree
Hide file tree
Showing 20 changed files with 42 additions and 40 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## `0.3.3` - 2020-02-14

### Breaking Changes

- Your generated code Assembly Definition file now needs to have `allow unsafe code` selected to compile. [#1255](https://github.com/spatialos/gdk-for-unity/pull/1255)
Expand Down
2 changes: 1 addition & 1 deletion packer.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package_name": "gdk-for-unity",
"version": "0.3.2",
"version": "0.3.3",
"git_packages": [
{
"clone_url": "git@github.com:spatialos/gdk-for-unity.git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "io.improbable.gdk.dependencytest",
"displayName": "SpatialOS GDK Dependency Test",
"version": "0.3.2",
"version": "0.3.3",
"unity": "2019.2",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Dependency Test Root.",
"dependencies": {
"io.improbable.gdk.dependencytestchild": "0.3.2"
"io.improbable.gdk.dependencytestchild": "0.3.3"
},
"type": "tests"
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "io.improbable.gdk.dependencytestchild",
"displayName": "SpatialOS GDK Dependency Test Child",
"version": "0.3.2",
"version": "0.3.3",
"unity": "2019.2",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Dependency Test Child.",
"dependencies": {
"io.improbable.gdk.dependencytestgrandchild": "0.3.2"
"io.improbable.gdk.dependencytestgrandchild": "0.3.3"
},
"type": "tests"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "io.improbable.gdk.dependencytestgrandchild",
"displayName": "SpatialOS GDK Dependency Test Grandchild",
"version": "0.3.2",
"version": "0.3.3",
"unity": "2019.2",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Dependency Test Grandchild.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "io.improbable.worker.sdk.testschema",
"displayName": "SpatialOS Worker SDK Exhaustive Test Schema",
"version": "0.3.2",
"version": "0.3.3",
"unity": "2019.2",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS Worker SDK Exhaustive Test Schema",
"dependencies": {
"io.improbable.gdk.core": "0.3.2"
"io.improbable.gdk.core": "0.3.3"
}
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "io.improbable.gdk.buildsystem",
"displayName": "SpatialOS GDK Build System",
"version": "0.3.2",
"version": "0.3.3",
"unity": "2019.2",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Build System Module.",
"dependencies": {
"io.improbable.gdk.core": "0.3.2"
"io.improbable.gdk.core": "0.3.3"
}
}
8 changes: 4 additions & 4 deletions workers/unity/Packages/io.improbable.gdk.core/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "io.improbable.gdk.core",
"displayName": "SpatialOS GDK Core",
"version": "0.3.2",
"version": "0.3.3",
"unity": "2019.2",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Core Module.",
"dependencies": {
"io.improbable.worker.sdk": "0.3.2",
"io.improbable.gdk.tools": "0.3.2",
"io.improbable.gdk.testutils": "0.3.2",
"io.improbable.worker.sdk": "0.3.3",
"io.improbable.gdk.tools": "0.3.3",
"io.improbable.gdk.testutils": "0.3.3",
"com.unity.entities": "0.1.1-preview"
}
}
4 changes: 2 additions & 2 deletions workers/unity/Packages/io.improbable.gdk.debug/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "io.improbable.gdk.debug",
"displayName": "SpatialOS GDK Debug Extensions",
"version": "0.3.2",
"version": "0.3.3",
"unity": "2019.2",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Debug Module.",
"dependencies": {
"io.improbable.gdk.core": "0.3.2"
"io.improbable.gdk.core": "0.3.3"
}
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "io.improbable.gdk.deploymentlauncher",
"displayName": "SpatialOS GDK Deployment Launcher",
"version": "0.3.2",
"version": "0.3.3",
"unity": "2019.2",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Deployment Launcher.",
"dependencies": {
"io.improbable.gdk.core": "0.3.2",
"io.improbable.gdk.tools": "0.3.2"
"io.improbable.gdk.core": "0.3.3",
"io.improbable.gdk.tools": "0.3.3"
}
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "io.improbable.gdk.gameobjectcreation",
"displayName": "SpatialOS GDK GameObject Creation",
"version": "0.3.2",
"version": "0.3.3",
"unity": "2019.2",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK GameObject Creation Module.",
"dependencies": {
"io.improbable.gdk.core": "0.3.2"
"io.improbable.gdk.core": "0.3.3"
}
}
6 changes: 3 additions & 3 deletions workers/unity/Packages/io.improbable.gdk.mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "io.improbable.gdk.mobile",
"displayName": "SpatialOS GDK Mobile Support",
"version": "0.3.2",
"version": "0.3.3",
"unity": "2019.2",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Mobile Support Module.",
"dependencies": {
"io.improbable.gdk.core": "0.3.2",
"io.improbable.worker.sdk.mobile": "0.3.2",
"io.improbable.gdk.core": "0.3.3",
"io.improbable.worker.sdk.mobile": "0.3.3",
"com.unity.modules.androidjni": "1.0.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "io.improbable.gdk.playerlifecycle",
"displayName": "SpatialOS GDK Player Lifecycle",
"version": "0.3.2",
"version": "0.3.3",
"unity": "2019.2",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Player Lifecycle Module.",
"dependencies": {
"io.improbable.gdk.core": "0.3.2"
"io.improbable.gdk.core": "0.3.3"
}
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "io.improbable.gdk.querybasedinteresthelper",
"displayName": "SpatialOS GDK Query-based Interest Helper",
"version": "0.3.2",
"version": "0.3.3",
"unity": "2019.2",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Query-based Interest Helper Module.",
"dependencies": {
"io.improbable.gdk.core": "0.3.2"
"io.improbable.gdk.core": "0.3.3"
}
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "io.improbable.gdk.testutils",
"displayName": "SpatialOS GDK Test Utils",
"version": "0.3.2",
"version": "0.3.3",
"unity": "2019.2",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Test Utils.",
"dependencies": {
"io.improbable.gdk.core": "0.3.2",
"io.improbable.gdk.core": "0.3.3",
"com.unity.ext.nunit": "1.0.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "io.improbable.gdk.tools",
"displayName": "SpatialOS GDK Tools",
"version": "0.3.2",
"version": "0.3.3",
"unity": "2019.2",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Support Tools.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "io.improbable.gdk.transformsynchronization",
"displayName": "SpatialOS GDK Transform Synchronization",
"version": "0.3.2",
"version": "0.3.3",
"unity": "2019.2",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Transform Synchronization Module.",
"dependencies": {
"io.improbable.gdk.core": "0.3.2",
"io.improbable.gdk.gameobjectcreation": "0.3.2"
"io.improbable.gdk.core": "0.3.3",
"io.improbable.gdk.gameobjectcreation": "0.3.3"
}
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "io.improbable.gdk.transformsynchronization2d",
"displayName": "SpatialOS GDK Transform Synchronization 2D",
"version": "0.3.2",
"version": "0.3.3",
"unity": "2019.2",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Transform Synchronization Module 2D.",
"dependencies": {
"io.improbable.gdk.core": "0.3.2",
"io.improbable.gdk.transformsynchronization": "0.3.2",
"io.improbable.gdk.core": "0.3.3",
"io.improbable.gdk.transformsynchronization": "0.3.3",
"com.unity.modules.physics2d": "1.0.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "io.improbable.worker.sdk.mobile",
"displayName": "SpatialOS Worker Mobile SDK",
"version": "0.3.2",
"version": "0.3.3",
"unity": "2019.2",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS Worker Mobile SDK.",
"dependencies": {
"io.improbable.worker.sdk": "0.3.2"
"io.improbable.worker.sdk": "0.3.3"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "io.improbable.worker.sdk",
"displayName": "SpatialOS Worker SDK",
"version": "0.3.2",
"version": "0.3.3",
"unity": "2019.2",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS Worker SDK.",
Expand Down

0 comments on commit 19800e2

Please sign in to comment.