File tree Expand file tree Collapse file tree 5 files changed +17
-12
lines changed
Expand file tree Collapse file tree 5 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ) ]
Original file line number Diff line number Diff line change 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" : []
Original file line number Diff line number Diff line change 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" : [
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}
You can’t perform that action at this time.
0 commit comments