Skip to content

Commit f3c4c8b

Browse files
Setup project
1 parent bf0204d commit f3c4c8b

File tree

3 files changed

+52
-25
lines changed

3 files changed

+52
-25
lines changed

Packages/Package/package.json

Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "com.ugf.module.authentication",
3+
"displayName": "UGF.Module.Authentication",
4+
"version": "0.0.0-preview",
5+
"unity": "2022.2",
6+
"apiCompatibility": ".NET Standard 2.1",
7+
"description": "Module to manage Unity Authentication.",
8+
"author": {
9+
"name": "Unity Game Framework",
10+
"url": "https://github.com/unity-game-framework"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git://github.com/unity-game-framework/ugf-module-authentication.git"
15+
},
16+
"changelogUrl": "https://github.com/unity-game-framework/ugf-module-authentication/blob/main/changelog.md",
17+
"licensesUrl": "https://github.com/unity-game-framework/ugf-module-authentication/blob/main/license",
18+
"publishConfig": {
19+
"registry": "https://unitygameframework.jfrog.io/artifactory/api/npm/default"
20+
},
21+
"dependencies": {}
22+
}

readme.md

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1-
# com.ugf.package.name
2-
3-
UGF.Package.Name
1+
# com.ugf.module.authentication
2+
3+
UGF.Module.Authentication
4+
5+
## Information
6+
7+
- **Version**: `0.0.0-preview`
8+
- **Unity**: `2022.2`
9+
- **API Compatibility Level**: `.NET Standard 2.1`
10+
11+
### Dependencies
12+
13+
- N/A
14+
15+
16+
### Description
17+
18+
Module to manage Unity Authentication.
19+
20+
### Changelog
21+
22+
- [Full changelog](changelog.md)
23+
24+
### Registry
25+
26+
Read about where packages stored: [Registry](https://github.com/unity-game-framework/organization/blob/main/docs/registry.md).
27+
28+
## How to Install
29+
30+
Read about how to install any packages from the `Unity Game Framework` registry: [Install Package](https://github.com/unity-game-framework/organization/blob/main/docs/install-packages.md).

0 commit comments

Comments
 (0)