Skip to content

Commit 3e00a5a

Browse files
committed
fix
1 parent dd6c507 commit 3e00a5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/LibBuilder.Data/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class Constants
1818
/// <summary>
1919
/// The log name.
2020
/// </summary>
21-
public const string LogName = "libbuilder_log_{Date}.txt";
21+
public const string LogName = "libbuilder_log_.txt";
2222

2323
/// <summary>
2424
/// Gets or sets the database path.

src/PBDotNet.Core/orca/Orca.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public enum Version
162162
public const string PB105_DllName = "pborc105";
163163
public const string PB125_DllName = "pborc125";
164164
public const string PB170_DllName = "pborc170";
165-
public const string PB190_DllName = "pborc";
165+
public const string PB190_DllName = "pborc190";
166166

167167
#region private
168168

0 commit comments

Comments
 (0)