diff --git a/UnityAsset.NET/BundleFile/BundleFile.cs b/UnityAsset.NET/BundleFile/BundleFile.cs
index b413900..faab62e 100644
--- a/UnityAsset.NET/BundleFile/BundleFile.cs
+++ b/UnityAsset.NET/BundleFile/BundleFile.cs
@@ -336,7 +336,7 @@ public void Write(Stream output, string infoPacker = "none", string dataPacker =
}
}
- private void fixCRC(uint targetCRC, uint currentCRC)
+ public void fixCRC(uint targetCRC, uint currentCRC)
{
if (targetCRC == currentCRC)
{
diff --git a/UnityAsset.NET/UnityAsset.NET.csproj b/UnityAsset.NET/UnityAsset.NET.csproj
index 25bf353..0be4629 100644
--- a/UnityAsset.NET/UnityAsset.NET.csproj
+++ b/UnityAsset.NET/UnityAsset.NET.csproj
@@ -6,14 +6,14 @@