-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
20 lines (20 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "com.unity.nuget.mono-cecil",
"displayName": "Mono Cecil",
"version": "1.11.5",
"unity": "2019.4",
"description": "The mono cecil library from https://www.nuget.org/packages/Mono.Cecil/\n\nThis package is intended for internal Unity use only. Most Unity users will be better suited using the existing community tooling.\nTo avoid assembly clashes, please use this package if you intend to use Mono.Cecil.",
"dependencies": {},
"_upm": {
"changelog": "* This is a verified release of the com.unity.nuget.mono-cecil with embedded dlls of mono-cecil\n* Updated Cecil to 0.11.5 with a grafted patch from this bug fix PR (https://github.com/jbevain/cecil/pull/914)"
},
"upmCi": {
"footprint": "7bfd503a6e3ea75fdc1dee7ba870c6cdf64aea07"
},
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html",
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.nuget.mono-cecil.git",
"type": "git",
"revision": "ab40507b5d82f57a4f34b6d0eacca1d6b170341d"
}
}