mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatabaseTools] Rename DBTools
This commit is contained in:
@@ -7,7 +7,7 @@ namespace SabreTools.Helper
|
||||
/// <summary>
|
||||
/// All general database operations
|
||||
/// </summary>
|
||||
public class DBTools
|
||||
public class DatabaseTools
|
||||
{
|
||||
/// <summary>
|
||||
/// Ensure that the databse exists and has the proper schema
|
||||
@@ -92,7 +92,7 @@
|
||||
<ItemGroup>
|
||||
<Compile Include="Data\Constants.cs" />
|
||||
<Compile Include="Tools\CRC32.cs" />
|
||||
<Compile Include="DBTools.cs" />
|
||||
<Compile Include="DatabaseTools.cs" />
|
||||
<Compile Include="Data\Enums.cs" />
|
||||
<Compile Include="Interfaces\IGenerate.cs" />
|
||||
<Compile Include="Interfaces\IImport.cs" />
|
||||
|
||||
Reference in New Issue
Block a user