diff --git a/Assets/YooAsset/Editor/AssetBundleCollector/DefaultRules/DefaultIgnoreRule.cs b/Assets/YooAsset/Editor/AssetBundleCollector/DefaultRules/DefaultIgnoreRule.cs
index 36172444..7ab28e04 100644
--- a/Assets/YooAsset/Editor/AssetBundleCollector/DefaultRules/DefaultIgnoreRule.cs
+++ b/Assets/YooAsset/Editor/AssetBundleCollector/DefaultRules/DefaultIgnoreRule.cs
@@ -10,7 +10,7 @@ namespace YooAsset.Editor
///
/// 忽略的文件类型
///
- public readonly static HashSet IgnoreFileExtensions = new HashSet() { "", ".so", ".dll", ".cs", ".js", ".boo", ".meta", ".cginc", ".hlsl" };
+ public readonly static HashSet IgnoreFileExtensions = new HashSet() { "", ".so", ".cs", ".js", ".boo", ".meta", ".cginc", ".hlsl" };
}
///
diff --git a/Assets/YooAsset/package.json b/Assets/YooAsset/package.json
index b2868355..4c34f5ec 100644
--- a/Assets/YooAsset/package.json
+++ b/Assets/YooAsset/package.json
@@ -1,7 +1,7 @@
{
"name": "com.tuyoogame.yooasset",
"displayName": "YooAsset",
- "version": "2.3.4-preview",
+ "version": "2.3.4-fix-raw-ignore-dll",
"unity": "2019.4",
"description": "unity3d resources management system.",
"author": {