-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
20 lines (20 loc) · 1003 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"displayName": "SharpZipLib",
"name": "com.unity.sharp-zip-lib",
"unity": "2021.3",
"version": "1.3.9",
"dependencies": {},
"description": "A package that wraps SharpZipLib (https://github.com/icsharpcode/SharpZipLib) to be used inside Unity",
"_upm": {
"changelog": "### Changed\n* package: remove contributors from package.json\n* package: set the minimum Unity version to 2021.3.45\n* api: change the accessor of test classes to internal\n* doc: improve the API documentation of ZipUtility\n* doc: update example APIs in the manual documentation\n* refactor: rename editor test assembly to Unity.SharpZipLib.Editor.Tests"
},
"upmCi": {
"footprint": "8cdadd3caafb95258c94965acdf6d23004ee061b"
},
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html",
"repository": {
"url": "https://github.com/Unity-Technologies/SharpZipLib.git",
"type": "git",
"revision": "a95671ad5afaa6a55f79c577bac5bcd1a9820aea"
}
}