From 79f69711b6cd484518aeec6caa2f5641da4df12d Mon Sep 17 00:00:00 2001 From: Daniel Dugger Date: Sun, 17 May 2020 20:44:17 -0400 Subject: [PATCH] SW: Update packages --- .../KFDtool.Adapter/KFDtool.Adapter.csproj | 2 +- sw/control/KFDtool.Adapter/packages.config | 2 +- .../KFDtool.BSL430/KFDtool.BSL430.csproj | 2 +- sw/control/KFDtool.BSL430/packages.config | 2 +- sw/control/KFDtool.Cmd/KFDtool.Cmd.csproj | 6 +- sw/control/KFDtool.Cmd/NLog.xsd | 421 +++++++++++------- sw/control/KFDtool.Cmd/packages.config | 7 +- sw/control/KFDtool.Gui/KFDtool.Gui.csproj | 2 +- sw/control/KFDtool.Gui/NLog.xsd | 421 +++++++++++------- sw/control/KFDtool.Gui/packages.config | 5 +- sw/control/KFDtool.P25/KFDtool.P25.csproj | 2 +- sw/control/KFDtool.P25/packages.config | 2 +- 12 files changed, 531 insertions(+), 343 deletions(-) diff --git a/sw/control/KFDtool.Adapter/KFDtool.Adapter.csproj b/sw/control/KFDtool.Adapter/KFDtool.Adapter.csproj index ff71a69..fb4e45a 100644 --- a/sw/control/KFDtool.Adapter/KFDtool.Adapter.csproj +++ b/sw/control/KFDtool.Adapter/KFDtool.Adapter.csproj @@ -34,7 +34,7 @@ - ..\packages\NLog.4.6.7\lib\net45\NLog.dll + ..\packages\NLog.4.7.1\lib\net45\NLog.dll diff --git a/sw/control/KFDtool.Adapter/packages.config b/sw/control/KFDtool.Adapter/packages.config index 3ba4654..69103d5 100644 --- a/sw/control/KFDtool.Adapter/packages.config +++ b/sw/control/KFDtool.Adapter/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/sw/control/KFDtool.BSL430/KFDtool.BSL430.csproj b/sw/control/KFDtool.BSL430/KFDtool.BSL430.csproj index 926ba4d..25be15d 100644 --- a/sw/control/KFDtool.BSL430/KFDtool.BSL430.csproj +++ b/sw/control/KFDtool.BSL430/KFDtool.BSL430.csproj @@ -34,7 +34,7 @@ - ..\packages\NLog.4.6.7\lib\net45\NLog.dll + ..\packages\NLog.4.7.1\lib\net45\NLog.dll diff --git a/sw/control/KFDtool.BSL430/packages.config b/sw/control/KFDtool.BSL430/packages.config index 3ba4654..69103d5 100644 --- a/sw/control/KFDtool.BSL430/packages.config +++ b/sw/control/KFDtool.BSL430/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/sw/control/KFDtool.Cmd/KFDtool.Cmd.csproj b/sw/control/KFDtool.Cmd/KFDtool.Cmd.csproj index c4ad20b..4e602c2 100644 --- a/sw/control/KFDtool.Cmd/KFDtool.Cmd.csproj +++ b/sw/control/KFDtool.Cmd/KFDtool.Cmd.csproj @@ -39,11 +39,11 @@ true - - ..\packages\Mono.Options.5.3.0.1\lib\net4-client\Mono.Options.dll + + ..\packages\Mono.Options.6.6.0.161\lib\net40\Mono.Options.dll - ..\packages\NLog.4.6.7\lib\net45\NLog.dll + ..\packages\NLog.4.7.1\lib\net45\NLog.dll diff --git a/sw/control/KFDtool.Cmd/NLog.xsd b/sw/control/KFDtool.Cmd/NLog.xsd index 1ccd31b..b1bd020 100644 --- a/sw/control/KFDtool.Cmd/NLog.xsd +++ b/sw/control/KFDtool.Cmd/NLog.xsd @@ -351,8 +351,8 @@ - + @@ -365,16 +365,16 @@ Condition expression. Log events who meet this condition will cause a flush on the wrapped target. - - - Name of the target. - - Only flush when LogEvent matches condition. Ignore explicit-flush, config-reload-flush and shutdown-flush + + + Name of the target. + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit @@ -443,15 +443,15 @@ + - + + - - - + @@ -497,6 +497,11 @@ Indicates whether to append newline at the end of log message. + + + Get or set the SSL/TLS protocols. Default no SSL/TLS is used. Currently only implemented for TCP. + + Network address. @@ -507,9 +512,14 @@ Size of the connection cache (number of connections which are kept alive). - + - Indicates whether to keep connection open whenever possible. + The number of seconds a connection will remain idle before the first keep-alive probe is sent + + + + + Maximum queue size. @@ -527,19 +537,9 @@ Action that should be taken if the message is larger than maxMessageSize. - + - Get or set the SSL/TLS protocols. Default no SSL/TLS is used. Currently only implemented for TCP. - - - - - Maximum queue size. - - - - - The number of seconds a connection will remain idle before the first keep-alive probe is sent + Indicates whether to keep connection open whenever possible. @@ -610,6 +610,18 @@ + + + + + + + + + + + + @@ -624,18 +636,6 @@ - - - - - - - - - - - - @@ -670,11 +670,11 @@ + - @@ -717,6 +717,11 @@ Indicates whether the error stream (stderr) should be used instead of the output stream (stdout). + + + Indicates whether to auto-flush after + + Indicates whether to auto-check if the console has been redirected to file - Disables coloring logic when System.Console.IsOutputRedirected = true @@ -727,11 +732,6 @@ Indicates whether to use default row highlighting rules. - - - Indicates whether to auto-flush after - - Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit @@ -786,6 +786,7 @@ + @@ -798,6 +799,11 @@ Compile the ? This can improve the performance, but at the costs of more memory usage. If false, the Regex Cache is used. + + + Condition that must be met before scanning the row for highlight of words + + Indicates whether to ignore case when comparing texts. @@ -837,10 +843,11 @@ + - + @@ -863,6 +870,11 @@ Footer. + + + Indicates whether to auto-flush after + + Indicates whether to auto-check if the console is available - Disables console writing if Environment.UserInteractive = False (Windows Service) - Disables console writing if Console Standard Input is not available (Non-Console-App) @@ -878,9 +890,9 @@ Indicates whether to send the log messages to the standard error instead of the standard output. - + - Indicates whether to auto-flush after + Whether to enable batch writing using char[]-buffers, instead of using @@ -897,21 +909,24 @@ - + - - + + - + + + + - + @@ -923,9 +938,9 @@ Obsolete - value will be ignored! The logging code always runs outside of transaction. Gets or sets a value indicating whether to use database transactions. Some data providers require this. - + - Database user name. If the ConnectionString is not provided this value will be used to construct the "User ID=" part of the connection string. + Indicates whether to keep the database connection open between the log events. @@ -938,14 +953,14 @@ Database password. If the ConnectionString is not provided this value will be used to construct the "Password=" part of the connection string. - + - Indicates whether to keep the database connection open between the log events. + Database host name. If the ConnectionString is not provided this value will be used to construct the "Server=" part of the connection string. - + - Database name. If the ConnectionString is not provided this value will be used to construct the "Database=" part of the connection string. + Database user name. If the ConnectionString is not provided this value will be used to construct the "User ID=" part of the connection string. @@ -958,9 +973,9 @@ Connection string. When provided, it overrides the values specified in DBHost, DBUserName, DBPassword, DBDatabase. - + - Database host name. If the ConnectionString is not provided this value will be used to construct the "Server=" part of the connection string. + Database name. If the ConnectionString is not provided this value will be used to construct the "Database=" part of the connection string. @@ -968,6 +983,11 @@ Connection string using for installation and uninstallation. If not provided, regular ConnectionString is being used. + + + Configures isolated transaction batch writing. If supported by the database, then it will improve insert performance. + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit @@ -993,6 +1013,51 @@ + + + + + + + + + + + + + + + + + + + + + + Convert format of the property value + + + + + Culture used for parsing property string-value for type-conversion + + + + + Value to assign on the object-property + + + + + Name for the object-property + + + + + Type of the object-property + + + @@ -1071,7 +1136,7 @@ - Convert format of the database parameter value . + Convert format of the database parameter value. @@ -1178,7 +1243,7 @@ - Optional entrytype. When not set, or when not convertible to then determined by + Optional entry type. When not set, or when not convertible to then determined by @@ -1267,6 +1332,7 @@ + @@ -1276,19 +1342,20 @@ - - - - - - - - - - - + + + + + + + + + + + + @@ -1332,6 +1399,11 @@ Line ending mode. + + + Maximum days of archive files that should be kept. + + Indicates whether to compress archive files into the zip archive format. @@ -1374,62 +1446,7 @@ - Maximum number of log filenames that should be stored as existing. - - - - - Is the an absolute or relative path? - - - - - Gets or set a value indicating whether a managed file stream is forced, instead of using the native implementation. - - - - - Indicates whether file creation calls should be synchronized by a system global mutex. - - - - - Indicates whether to replace file contents on each write instead of appending log message at the end. - - - - - Indicates whether to write BOM (byte order mark) in created files - - - - - Indicates whether to enable log file(s) to be deleted. - - - - - Name of the file to write to. - - - - - Value specifying the date format to use when archiving files. - - - - - Indicates whether to archive old log file on startup. - - - - - Cleanup invalid values in a filename, e.g. slashes in a filename. If set to true, this can impact the performance of massive writes. If set to false, nothing gets written when the filename is wrong. - - - - - Indicates whether to create directories if they do not exist. + Maximum number of log file names that should be stored as existing. @@ -1442,6 +1459,66 @@ File attributes (Windows only). + + + Indicates whether to create directories if they do not exist. + + + + + Cleanup invalid values in a filename, e.g. slashes in a filename. If set to true, this can impact the performance of massive writes. If set to false, nothing gets written when the filename is wrong. + + + + + Value of the file size threshold to archive old log file on startup. + + + + + Indicates whether to archive old log file on startup. + + + + + Value specifying the date format to use when archiving files. + + + + + Indicates whether to enable log file(s) to be deleted. + + + + + Indicates whether to write BOM (byte order mark) in created files + + + + + Indicates whether to replace file contents on each write instead of appending log message at the end. + + + + + Indicates whether file creation calls should be synchronized by a system global mutex. + + + + + Gets or set a value indicating whether a managed file stream is forced, instead of using the native implementation. + + + + + Is the an absolute or relative path? + + + + + Name of the file to write to. + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit @@ -2041,13 +2118,13 @@ + - @@ -2090,6 +2167,11 @@ Size of the connection cache (number of connections which are kept alive). + + + The number of seconds a connection will remain idle before the first keep-alive probe is sent + + Indicates whether to keep connection open whenever possible. @@ -2120,11 +2202,6 @@ Get or set the SSL/TLS protocols. Default no SSL/TLS is used. Currently only implemented for TCP. - - - The number of seconds a connection will remain idle before the first keep-alive probe is sent - - Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit @@ -2143,15 +2220,15 @@ + - + + - - - + @@ -2197,6 +2274,11 @@ Indicates whether to append newline at the end of log message. + + + Get or set the SSL/TLS protocols. Default no SSL/TLS is used. Currently only implemented for TCP. + + Network address. @@ -2207,9 +2289,14 @@ Size of the connection cache (number of connections which are kept alive). - + - Indicates whether to keep connection open whenever possible. + The number of seconds a connection will remain idle before the first keep-alive probe is sent + + + + + Maximum queue size. @@ -2227,19 +2314,9 @@ Action that should be taken if the message is larger than maxMessageSize. - + - Get or set the SSL/TLS protocols. Default no SSL/TLS is used. Currently only implemented for TCP. - - - - - Maximum queue size. - - - - - The number of seconds a connection will remain idle before the first keep-alive probe is sent + Indicates whether to keep connection open whenever possible. @@ -2629,6 +2706,7 @@ + @@ -2642,6 +2720,11 @@ Layout used to format log messages. + + + Forward to (Instead of ) + + Always use independent of @@ -2886,6 +2969,9 @@ + + + @@ -2893,9 +2979,22 @@ - - + + + Should forward slashes be escaped? If true, / will be converted to \/ + + + + + Option to render the empty object value {} + + + + + Option to suppress the extra spaces in the output json + + List of property names to exclude when is true @@ -2926,16 +3025,6 @@ How far should the JSON serializer follow object references before backing off - - - Option to render the empty object value {} - - - - - Option to suppress the extra spaces in the output json - - @@ -2944,6 +3033,7 @@ + @@ -2962,6 +3052,11 @@ Determines whether or not this attribute will be Json encoded. + + + Should forward slashes be escaped? If true, / will be converted to \/ + + Indicates whether to escape non-ascii characters diff --git a/sw/control/KFDtool.Cmd/packages.config b/sw/control/KFDtool.Cmd/packages.config index 8a4ccab..5af42ab 100644 --- a/sw/control/KFDtool.Cmd/packages.config +++ b/sw/control/KFDtool.Cmd/packages.config @@ -1,7 +1,6 @@  - - - - + + + \ No newline at end of file diff --git a/sw/control/KFDtool.Gui/KFDtool.Gui.csproj b/sw/control/KFDtool.Gui/KFDtool.Gui.csproj index 1041a2e..eab24b3 100644 --- a/sw/control/KFDtool.Gui/KFDtool.Gui.csproj +++ b/sw/control/KFDtool.Gui/KFDtool.Gui.csproj @@ -44,7 +44,7 @@ - ..\packages\NLog.4.6.7\lib\net45\NLog.dll + ..\packages\NLog.4.7.1\lib\net45\NLog.dll diff --git a/sw/control/KFDtool.Gui/NLog.xsd b/sw/control/KFDtool.Gui/NLog.xsd index 1ccd31b..b1bd020 100644 --- a/sw/control/KFDtool.Gui/NLog.xsd +++ b/sw/control/KFDtool.Gui/NLog.xsd @@ -351,8 +351,8 @@ - + @@ -365,16 +365,16 @@ Condition expression. Log events who meet this condition will cause a flush on the wrapped target. - - - Name of the target. - - Only flush when LogEvent matches condition. Ignore explicit-flush, config-reload-flush and shutdown-flush + + + Name of the target. + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit @@ -443,15 +443,15 @@ + - + + - - - + @@ -497,6 +497,11 @@ Indicates whether to append newline at the end of log message. + + + Get or set the SSL/TLS protocols. Default no SSL/TLS is used. Currently only implemented for TCP. + + Network address. @@ -507,9 +512,14 @@ Size of the connection cache (number of connections which are kept alive). - + - Indicates whether to keep connection open whenever possible. + The number of seconds a connection will remain idle before the first keep-alive probe is sent + + + + + Maximum queue size. @@ -527,19 +537,9 @@ Action that should be taken if the message is larger than maxMessageSize. - + - Get or set the SSL/TLS protocols. Default no SSL/TLS is used. Currently only implemented for TCP. - - - - - Maximum queue size. - - - - - The number of seconds a connection will remain idle before the first keep-alive probe is sent + Indicates whether to keep connection open whenever possible. @@ -610,6 +610,18 @@ + + + + + + + + + + + + @@ -624,18 +636,6 @@ - - - - - - - - - - - - @@ -670,11 +670,11 @@ + - @@ -717,6 +717,11 @@ Indicates whether the error stream (stderr) should be used instead of the output stream (stdout). + + + Indicates whether to auto-flush after + + Indicates whether to auto-check if the console has been redirected to file - Disables coloring logic when System.Console.IsOutputRedirected = true @@ -727,11 +732,6 @@ Indicates whether to use default row highlighting rules. - - - Indicates whether to auto-flush after - - Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit @@ -786,6 +786,7 @@ + @@ -798,6 +799,11 @@ Compile the ? This can improve the performance, but at the costs of more memory usage. If false, the Regex Cache is used. + + + Condition that must be met before scanning the row for highlight of words + + Indicates whether to ignore case when comparing texts. @@ -837,10 +843,11 @@ + - + @@ -863,6 +870,11 @@ Footer. + + + Indicates whether to auto-flush after + + Indicates whether to auto-check if the console is available - Disables console writing if Environment.UserInteractive = False (Windows Service) - Disables console writing if Console Standard Input is not available (Non-Console-App) @@ -878,9 +890,9 @@ Indicates whether to send the log messages to the standard error instead of the standard output. - + - Indicates whether to auto-flush after + Whether to enable batch writing using char[]-buffers, instead of using @@ -897,21 +909,24 @@ - + - - + + - + + + + - + @@ -923,9 +938,9 @@ Obsolete - value will be ignored! The logging code always runs outside of transaction. Gets or sets a value indicating whether to use database transactions. Some data providers require this. - + - Database user name. If the ConnectionString is not provided this value will be used to construct the "User ID=" part of the connection string. + Indicates whether to keep the database connection open between the log events. @@ -938,14 +953,14 @@ Database password. If the ConnectionString is not provided this value will be used to construct the "Password=" part of the connection string. - + - Indicates whether to keep the database connection open between the log events. + Database host name. If the ConnectionString is not provided this value will be used to construct the "Server=" part of the connection string. - + - Database name. If the ConnectionString is not provided this value will be used to construct the "Database=" part of the connection string. + Database user name. If the ConnectionString is not provided this value will be used to construct the "User ID=" part of the connection string. @@ -958,9 +973,9 @@ Connection string. When provided, it overrides the values specified in DBHost, DBUserName, DBPassword, DBDatabase. - + - Database host name. If the ConnectionString is not provided this value will be used to construct the "Server=" part of the connection string. + Database name. If the ConnectionString is not provided this value will be used to construct the "Database=" part of the connection string. @@ -968,6 +983,11 @@ Connection string using for installation and uninstallation. If not provided, regular ConnectionString is being used. + + + Configures isolated transaction batch writing. If supported by the database, then it will improve insert performance. + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit @@ -993,6 +1013,51 @@ + + + + + + + + + + + + + + + + + + + + + + Convert format of the property value + + + + + Culture used for parsing property string-value for type-conversion + + + + + Value to assign on the object-property + + + + + Name for the object-property + + + + + Type of the object-property + + + @@ -1071,7 +1136,7 @@ - Convert format of the database parameter value . + Convert format of the database parameter value. @@ -1178,7 +1243,7 @@ - Optional entrytype. When not set, or when not convertible to then determined by + Optional entry type. When not set, or when not convertible to then determined by @@ -1267,6 +1332,7 @@ + @@ -1276,19 +1342,20 @@ - - - - - - - - - - - + + + + + + + + + + + + @@ -1332,6 +1399,11 @@ Line ending mode. + + + Maximum days of archive files that should be kept. + + Indicates whether to compress archive files into the zip archive format. @@ -1374,62 +1446,7 @@ - Maximum number of log filenames that should be stored as existing. - - - - - Is the an absolute or relative path? - - - - - Gets or set a value indicating whether a managed file stream is forced, instead of using the native implementation. - - - - - Indicates whether file creation calls should be synchronized by a system global mutex. - - - - - Indicates whether to replace file contents on each write instead of appending log message at the end. - - - - - Indicates whether to write BOM (byte order mark) in created files - - - - - Indicates whether to enable log file(s) to be deleted. - - - - - Name of the file to write to. - - - - - Value specifying the date format to use when archiving files. - - - - - Indicates whether to archive old log file on startup. - - - - - Cleanup invalid values in a filename, e.g. slashes in a filename. If set to true, this can impact the performance of massive writes. If set to false, nothing gets written when the filename is wrong. - - - - - Indicates whether to create directories if they do not exist. + Maximum number of log file names that should be stored as existing. @@ -1442,6 +1459,66 @@ File attributes (Windows only). + + + Indicates whether to create directories if they do not exist. + + + + + Cleanup invalid values in a filename, e.g. slashes in a filename. If set to true, this can impact the performance of massive writes. If set to false, nothing gets written when the filename is wrong. + + + + + Value of the file size threshold to archive old log file on startup. + + + + + Indicates whether to archive old log file on startup. + + + + + Value specifying the date format to use when archiving files. + + + + + Indicates whether to enable log file(s) to be deleted. + + + + + Indicates whether to write BOM (byte order mark) in created files + + + + + Indicates whether to replace file contents on each write instead of appending log message at the end. + + + + + Indicates whether file creation calls should be synchronized by a system global mutex. + + + + + Gets or set a value indicating whether a managed file stream is forced, instead of using the native implementation. + + + + + Is the an absolute or relative path? + + + + + Name of the file to write to. + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit @@ -2041,13 +2118,13 @@ + - @@ -2090,6 +2167,11 @@ Size of the connection cache (number of connections which are kept alive). + + + The number of seconds a connection will remain idle before the first keep-alive probe is sent + + Indicates whether to keep connection open whenever possible. @@ -2120,11 +2202,6 @@ Get or set the SSL/TLS protocols. Default no SSL/TLS is used. Currently only implemented for TCP. - - - The number of seconds a connection will remain idle before the first keep-alive probe is sent - - Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit @@ -2143,15 +2220,15 @@ + - + + - - - + @@ -2197,6 +2274,11 @@ Indicates whether to append newline at the end of log message. + + + Get or set the SSL/TLS protocols. Default no SSL/TLS is used. Currently only implemented for TCP. + + Network address. @@ -2207,9 +2289,14 @@ Size of the connection cache (number of connections which are kept alive). - + - Indicates whether to keep connection open whenever possible. + The number of seconds a connection will remain idle before the first keep-alive probe is sent + + + + + Maximum queue size. @@ -2227,19 +2314,9 @@ Action that should be taken if the message is larger than maxMessageSize. - + - Get or set the SSL/TLS protocols. Default no SSL/TLS is used. Currently only implemented for TCP. - - - - - Maximum queue size. - - - - - The number of seconds a connection will remain idle before the first keep-alive probe is sent + Indicates whether to keep connection open whenever possible. @@ -2629,6 +2706,7 @@ + @@ -2642,6 +2720,11 @@ Layout used to format log messages. + + + Forward to (Instead of ) + + Always use independent of @@ -2886,6 +2969,9 @@ + + + @@ -2893,9 +2979,22 @@ - - + + + Should forward slashes be escaped? If true, / will be converted to \/ + + + + + Option to render the empty object value {} + + + + + Option to suppress the extra spaces in the output json + + List of property names to exclude when is true @@ -2926,16 +3025,6 @@ How far should the JSON serializer follow object references before backing off - - - Option to render the empty object value {} - - - - - Option to suppress the extra spaces in the output json - - @@ -2944,6 +3033,7 @@ + @@ -2962,6 +3052,11 @@ Determines whether or not this attribute will be Json encoded. + + + Should forward slashes be escaped? If true, / will be converted to \/ + + Indicates whether to escape non-ascii characters diff --git a/sw/control/KFDtool.Gui/packages.config b/sw/control/KFDtool.Gui/packages.config index 0cd5439..54c99df 100644 --- a/sw/control/KFDtool.Gui/packages.config +++ b/sw/control/KFDtool.Gui/packages.config @@ -1,6 +1,5 @@  - - - + + \ No newline at end of file diff --git a/sw/control/KFDtool.P25/KFDtool.P25.csproj b/sw/control/KFDtool.P25/KFDtool.P25.csproj index 9934912..ed0d307 100644 --- a/sw/control/KFDtool.P25/KFDtool.P25.csproj +++ b/sw/control/KFDtool.P25/KFDtool.P25.csproj @@ -34,7 +34,7 @@ - ..\packages\NLog.4.6.7\lib\net45\NLog.dll + ..\packages\NLog.4.7.1\lib\net45\NLog.dll diff --git a/sw/control/KFDtool.P25/packages.config b/sw/control/KFDtool.P25/packages.config index 3ba4654..69103d5 100644 --- a/sw/control/KFDtool.P25/packages.config +++ b/sw/control/KFDtool.P25/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file