[change] 替换package.json中focus-creative-games为code-philosophy
parent
3702411ac8
commit
29646f1294
15
package.json
15
package.json
|
@ -1,21 +1,22 @@
|
|||
{
|
||||
"name": "com.focus-creative-games.hybridclr_unity",
|
||||
"name": "com.code-philosophy.hybridclr_unity",
|
||||
"version": "2.3.1",
|
||||
"displayName": "HybridCLR",
|
||||
"description": "Unity package for HybridCLR. It includes editor and runtime scripts and assets for HybridCLR",
|
||||
"category": "Runtime",
|
||||
"documentationUrl": "https://focus-creative-games.github.io/hybridclr/index",
|
||||
"changelogUrl": "https://github.com/focus-creative-games/hybridclr/commits/main",
|
||||
"licensesUrl": "https://github.com/focus-creative-games/hybridclr/blob/main/LICENSE",
|
||||
"changelogUrl": "https://github.com/focus-creative-games/hybridclr_unity/commits/main",
|
||||
"licensesUrl": "https://github.com/focus-creative-games/hybridclr_unity/blob/main/LICENSE",
|
||||
"keywords": [
|
||||
"HybridCLR",
|
||||
"hotupdate",
|
||||
"hotfix",
|
||||
"focus-creative-games"
|
||||
"focus-creative-games",
|
||||
"code-philosophy"
|
||||
],
|
||||
"author": {
|
||||
"name": "focus-creative-games",
|
||||
"email": "hybridclr@focus-creative-games.com",
|
||||
"url": "https://github.com/focus-creative-games/"
|
||||
"name": "Code Philosophy",
|
||||
"email": "hybridclr@code-philosophy.com",
|
||||
"url": "https://code-philosophy.com/"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue