mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[AssemblyInfo, SabreTools] Update assembly to have SabreTools name,
This commit is contained in:
@@ -14,7 +14,7 @@ namespace SabreTools
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
private static void Setup()
|
private static void Setup()
|
||||||
{
|
{
|
||||||
Build.Start("DATabase");
|
Build.Start("SabreTools");
|
||||||
|
|
||||||
// Perform initial database and folder setup
|
// Perform initial database and folder setup
|
||||||
if (!Directory.Exists(_datroot))
|
if (!Directory.Exists(_datroot))
|
||||||
|
|||||||
@@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
|
|||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// set of attributes. Change these attribute values to modify the information
|
||||||
// associated with an assembly.
|
// associated with an assembly.
|
||||||
[assembly: AssemblyTitle("DATabase")]
|
[assembly: AssemblyTitle("SabreTools")]
|
||||||
[assembly: AssemblyDescription("")]
|
[assembly: AssemblyDescription("DAT manipulation toolset")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("")]
|
[assembly: AssemblyCompany("")]
|
||||||
[assembly: AssemblyProduct("DATabase")]
|
[assembly: AssemblyProduct("SabreTools")]
|
||||||
[assembly: AssemblyCopyright("Copyright © 2016")]
|
[assembly: AssemblyCopyright("Copyright © 2016")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ namespace SabreTools
|
|||||||
public static void Main(string[] args)
|
public static void Main(string[] args)
|
||||||
{
|
{
|
||||||
// Perform initial setup and verification
|
// Perform initial setup and verification
|
||||||
_logger = new Logger(true, "database.log");
|
_logger = new Logger(true, "sabretools.log");
|
||||||
_logger.Start();
|
_logger.Start();
|
||||||
|
|
||||||
// If output is being redirected, don't allow clear screens
|
// If output is being redirected, don't allow clear screens
|
||||||
|
|||||||
Reference in New Issue
Block a user