Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AXiX-official committed May 19, 2024
1 parent d02f8e0 commit 2cbe13e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion UnityAsset.NET/BundleFile/BundleFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
6 changes: 3 additions & 3 deletions UnityAsset.NET/UnityAsset.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<Nullable>enable</Nullable>
<Authors>AXiX</Authors>
<Description>A .NET library for reading and modifying Unity assets and bundles.</Description>
<Version>0.0.2</Version>
<Version>0.0.3</Version>
<Title>UnityAsset.NET</Title>
<Copyright>AXiX</Copyright>
<PackageProjectUrl>https://github.com/AXiX-official/UnityAsset.NET</PackageProjectUrl>
<RepositoryUrl>https://github.com/AXiX-official/UnityAsset.NET</RepositoryUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<AssemblyVersion>0.0.2</AssemblyVersion>
<FileVersion>0.0.2</FileVersion>
<AssemblyVersion>0.0.3</AssemblyVersion>
<FileVersion>0.0.3</FileVersion>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>Unity</PackageTags>
Expand Down

0 comments on commit 2cbe13e

Please sign in to comment.