hybridclr_unity/package.json

23 lines
806 B
JSON
Raw Normal View History

2022-09-22 08:56:07 +08:00
{
2023-05-09 18:46:08 +08:00
"name": "com.focus-creative-games.hybridclr_unity",
2023-05-12 22:54:25 +08:00
"version": "2.4.1",
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",
2023-05-13 09:38:10 +08:00
"documentationUrl": "https://focus-creative-games.github.io/hybridclr-doc",
"changelogUrl": "https://focus-creative-games.github.io/hybridclr-doc/#/other/changelog",
2023-05-09 18:46:08 +08:00
"licensesUrl": "https://github.com/focus-creative-games/hybridclr/blob/main/LICENSE",
2022-09-22 08:56:07 +08:00
"keywords": [
"HybridCLR",
"hotupdate",
"hotfix",
2023-05-13 09:38:10 +08:00
"code philosophy",
"unity",
2023-05-09 18:46:08 +08:00
"focus-creative-games"
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
}
}