refactor(*): Rename to Creek.FileRepository

This commit is contained in:
Josh Creek
2021-08-30 13:29:49 +01:00
parent 0fe9924f5b
commit 615994a68d
15 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
using FileRepository;
using FileRepository.Models;
using Creek.FileRepository;
using Creek.FileRepository.Models;
using Microsoft.Extensions.Configuration;
using Newtonsoft.Json.Linq;
using NUnit.Framework;
+1 -1
View File
@@ -25,7 +25,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FileRepository\FileRepository.csproj" />
<ProjectReference Include="..\Creek.FileRepository\Creek.FileRepository.csproj" />
</ItemGroup>
</Project>