Skip to content

Commit c7622f3

Browse files
committed
support UPM
1 parent 73b6422 commit c7622f3

File tree

3 files changed

+30
-4
lines changed

3 files changed

+30
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@
3636

3737
## Compatibility
3838

39-
| SqlCipher4Unity3D tag | sqlcipher version |
40-
|-----------------------|-------------------|
41-
| v1.1.x | v4.x.x |
42-
| v1.0.x | v3.x.x |
39+
From `1.1.0` I removed `v` prefix for support UPM.
40+
41+
| SqlCipher4Unity3D tag | sqlcipher version |
42+
|-----------------------|------------------------------------------------------------------------------------------------------------------|
43+
| 1.1.x | 4.x.x |
44+
| v1.0.x | [3.x.x](https://github.com/netpyoung/SqlCipher4Unity3D/blob/2c642b3f0387dadfb4a145cb7236e99c9109fb94/README.md) |
4345

4446
## The fast track
4547

@@ -54,6 +56,12 @@ All you have to do to start using it in your project:
5456
- [./SqlCipher4Unity3D/Assets/example/](./SqlCipher4Unity3D/Assets/example/)
5557
- [./SqlCipher4Unity3D/Assets/test/](./SqlCipher4Unity3D/Assets/test/)
5658

59+
## UPM
60+
61+
``` json
62+
"com.netpyoung.sqlcipher4unity3d": "https://github.com/netpyoung/SqlCipher4Unity3D.git?path=SqlCipher4Unity3D/Assets/SqlCipher4Unity3D#1.1.0"
63+
```
64+
5765
## Contributer(❤️)
5866

5967
- [@jfcontart]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "com.netpyoung.sqlcipher4unity3d",
3+
"displayName": "SqlCipher4Unity3D",
4+
"version": "1.1.0",
5+
"unity": "2018.4",
6+
"description": "SqlCipher made easy for Unity3d.",
7+
"keywords": [ "database", "sqlite", "sqlcipher", "SqlCipher4Unity3D" ],
8+
"license": "MIT",
9+
"category": "Database",
10+
"dependencies": {}
11+
}

SqlCipher4Unity3D/Assets/SqlCipher4Unity3D/package.json.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)