Skip to content

Commit ffc1cdc

Browse files
committed
Renamed project XeniaBot.Data to XeniaBot.MongoData
1 parent fa5d345 commit ffc1cdc

63 files changed

Lines changed: 6 additions & 6 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

XeniaBot.Core.LevelSystem/XeniaBot.Core.LevelSystem.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<ItemGroup>
2121
<ProjectReference Include="..\XeniaBot.Core.Shared\XeniaBot.Core.Shared.csproj" />
22-
<ProjectReference Include="..\XeniaBot.Data\XeniaBot.Data.csproj" />
22+
<ProjectReference Include="..\XeniaBot.MongoData\XeniaBot.MongoData.csproj" />
2323
<ProjectReference Include="..\XeniaBot.Shared\XeniaBot.Shared.csproj" />
2424
</ItemGroup>
2525

XeniaBot.Core.Shared/XeniaBot.Core.Shared.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<ProjectReference Include="..\XeniaBot.Data\XeniaBot.Data.csproj" />
10+
<ProjectReference Include="..\XeniaBot.MongoData\XeniaBot.MongoData.csproj" />
1111
<ProjectReference Include="..\XeniaBot.Shared\XeniaBot.Shared.csproj" />
1212
</ItemGroup>
1313

XeniaBot.Core/XeniaBot.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<ItemGroup>
7474
<ProjectReference Include="..\XeniaBot.Core.LevelSystem\XeniaBot.Core.LevelSystem.csproj" />
7575
<ProjectReference Include="..\XeniaBot.Core.Shared\XeniaBot.Core.Shared.csproj" />
76-
<ProjectReference Include="..\XeniaBot.Data\XeniaBot.Data.csproj" />
76+
<ProjectReference Include="..\XeniaBot.MongoData\XeniaBot.MongoData.csproj" />
7777
<ProjectReference Include="..\XeniaBot.Logic\XeniaBot.Logic.csproj" />
7878
<ProjectReference Include="..\XeniaBot.Shared\XeniaBot.Shared.csproj" />
7979
</ItemGroup>

XeniaBot.Logic/XeniaBot.Logic.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<ProjectReference Include="..\XeniaBot.Data\XeniaBot.Data.csproj" />
14+
<ProjectReference Include="..\XeniaBot.MongoData\XeniaBot.MongoData.csproj" />
1515
<ProjectReference Include="..\XeniaBot.Shared\XeniaBot.Shared.csproj" />
1616
</ItemGroup>
1717

File renamed without changes.
File renamed without changes.
File renamed without changes.

XeniaBot.Data/Models/BanSync/BanSyncGuildStateModel.cs renamed to XeniaBot.MongoData/Models/BanSync/BanSyncGuildStateModel.cs

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)