Skip to content

Commit

Permalink
Update Package Metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
vmohan7 committed Sep 19, 2022
1 parent 3c4dd3f commit 5a30c3a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to com.fusedvr.web3 package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.3.0] - 2022-09-19

- Changed from static invocationto object invocation
- Update APIs require Application IDs
- Added Code Authentication for players
- Authentication now occurs on https://link.fusedvr.com

## [0.2.0] - 2022-04-24

- Re-order appId and email parameters for login
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "com.fusedvr.web3",
"version": "0.2.0",
"displayName": "FusedVR Web3",
"description": "This Web3 Package connects to the FusedVR APIs to help you authenticate and communicate with the Blockchain from Unity",
"name": "com.fusedvr.crypto",
"version": "0.3.0",
"displayName": "FusedVR Chain Auth",
"description": "This Crypto Package connects to the FusedVR Chain Auth APIs to help you authenticate and communicate with the Blockchain from Unity",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0"
},
"keywords": [
"web3",
"api",
"crypto",
"nft"
],
"author": {
Expand Down

0 comments on commit 5a30c3a

Please sign in to comment.