We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd6c507 commit 3e00a5aCopy full SHA for 3e00a5a
src/LibBuilder.Data/Constants.cs
@@ -18,7 +18,7 @@ public class Constants
18
/// <summary>
19
/// The log name.
20
/// </summary>
21
- public const string LogName = "libbuilder_log_{Date}.txt";
+ public const string LogName = "libbuilder_log_.txt";
22
23
24
/// Gets or sets the database path.
src/PBDotNet.Core/orca/Orca.cs
@@ -162,7 +162,7 @@ public enum Version
162
public const string PB105_DllName = "pborc105";
163
public const string PB125_DllName = "pborc125";
164
public const string PB170_DllName = "pborc170";
165
- public const string PB190_DllName = "pborc";
+ public const string PB190_DllName = "pborc190";
166
167
#region private
168
0 commit comments