From 90be3fe84a6e197f79a852f6e516517ce4c7bb93 Mon Sep 17 00:00:00 2001 From: Foldcc_b1 Date: Sun, 29 Jan 2023 13:57:00 +0800 Subject: [PATCH] update json --- .../Editor/AnyThinkPlugin.Editor.asmdef | 17 +++++++++++++++++ .../Editor/AnyThinkPlugin.Editor.asmdef.meta | 7 +++++++ .../AnyThinkPlugin/Script/AnyThinkPlugin.asmdef | 16 ++++++++++++++++ .../Script/AnyThinkPlugin.asmdef.meta | 7 +++++++ Assets/package.json | 2 +- 5 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 Assets/AnyThinkPlugin/Editor/AnyThinkPlugin.Editor.asmdef create mode 100644 Assets/AnyThinkPlugin/Editor/AnyThinkPlugin.Editor.asmdef.meta create mode 100644 Assets/AnyThinkPlugin/Script/AnyThinkPlugin.asmdef create mode 100644 Assets/AnyThinkPlugin/Script/AnyThinkPlugin.asmdef.meta diff --git a/Assets/AnyThinkPlugin/Editor/AnyThinkPlugin.Editor.asmdef b/Assets/AnyThinkPlugin/Editor/AnyThinkPlugin.Editor.asmdef new file mode 100644 index 0000000..b971614 --- /dev/null +++ b/Assets/AnyThinkPlugin/Editor/AnyThinkPlugin.Editor.asmdef @@ -0,0 +1,17 @@ +{ + "name": "AnyThinkPlugin.Editor", + "rootNamespace": "", + "references": [ + "GUID:c248eb35f205f4a4ca30558ca783f464", + "GUID:50611132f38c26d49a2328608a8945e1" + ], + "includePlatforms": [], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [], + "versionDefines": [], + "noEngineReferences": false +} \ No newline at end of file diff --git a/Assets/AnyThinkPlugin/Editor/AnyThinkPlugin.Editor.asmdef.meta b/Assets/AnyThinkPlugin/Editor/AnyThinkPlugin.Editor.asmdef.meta new file mode 100644 index 0000000..5e014a1 --- /dev/null +++ b/Assets/AnyThinkPlugin/Editor/AnyThinkPlugin.Editor.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ff19cd1a451e3d44eb0aa28e4406ea6f +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AnyThinkPlugin/Script/AnyThinkPlugin.asmdef b/Assets/AnyThinkPlugin/Script/AnyThinkPlugin.asmdef new file mode 100644 index 0000000..81aac17 --- /dev/null +++ b/Assets/AnyThinkPlugin/Script/AnyThinkPlugin.asmdef @@ -0,0 +1,16 @@ +{ + "name": "AnyThinkPlugin", + "rootNamespace": "", + "references": [ + "GUID:c248eb35f205f4a4ca30558ca783f464" + ], + "includePlatforms": [], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [], + "versionDefines": [], + "noEngineReferences": false +} \ No newline at end of file diff --git a/Assets/AnyThinkPlugin/Script/AnyThinkPlugin.asmdef.meta b/Assets/AnyThinkPlugin/Script/AnyThinkPlugin.asmdef.meta new file mode 100644 index 0000000..0ee23ef --- /dev/null +++ b/Assets/AnyThinkPlugin/Script/AnyThinkPlugin.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 50611132f38c26d49a2328608a8945e1 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/package.json b/Assets/package.json index 07565aa..408349a 100644 --- a/Assets/package.json +++ b/Assets/package.json @@ -2,7 +2,7 @@ "name": "com.commercialization.topon", "displayName": "Commercialization.topon", "description": "基于topon的广告sdk封装,依赖基础商业化模块", - "version": "1.0.2", + "version": "1.0.3", "unity": "2021.1", "license": "MIT", "repository": {