Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Packages/io.chainsafe.web3-unity.lootboxes/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "io.chainsafe.web3-unity.lootboxes",
"version": "2.5.5",
"version": "2.6.0",
"displayName": "web3.unity SDK Lootboxes",
"description": "This additional package provides you with sample scene and sample scripts for opening lootboxes of various types",
"license": "LGPL-3.0-only",
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE",
"documentationUrl": "https://docs.gaming.chainsafe.io/",
"dependencies": {
"io.chainsafe.web3-unity": "2.5.5"
"io.chainsafe.web3-unity": "2.6.0"
},
"keywords": [
"web3",
Expand Down
4 changes: 2 additions & 2 deletions Packages/io.chainsafe.web3-unity.ramp/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "io.chainsafe.web3-unity.ramp",
"version": "1.0.0",
"version": "2.6.0",
"displayName": "web3.unity SDK Ramp",
"description": "This package includes the integration of Ramp's ramp service, which you can use with our Gaming SDK.",
"license": "LGPL-3.0-only",
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE",
"documentationUrl": "https://docs.gaming.chainsafe.io/",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.2",
"io.chainsafe.web3-unity": "2.5.0"
"io.chainsafe.web3-unity": "2.6.0"
},
"keywords": [
"web3",
Expand Down
4 changes: 2 additions & 2 deletions Packages/io.chainsafe.web3-unity.web3auth/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "io.chainsafe.web3-unity.web3auth",
"version": "2.5.5",
"version": "2.6.0",
"displayName": "web3.unity SDK Web3Auth",
"description": "web3.unity is an open-source gaming SDK written in C# and developed by ChainSafe Gaming. It connects games built in the Unity game engine to the blockchain. The library currently supports games built for web browsers (WebGL), iOS/Android mobile, and desktop. web3.unity is compatible with most EVM-based chains such as Ethereum, Polygon, Moonbeam, Cronos, Nervos, and Binance Smart Chain, letting developers easily choose and switch between them to create the best in-game experience.",
"license": "LGPL-3.0-only",
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE",
"documentationUrl": "https://docs.gaming.chainsafe.io/",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.2",
"io.chainsafe.web3-unity": "2.5.5"
"io.chainsafe.web3-unity": "2.6.0"
},
"keywords": [
"web3",
Expand Down
2 changes: 1 addition & 1 deletion Packages/io.chainsafe.web3-unity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io.chainsafe.web3-unity",
"version": "2.5.5",
"version": "2.6.0",
"displayName": "web3.unity SDK",
"description": "web3.unity is an open-source gaming SDK written in C# and developed by ChainSafe Gaming. It connects games built in the Unity game engine to the blockchain. The library currently supports games built for web browsers (WebGL), iOS/Android mobile, and desktop. web3.unity is compatible with most EVM-based chains such as Ethereum, Polygon, Moonbeam, Cronos, Nervos, and Binance Smart Chain, letting developers easily choose and switch between them to create the best in-game experience.",
"license": "LGPL-3.0-only",
Expand Down
6 changes: 3 additions & 3 deletions src/UnitySampleProject/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"depth": 0,
"source": "local",
"dependencies": {
"io.chainsafe.web3-unity": "2.5.5"
"io.chainsafe.web3-unity": "2.6.0"
}
},
"io.chainsafe.web3-unity.marketplace": {
Expand All @@ -181,7 +181,7 @@
"source": "local",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.2",
"io.chainsafe.web3-unity": "2.5.0"
"io.chainsafe.web3-unity": "2.6.0"
}
},
"io.chainsafe.web3-unity.web3auth": {
Expand All @@ -190,7 +190,7 @@
"source": "local",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.2",
"io.chainsafe.web3-unity": "2.5.5"
"io.chainsafe.web3-unity": "2.6.0"
}
},
"nuget.mono-cecil": {
Expand Down