This commit is contained in:
monitor1394
2023-10-16 08:15:27 +08:00
parent 6a5026e907
commit c67d3a3a80
2 changed files with 8 additions and 9 deletions

View File

@@ -21,8 +21,8 @@ namespace XCharts.Runtime
[ExecuteInEditMode] [ExecuteInEditMode]
public static class XChartsMgr public static class XChartsMgr
{ {
public static readonly string version = "3.8.1"; public static readonly string version = "3.8.2";
public static readonly int versionDate = 20231001; public static readonly int versionDate = 20231101;
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>();

View File

@@ -1,12 +1,13 @@
{ {
"name": "com.monitor1394.xcharts", "name": "com.monitor1394.xcharts",
"displayName": "XCharts", "displayName": "XCharts",
"version": "3.8.1", "author": "monitor1394",
"date": "20231001", "license": "MIT",
"checkdate": "20231001", "version": "3.8.2",
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!", "date": "20231101",
"checkdate": "20231101",
"unity": "2018.3", "unity": "2018.3",
"description": "A charting and data visualization library for Unity.", "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": [
"chart", "chart",
"charts", "charts",
@@ -19,8 +20,6 @@
"type": "git", "type": "git",
"url": "git+https://github.com/XCharts-Team/XCharts.git" "url": "git+https://github.com/XCharts-Team/XCharts.git"
}, },
"author": "monitor1394",
"license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/XCharts-Team/XCharts/issues" "url": "https://github.com/XCharts-Team/XCharts/issues"
}, },