Skip to content

Commit

Permalink
chore: add "rootNamespace" to each assembly definition
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed Jan 29, 2024
1 parent 33930a3 commit 109bdc6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "com.anatawa12.avatar-optimizer.api.editor",
"rootNamespace": "Anatawa12.AvatarOptimizer.API",
"references": [],
"includePlatforms": [
"Editor"
Expand Down
1 change: 1 addition & 0 deletions Editor/com.anatawa12.avatar-optimizer.editor.asmdef
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "com.anatawa12.avatar-optimizer.editor",
"rootNamespace": "Anatawa12.AvatarOptimizer",
"references": [
"com.anatawa12.custom-localization-for-editor-extension",
"com.anatawa12.custom-localization-for-editor-extension.runtime",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "com.anatawa12.avatar-optimizer.internal.prefab-safe-set.editor",
"rootNamespace": "Anatawa12.AvatarOptimizer.PrefabSafeSet",
"references": [
"com.anatawa12.custom-localization-for-editor-extension",
"com.anatawa12.custom-localization-for-editor-extension.runtime",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "com.anatawa12.avatar-optimizer.internal.prefab-safe-set",
"rootNamespace": "Anatawa12.AvatarOptimizer.PrefabSafeSet",
"references": [
"com.anatawa12.custom-localization-for-editor-extension.runtime"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "com.anatawa12.avatar-optimizer.internal.unsafe",
"rootNamespace": "Anatawa12.AvatarOptimizer",
"references": [],
"includePlatforms": [],
"excludePlatforms": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "com.anatawa12.avatar-optimizer.localization",
"rootNamespace": "Anatawa12.AvatarOptimizer",
"references": [],
"includePlatforms": [
"Editor"
Expand Down
1 change: 1 addition & 0 deletions Runtime/com.anatawa12.avatar-optimizer.runtime.asmdef
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "com.anatawa12.avatar-optimizer.runtime",
"rootNamespace": "Anatawa12.AvatarOptimizer",
"references": [
"com.anatawa12.custom-localization-for-editor-extension.runtime",
"com.anatawa12.avatar-optimizer.internal.prefab-safe-set",
Expand Down

0 comments on commit 109bdc6

Please sign in to comment.