hybridclr_unity/package.json

22 lines
770 B
JSON
Raw Normal View History

2022-09-22 08:56:07 +08:00
{
"name": "com.code-philosophy.hybridclr",
2023-12-08 12:24:04 +08:00
"version": "4.0.14",
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.",
2022-09-22 08:56:07 +08:00
"category": "Runtime",
"documentationUrl": "https://hybridclr.doc.code-philosophy.com/#/",
"changelogUrl": "https://hybridclr.doc.code-philosophy.com/#/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
}
}