From 9549159a582d0e31f0ada4200a4fbe71a97e2177 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Tue, 31 May 2022 08:33:54 +0800 Subject: [PATCH] 3.0 --- ...{XCharts.Examples.Runtime.asmdef => XCharts.Examples.asmdef} | 2 +- ...xamples.Runtime.asmdef.meta => XCharts.Examples.asmdef.meta} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Examples/{XCharts.Examples.Runtime.asmdef => XCharts.Examples.asmdef} (88%) rename Examples/{XCharts.Examples.Runtime.asmdef.meta => XCharts.Examples.asmdef.meta} (100%) diff --git a/Examples/XCharts.Examples.Runtime.asmdef b/Examples/XCharts.Examples.asmdef similarity index 88% rename from Examples/XCharts.Examples.Runtime.asmdef rename to Examples/XCharts.Examples.asmdef index ab58abc9..638b2960 100644 --- a/Examples/XCharts.Examples.Runtime.asmdef +++ b/Examples/XCharts.Examples.asmdef @@ -1,5 +1,5 @@ { - "name": "XCharts.Examples.Runtime", + "name": "XCharts.Examples", "references": [ "XCharts.Runtime" ], diff --git a/Examples/XCharts.Examples.Runtime.asmdef.meta b/Examples/XCharts.Examples.asmdef.meta similarity index 100% rename from Examples/XCharts.Examples.Runtime.asmdef.meta rename to Examples/XCharts.Examples.asmdef.meta