Skip to content

Commit 3d414c0

Browse files
authored
updating the test projects Asset Store Validation package to v0.5.1. This is the min version needed to publish to the Unity UPM Asset Store (#214)
1 parent 7bd4b2e commit 3d414c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GraphicsToolsUnityProject/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"com.microsoft.mrtk.graphicstools.shadergraph.unity": "file:../../com.microsoft.mrtk.graphicstools.shadergraph.unity",
44
"com.microsoft.mrtk.graphicstools.unity": "file:../../com.microsoft.mrtk.graphicstools.unity",
5-
"com.unity.asset-store-validation": "0.2.1",
5+
"com.unity.asset-store-validation": "0.5.1",
66
"com.unity.ide.visualstudio": "2.0.17",
77
"com.unity.ide.vscode": "1.2.5",
88
"com.unity.inputsystem": "1.4.4",

GraphicsToolsUnityProject/Packages/packages-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {}
1616
},
1717
"com.unity.asset-store-validation": {
18-
"version": "0.2.1",
18+
"version": "0.5.1",
1919
"depth": 0,
2020
"source": "registry",
2121
"dependencies": {

0 commit comments

Comments
 (0)