发布1.0.3版本

This commit is contained in:
monitor1394
2019-11-03 08:43:39 +08:00
parent fde0b3e242
commit 322a1bd9d6
4 changed files with 9 additions and 6 deletions

View File

@@ -1,7 +1,10 @@
# 更新日志
* (2019.10.03) 发布`v1.0.3`版本
* (2019.11.03) 增加`Editor`快捷添加图表:`Hierarchy`试图下右键`XCharts->LineChart`
* (2019.11.02) 优化非配置参数变量命名和访问权限,简化`API`
* (2019.10.31) 发布`v1.0.2`版本
* (2019.10.31) 修复`prefab`预设制作报错的问题
* (2019.10.31) 增加访问主题组件API`BaseChart.themeInfo`
* (2019.10.26) 发布`v1.0.1`版本

View File

@@ -24,8 +24,8 @@ namespace XCharts
public class XChartsMgr : MonoBehaviour
{
public const string version = "1.0.2";
public const int date = 20191031;
public const string version = "1.0.3";
public const int date = 20191103;
[SerializeField] private string m_NowVersion;
[SerializeField] private string m_NewVersion;

View File

@@ -1,7 +1,7 @@
{
"name": "com.monitor1394.xcharts",
"displayName": "XCharts",
"version": "1.0.2",
"version": "1.0.3",
"unity": "2018.3",
"description": "A charting and data visualization library for Unity.",
"keywords": [

View File

@@ -1,7 +1,7 @@
{
"version": "1.0.2",
"date": "20191031",
"checkdate": "20191031",
"version": "1.0.3",
"date": "20191103",
"checkdate": "20191103",
"desc": "欢迎 Github 上点 Star 支持,非常感谢!",
"homepage": "https://github.com/monitor1394/unity-ugui-XCharts"
}