Skip to content

Commit 324648d

Browse files
committed
refactor: change assembly name for development
1 parent 0d86d20 commit 324648d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Editor/InspectorGUI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ static InspectorGUI()
109109
private static string _assetPath;
110110
private static string[] _ignoredAssetPaths = {
111111
"Assets/CSharpCompilerSettings/Dev/CSharpCompilerSettings.Dev.asmdef",
112-
"Assets/CSharpCompilerSettings/CSharpCompilerSettings.asmdef",
112+
"Assets/CSharpCompilerSettings/CSharpCompilerSettings_.asmdef",
113113
"Packages/com.coffee.csharp-compiler-settings/Editor/CSharpCompilerSettings.Editor.asmdef",
114114
};
115115

0 commit comments

Comments
 (0)