mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-30 05:08:48 +00:00
3.11.0-preview2
This commit is contained in:
@@ -21,8 +21,8 @@ namespace XCharts.Runtime
|
|||||||
[ExecuteInEditMode]
|
[ExecuteInEditMode]
|
||||||
public static class XChartsMgr
|
public static class XChartsMgr
|
||||||
{
|
{
|
||||||
public static readonly string version = "3.11.0-preview1";
|
public static readonly string version = "3.11.0-preview2";
|
||||||
public static readonly int versionDate = 20240520;
|
public static readonly int versionDate = 20240611;
|
||||||
public static string fullVersion { get { return version + "-" + versionDate; } }
|
public static string fullVersion { get { return version + "-" + versionDate; } }
|
||||||
|
|
||||||
internal static List<BaseChart> chartList = new List<BaseChart>();
|
internal static List<BaseChart> chartList = new List<BaseChart>();
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
"displayName": "XCharts",
|
"displayName": "XCharts",
|
||||||
"author": "monitor1394",
|
"author": "monitor1394",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "3.11.0-preview1",
|
"version": "3.11.0-preview2",
|
||||||
"date": "20240520",
|
"date": "20240611",
|
||||||
"checkdate": "20240520",
|
"checkdate": "20240611",
|
||||||
"unity": "2018.3",
|
"unity": "2018.3",
|
||||||
"description": "A charting and data visualization library for Unity. Support line chart, bar chart, pie chart, radar chart, scatter chart, heatmap chart, ring chart, candlestick chart, polar chart and parallel coordinates.",
|
"description": "A charting and data visualization library for Unity. Support line chart, bar chart, pie chart, radar chart, scatter chart, heatmap chart, ring chart, candlestick chart, polar chart and parallel coordinates.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
Reference in New Issue
Block a user