hybridclr_unity/package.json

22 lines
737 B
JSON
Raw Normal View History

2022-09-22 08:56:07 +08:00
{
"name": "com.code-philosophy.hybridclr",
2025-08-20 12:45:19 +08:00
"version": "8.5.0",
2022-09-22 08:56:07 +08:00
"displayName": "HybridCLR",
2023-05-13 09:38:10 +08:00
"description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.",
"category": "Scripting",
"documentationUrl": "https://www.hybridclr.cn/#/",
"changelogUrl": "https://www.hybridclr.cn/#/other/changelog",
"licensesUrl": "https://github.com/focus-creative-games/hybridclr_unity/blob/main/LICENSE",
2022-09-22 08:56:07 +08:00
"keywords": [
"HybridCLR",
"hotupdate",
"hotfix",
"focus-creative-games",
"code-philosophy"
2022-09-22 08:56:07 +08:00
],
"author": {
2023-05-13 09:38:10 +08:00
"name": "Code Philosophy",
"email": "hybridclr@code-philosophy.com",
"url": "https://code-philosophy.com"
2022-09-22 08:56:07 +08:00
}
}