Skip to content

Commit f4bb9dc

Browse files
committed
Changed package.json
1 parent 8e1d0e3 commit f4bb9dc

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
11
{
2-
"name": "com.testpackage.unity-native-tool",
2+
"name": "com.mcpiroman.unity-native-tool",
33
"displayName": "Unity Native Tool",
4-
"version": "0.0.1",
5-
"unity": "2018.1",
6-
"description": "Tool for unloading native DLLs in the editor",
4+
"version": "7.1.0",
5+
"description": "Tool for unloading native DLLs in the editor. \nhttps://github.com/mcpiroman/UnityNativeTool",
76
"keywords": [
87
"native",
98
"c++",
109
"dll"
1110
],
1211
"category": "Unity",
13-
"type": "tool",
1412
"author": {
1513
"name": "John Doe",
1614
"email": "john.doe@example.com",
1715
"url": "https://github.com/mcpiroman/UnityNativeTool/"
1816
},
1917
"repository": {
2018
"type": "git",
21-
"url": "git@github.com:mcpiroman/UnityNativeTool.git",
22-
"revision": "6c6b17c36b33c72754d0bf2ee7e7236a68e10665"
19+
"url": "https://github.com/mcpiroman/UnityNativeTool.git"
2320
}
24-
2521
}

0 commit comments

Comments
 (0)