Skip to content

Commit

Permalink
[v0.2.8-pre.5] Assembly info fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
g0dzZz-coder committed Jun 25, 2024
1 parent d0d6088 commit 471e8fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Runtime/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Runtime.CompilerServices;

[assembly: InternalsVisibleTo("Depra.Asset.Editor")]
[assembly: InternalsVisibleTo("Depra.Asset.Bundles")]
[assembly: InternalsVisibleTo("Depra.Asset.Bundle")]

[assembly: InternalsVisibleTo("Depra.Asset.Tests.EditMode")]
[assembly: InternalsVisibleTo("Depra.Asset.Tests.PlayMode")]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.depra.asset.unity",
"version": "0.2.8-pre.3",
"version": "0.2.8-pre.4",
"displayName": "Depra.Asset",
"description": "Provides an API for loading Unity asset files in multiple ways through a single interface.",
"unity": "2021.3",
Expand Down

0 comments on commit 471e8fb

Please sign in to comment.