Skip to content

Commit

Permalink
support UPM
Browse files Browse the repository at this point in the history
  • Loading branch information
netpyoung committed Jul 29, 2020
1 parent 73b6422 commit c7622f3
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@

## Compatibility

| SqlCipher4Unity3D tag | sqlcipher version |
|-----------------------|-------------------|
| v1.1.x | v4.x.x |
| v1.0.x | v3.x.x |
From `1.1.0` I removed `v` prefix for support UPM.

| SqlCipher4Unity3D tag | sqlcipher version |
|-----------------------|------------------------------------------------------------------------------------------------------------------|
| 1.1.x | 4.x.x |
| v1.0.x | [3.x.x](https://github.com/netpyoung/SqlCipher4Unity3D/blob/2c642b3f0387dadfb4a145cb7236e99c9109fb94/README.md) |

## The fast track

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

## UPM

``` json
"com.netpyoung.sqlcipher4unity3d": "https://github.com/netpyoung/SqlCipher4Unity3D.git?path=SqlCipher4Unity3D/Assets/SqlCipher4Unity3D#1.1.0"
```

## Contributer(❤️)

- [@jfcontart]
Expand Down
11 changes: 11 additions & 0 deletions SqlCipher4Unity3D/Assets/SqlCipher4Unity3D/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "com.netpyoung.sqlcipher4unity3d",
"displayName": "SqlCipher4Unity3D",
"version": "1.1.0",
"unity": "2018.4",
"description": "SqlCipher made easy for Unity3d.",
"keywords": [ "database", "sqlite", "sqlcipher", "SqlCipher4Unity3D" ],
"license": "MIT",
"category": "Database",
"dependencies": {}
}
7 changes: 7 additions & 0 deletions SqlCipher4Unity3D/Assets/SqlCipher4Unity3D/package.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c7622f3

Please sign in to comment.