Skip to content

Commit

Permalink
Increasing the version to 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kantagara committed Nov 21, 2023
1 parent 4a5eab6 commit 5fd52be
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 9 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.2",
"version": "2.5.3",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public ApiAnalyticsClient(IProjectConfig projectConfig, IChainConfig chainConfig
this.projectConfig = projectConfig;
}

public string AnalyticsVersion => "2.5.2";
public string AnalyticsVersion => "2.5.3";

public async void CaptureEvent(AnalyticsEvent eventData)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using Nethereum.Hex.HexConvertors.Extensions;
using Nethereum.Hex.HexTypes;
using Nethereum.RPC.Eth.DTOs;
using Org.BouncyCastle.Utilities.Encoders;
using Block = ChainSafe.Gaming.Evm.Blocks.Block;
using BlockWithTransactions = ChainSafe.Gaming.Evm.Blocks.BlockWithTransactions;
using Transaction = ChainSafe.Gaming.Evm.Transactions.Transaction;
Expand Down
12 changes: 6 additions & 6 deletions src/UnitySampleProject/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,21 +237,21 @@
"com.unity.nuget.newtonsoft-json": "3.0.2"
}
},
"io.chainsafe.web3-unity.web3auth": {
"version": "file:../../../Packages/io.chainsafe.web3-unity.web3auth",
"io.chainsafe.web3-unity.lootboxes": {
"version": "file:../../../Packages/io.chainsafe.web3-unity.lootboxes",
"depth": 0,
"source": "local",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.2",
"io.chainsafe.web3-unity": "2.5.0"
}
},
"io.chainsafe.web3-unity.lootboxes": {
"version": "file:../../../Packages/io.chainsafe.web3-unity.lootboxes",
"io.chainsafe.web3-unity.web3auth": {
"version": "file:../../../Packages/io.chainsafe.web3-unity.web3auth",
"depth": 0,
"source": "local",
"dependencies": {
"io.chainsafe.web3-unity": "2.5.0"
"com.unity.nuget.newtonsoft-json": "3.0.2",
"io.chainsafe.web3-unity": "2.5.2"
}
},
"com.unity.modules.ai": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ EditorBuildSettings:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Scenes:
- enabled: 0
path:
guid: 00000000000000000000000000000000
- enabled: 0
path:
guid: 00000000000000000000000000000000
- enabled: 0
path:
guid: 00000000000000000000000000000000
- enabled: 1
path: Assets/Samples/web3.unity SDK Web3Auth/2.5.1/Web3.Unity Web3Auth Samples/Scenes/SampleLogin
- Web3Auth.unity
Expand Down

0 comments on commit 5fd52be

Please sign in to comment.