Skip to content

Commit

Permalink
Infrastructure Preparation 131
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Nov 17, 2022
1 parent 92e65b9 commit 044a662
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Taiizor.Essentials.Blazor.Helper;
using Taiizor.Essentials.Maui.Helper;
using Taiizor.Essentials.Maui.Value;

namespace Taiizor.Essentials.Maui.Extension.Storage.Device
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Taiizor.Essentials.Blazor.Helper;
using Taiizor.Essentials.Maui.Helper;
using Taiizor.Essentials.Maui.Value;

namespace Taiizor.Essentials.Maui.Extension.Storage.Device
Expand Down
10 changes: 10 additions & 0 deletions src/Taiizor.Essentials.Maui/Helper/Combine.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
namespace Taiizor.Essentials.Maui.Helper
{
internal class Combine
{
public static string FullPath(string Directory, string File, string Extension)
{
return Path.Combine(Directory, $"{File}{Extension}");
}
}
}
4 changes: 0 additions & 4 deletions src/Taiizor.Essentials.Maui/Taiizor.Essentials.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,4 @@ Changes are detailed at https://github.com/Taiizor/Taiizor.Essentials.Maui/relea
</PackageReference>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Taiizor.Essentials.Blazor" Version="22.11.17.2220" />
</ItemGroup>

</Project>

0 comments on commit 044a662

Please sign in to comment.