Skip to content

Commit 8564b1f

Browse files
committed
Version 0.6.4
1 parent 0ceab12 commit 8564b1f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/AssetManagementBase.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PackageLicenseExpression>MIT</PackageLicenseExpression>
77
<PackageProjectUrl>https://github.com/rds1983/AssetManagementBase</PackageProjectUrl>
88
<TargetFramework>netstandard2.0</TargetFramework>
9-
<Version>0.6.3</Version>
9+
<Version>0.6.4</Version>
1010
</PropertyGroup>
1111

1212
<PropertyGroup Condition="'$(Configuration)'=='Release'">

src/AssetManager.cs

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ public class AssetManager
1414
private readonly AssetManagerCore _core;
1515
private readonly string _currentFolder = SeparatorString;
1616

17+
public string CurrentFolder => _currentFolder;
1718
public Dictionary<string, object> Cache => _core.Cache;
1819

1920
public AssetManager(IAssetAccessor assetAccesssor)

0 commit comments

Comments
 (0)