Skip to content

Commit

Permalink
1.0.8-headless1 - 2019/03/18
Browse files Browse the repository at this point in the history
@2019.2
  • Loading branch information
ErikMoczi committed Mar 19, 2019
1 parent de5fb55 commit 82f7647
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package/CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.7-headless1] - 2018-11-15
## [1.0.8-headless1] - 2018-11-15

### This is the first release of *Unity Package com.unity.test-framework*.

Expand Down
11 changes: 11 additions & 0 deletions package/UnityEditor.TestRunner/Api/IErrorCallbacks.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions package/UnityEngine.TestRunner/Utils/ITestRunCallback.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package/package.json
@@ -1,20 +1,20 @@
{
"name": "com.unity.test-framework",
"displayName": "Test Framework",
"version": "1.0.7-headless1",
"version": "1.0.8-headless1",
"unity": "2019.2",
"description": "Test framework for running Edit mode and Play mode test in Unity.",
"keywords": [ "Test", "TestFramework" ],
"category": "Unity Test Framework",
"repository": {
"type": "git",
"url": "git@gitlab.cds.internal.unity3d.com/upm-packages/core/com.unity.test-framework.git",
"revision": "3ceac37c3cdc9899bc158bb46be5c9b561d7df55"
"revision": "0632ef9b5f348851ab661f77fcf6b0e818c6269b"
},
"dependencies": {
"com.unity.ext.nunit": "1.0.0"
},
"relatedPackages": {
"com.unity.test-framework.tests": "1.0.7-headless1"
"com.unity.test-framework.tests": "1.0.8-headless1"
}
}
1 change: 1 addition & 0 deletions versions.txt
Expand Up @@ -38,3 +38,4 @@
1.0.6
1.0.7
1.0.7-headless1
1.0.8-headless1

0 comments on commit 82f7647

Please sign in to comment.