From 65448984bfe12282358f4fb3d951e9295330f517 Mon Sep 17 00:00:00 2001 From: godzzz Date: Sat, 16 Dec 2023 16:58:28 +0400 Subject: [PATCH] Package renamed to com.depra.assets.unity --- .../{Depra.Assets.Runtime.asmdef => Depra.Assets.Unity.asmdef} | 2 +- ...ssets.Runtime.asmdef.meta => Depra.Assets.Unity.asmdef.meta} | 0 package.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename Runtime/{Depra.Assets.Runtime.asmdef => Depra.Assets.Unity.asmdef} (90%) rename Runtime/{Depra.Assets.Runtime.asmdef.meta => Depra.Assets.Unity.asmdef.meta} (100%) diff --git a/Runtime/Depra.Assets.Runtime.asmdef b/Runtime/Depra.Assets.Unity.asmdef similarity index 90% rename from Runtime/Depra.Assets.Runtime.asmdef rename to Runtime/Depra.Assets.Unity.asmdef index a61377c..e2834ed 100644 --- a/Runtime/Depra.Assets.Runtime.asmdef +++ b/Runtime/Depra.Assets.Unity.asmdef @@ -1,5 +1,5 @@ { - "name": "Depra.Assets.Runtime", + "name": "Depra.Assets.Unity", "rootNamespace": "Depra.Assets", "references": [], "includePlatforms": [], diff --git a/Runtime/Depra.Assets.Runtime.asmdef.meta b/Runtime/Depra.Assets.Unity.asmdef.meta similarity index 100% rename from Runtime/Depra.Assets.Runtime.asmdef.meta rename to Runtime/Depra.Assets.Unity.asmdef.meta diff --git a/package.json b/package.json index 7b6badb..5bc3bdc 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "com.depra.assets", + "name": "com.depra.assets.unity", "version": "0.2.3", "displayName": "Depra.Assets", "description": "Provides an API for loading Unity asset files in multiple ways through a single interface.",