diff --git a/OutlookDesktop/NLog.xsd b/OutlookDesktop/NLog.xsd
index f1ff205..089ecae 100644
--- a/OutlookDesktop/NLog.xsd
+++ b/OutlookDesktop/NLog.xsd
@@ -42,12 +42,32 @@
- Pass NLog internal exceptions to the application. Default value is: false.
+ Throw an exception when there is an internal error. Default value is: false.
+
+
+
+
+ Throw an exception when there is a configuration error. If not set, determined by throwExceptions.
+
+
+
+
+ Gets or sets a value indicating whether Variables should be kept on configuration reload. Default value is: false.
- Write internal NLog messages to the the System.Diagnostics.Trace. Default value is: false
+ Write internal NLog messages to the System.Diagnostics.Trace. Default value is: false.
+
+
+
+
+ Write timestamps for internal NLog messages. Default value is: true.
+
+
+
+
+ Use InvariantCulture as default culture instead of CurrentCulture. Default value is: false.
@@ -174,7 +194,7 @@
- Name of the file to be included. The name is relative to the name of the current config file.
+ Name of the file to be included. You could use * wildcard. The name is relative to the name of the current config file.
@@ -1327,6 +1347,13 @@
+
+
+
+
+
+
+
@@ -1560,6 +1587,7 @@
+
@@ -1572,11 +1600,16 @@
Name of the parameter.
-
+
Type of the parameter.
+
+
+ Type of the parameter. Obsolete alias for
+
+
diff --git a/OutlookDesktop/OutlookDesktop.csproj b/OutlookDesktop/OutlookDesktop.csproj
index 8d9158b..21e327e 100644
--- a/OutlookDesktop/OutlookDesktop.csproj
+++ b/OutlookDesktop/OutlookDesktop.csproj
@@ -155,7 +155,7 @@
True
- ..\packages\NLog.4.4.3\lib\net45\NLog.dll
+ ..\packages\NLog.4.4.5\lib\net45\NLog.dll
System
diff --git a/OutlookDesktop/packages.config b/OutlookDesktop/packages.config
index 6b4bcec..55c8657 100644
--- a/OutlookDesktop/packages.config
+++ b/OutlookDesktop/packages.config
@@ -1,6 +1,6 @@
-
-
-
+
+
+
\ No newline at end of file