Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfranblanco authored Mar 6, 2024
1 parent 78d9d01 commit c0f7b4d
Showing 1 changed file with 26 additions and 23 deletions.
49 changes: 26 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
{
"name": "com.nethereum.unity.walletconnect",
"displayName": "Nethereum.WalletConnect",
"version": "4.19.2",
"unity": "2021.3",
"description": "Nethereum walletconnect runtime integration dlls, please check Nethereum releases for more information, https://github.com/Nethereum/Nethereum/releases, example can be found at https://github.com/Nethereum/Unity3dSampleTemplate",
"changelogUrl": "https://github.com/Nethereum/Nethereum/releases",
"author": {
"name": "Juan Blanco",
"url": "nethereum.com"
},
"license": "MIT",
"licensesUrl": "https://github.com/Nethereum/Nethereum.Unity/blob/main/LICENSE.md",
"keywords": [
"unity", "nethereum", "ethereum", "walletconnect"
],
"category": "Unity",
"type": "library"
"dependencies": {
"com.nethereum.unity": "4.19.2",
"com.walletconnect.core": "3.0.6"
},
}
{
"name": "com.nethereum.unity.walletconnect",
"displayName": "Nethereum.WalletConnect",
"version": "4.19.3",
"unity": "2021.3",
"description": "Nethereum walletconnect runtime integration dlls, please check Nethereum releases for more information, https://github.com/Nethereum/Nethereum/releases, example can be found at https://github.com/Nethereum/Unity3dSampleTemplate",
"changelogUrl": "https://github.com/Nethereum/Nethereum/releases",
"author": {
"name": "Juan Blanco",
"url": "nethereum.com"
},
"license": "MIT",
"licensesUrl": "https://github.com/Nethereum/Nethereum.Unity/blob/main/LICENSE.md",
"keywords": [
"unity",
"nethereum",
"ethereum",
"walletconnect"
],
"category": "Unity",
"type": "library",
"dependencies": {
"com.nethereum.unity": "4.19.2",
"com.walletconnect.core": "3.0.6"
}
}

0 comments on commit c0f7b4d

Please sign in to comment.