Skip to content

Commit c106cda

Browse files
author
Unity Technologies
committed
com.unity.test-framework.performance@3.0.2
## [3.0.2] - 2023-06-29 ### Changed - Added additional InternalsVisibleTo attribute for internal test assembly
1 parent 84b9b40 commit c106cda

File tree

5 files changed

+17
-12
lines changed

5 files changed

+17
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [3.0.2] - 2023-06-29
4+
### Changed
5+
- Added additional InternalsVisibleTo attribute for internal test assembly
6+
37
## [3.0.1] - 2023-06-23
48
### Changed
59
- Removed false "unityRelease" field from package.json

Documentation~/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ Unity releases can often include changes that break compatibility with the Perfo
3030

3131
| Unity stream | Package version |
3232
| ------------------------- |-----------------|
33-
| 2023.2 | 3.0.1 |
34-
| 2023.1 | 3.0.1 |
35-
| 2022.2 | 3.0.1 |
36-
| 2022.1 | 3.0.1 |
37-
| 2021.3 | 3.0.1 |
38-
| 2020.3 | 3.0.1 |
33+
| 2023.2 | 3.0.2 |
34+
| 2023.1 | 3.0.2 |
35+
| 2022.2 | 3.0.2 |
36+
| 2022.1 | 3.0.2 |
37+
| 2021.3 | 3.0.2 |
38+
| 2020.3 | 3.0.2 |
3939
| 2019.4 | 2.8.1-preview |
4040

4141
## Tips

Runtime/AssemblyInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55

66
[assembly: InternalsVisibleTo("Unity.PerformanceTesting.Editor")]
77
[assembly: InternalsVisibleTo("Unity.PerformanceTesting.Tests.Runtime")]
8+
[assembly: InternalsVisibleTo("Unity.GraphTools.Foundation.Testing.Editor")]
89

910
[assembly: AssemblyVersion("3.0.0")]

ValidationExceptions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
{
44
"ValidationTest": "API Validation",
55
"ExceptionMessage": "Additions require a new minor or major version.",
6-
"PackageVersion": "3.0.1"
6+
"PackageVersion": "3.0.2"
77
},
88
{
99
"ValidationTest": "API Validation",
1010
"ExceptionMessage": "New assembly \"Unity.PerformanceTesting.Tests.Runtime\" may only be added in a new minor or major version.",
11-
"PackageVersion": "3.0.1"
11+
"PackageVersion": "3.0.2"
1212
}
1313
],
1414
"WarningExceptions": []

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.test-framework.performance",
33
"displayName": "Performance testing API",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"unity": "2020.3",
66
"description": "Extension to the Unity Test framework package. Adds performance testing capabilities and collects configuration metadata.",
77
"keywords": [
@@ -13,15 +13,15 @@
1313
"com.unity.modules.jsonserialize": "1.0.0"
1414
},
1515
"_upm": {
16-
"changelog": "### Changed\n- Removed false \"unityRelease\" field from package.json"
16+
"changelog": "### Changed\n- Added additional InternalsVisibleTo attribute for internal test assembly"
1717
},
1818
"upmCi": {
19-
"footprint": "aae9af779cc3b526dd34322f905b3ee042cca0f7"
19+
"footprint": "9bd115b64b745f6d40d5db4d9619429b7f72bdc8"
2020
},
2121
"documentationUrl": "https://docs.unity3d.com/Packages/com.unity.test-framework.performance@3.0/manual/index.html",
2222
"repository": {
2323
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.test-framework.performance.git",
2424
"type": "git",
25-
"revision": "45b5339cfbc19ee4a066f95467b6d01f5a16c4d3"
25+
"revision": "1b5b8963c496694439bad232d2abe0de1848fb71"
2626
}
2727
}

0 commit comments

Comments
 (0)