package.json 770 B

12345678910111213141516171819202122
  1. {
  2. "name": "com.code-philosophy.hybridclr",
  3. "version": "4.0.14",
  4. "displayName": "HybridCLR",
  5. "description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.",
  6. "category": "Runtime",
  7. "documentationUrl": "https://hybridclr.doc.code-philosophy.com/#/",
  8. "changelogUrl": "https://hybridclr.doc.code-philosophy.com/#/other/changelog",
  9. "licensesUrl": "https://github.com/focus-creative-games/hybridclr_unity/blob/main/LICENSE",
  10. "keywords": [
  11. "HybridCLR",
  12. "hotupdate",
  13. "hotfix",
  14. "focus-creative-games",
  15. "code-philosophy"
  16. ],
  17. "author": {
  18. "name": "Code Philosophy",
  19. "email": "hybridclr@code-philosophy.com",
  20. "url": "https://code-philosophy.com"
  21. }
  22. }