发布v1.0.5版本

This commit is contained in:
monitor1394
2019-11-12 19:54:39 +08:00
parent e93b99bb51
commit eddbe3ff5e
4 changed files with 7 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
# 更新日志
* (2019.11.12) 发布`v1.0.5`版本
* (2019.11.12) 修复`2018.3`以下版本打开项目报错的问题
* (2019.11.12) 增加`IconStyle`子组件,优化`SerieData`的图标配置
* (2019.11.11) 修复`Serie`的图标显示在上层遮挡`Label`的问题

View File

@@ -24,8 +24,8 @@ namespace XCharts
public class XChartsMgr : MonoBehaviour
{
public const string version = "1.0.4";
public const int date = 20191105;
public const string version = "1.0.5";
public const int date = 20191112;
[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.4",
"version": "1.0.5",
"unity": "2018.3",
"description": "A charting and data visualization library for Unity.",
"keywords": [

View File

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