Skip to content

Commit 76c223c

Browse files
committed
-update version 1.0.0
1 parent 6c79f14 commit 76c223c

File tree

2 files changed

+31
-7
lines changed

2 files changed

+31
-7
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
1+
## What
2+
### Tool support use in app purchase (Unity 2022.3)
3+
4+
<p align="left">
5+
<a>
6+
<img alt="Made With Unity" src="https://img.shields.io/badge/made%20with-Unity-57b9d3.svg?logo=Unity">
7+
</a>
8+
<a>
9+
<img alt="License" src="https://img.shields.io/github/license/wolf-package/in-app-purchasing?logo=github">
10+
</a>
11+
<a>
12+
<img alt="Last Commit" src="https://img.shields.io/github/last-commit/wolf-package/in-app-purchasing?logo=Mapbox&color=orange">
13+
</a>
14+
<a>
15+
<img alt="Repo Size" src="https://img.shields.io/github/repo-size/wolf-package/in-app-purchasing?logo=VirtualBox">
16+
</a>
17+
<a>
18+
<img alt="Last Release" src="https://img.shields.io/github/v/release/wolf-package/in-app-purchasing?include_prereleases&logo=Dropbox&color=yellow">
19+
</a>
20+
</p>
121
## How To Install
222

323
### Add the line below to `Packages/manifest.json`
424

5-
for version `x.x.x`
25+
for version `1.0.0`
626
```csharp
7-
"com.virtuesky._package_name_":"https://github.com/VirtueSky/_package_name_.git#x.x.x",
27+
"com.wolf-package.in-app-purchasing":"https://github.com/wolf-package/in-app-purchasing.git#1.0.0",
828
```

package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
{
2-
"name": "com.virtuesky._package_name_",
3-
"displayName": "__Package_Name__",
4-
"description": "__Package_Description__",
5-
"version": "x.x.x",
2+
"name": "com.wolf-package.in-app-purchasing",
3+
"displayName": "UnityCommon-IAP",
4+
"description": "Support for unity in app purchasing",
5+
"version": "1.0.0",
66
"unity": "2021.3",
77
"category": "virtuesky",
8+
"license": "MIT",
89
"author": {
910
"name": "virtuesky",
1011
"email": "virtuesky.0520@gmail.com",
1112
"url": "https://github.com/VirtueSky"
1213
},
1314
"keywords": [
15+
"Unity", "Iap", "InAppPurchasing", "UnityIAP"
1416
],
15-
"dependencies": {}
17+
"dependencies": {
18+
"com.unity.purchasing": "4.12.0"
19+
}
1620
}

0 commit comments

Comments
 (0)