Skip to content

Commit

Permalink
Updated analytics and package.json to 2.5.4 release. (#758)
Browse files Browse the repository at this point in the history
* Revert "automated duplicating imported samples modifications (#595)"

This reverts commit a555894.

* Updated analytics and package.json to 2.5.4 release.

* Published Solution Dependencies to Package Libraries as DLLs

* revert from main

* Published Solution Dependencies to Package Libraries as DLLs

---------

Co-authored-by: robGG1997 <[email protected]>
Co-authored-by: robGG1997 <[email protected]>
  • Loading branch information
3 people authored Nov 23, 2023
1 parent 0e224ad commit a7b890c
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 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.
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.3",
"version": "2.5.4",
"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.3";
public string AnalyticsVersion => "2.5.4";

public async void CaptureEvent(AnalyticsEvent eventData)
{
Expand Down

0 comments on commit a7b890c

Please sign in to comment.