diff --git a/GMW/WebUserControls/mod_trattamenti.ascx.cs b/GMW/WebUserControls/mod_trattamenti.ascx.cs
index a2bab328..dc1ed72e 100644
--- a/GMW/WebUserControls/mod_trattamenti.ascx.cs
+++ b/GMW/WebUserControls/mod_trattamenti.ascx.cs
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Web.UI;
-using System.Web.UI.WebControls;
using SteamWare;
using GMW_data;
using System.Collections;
@@ -57,14 +56,7 @@ namespace GMW.WebUserControls
// aggiungo descrizione del particolare
string descr = "";
string disegno = "";
- try
- {
- DS_magazzino.AnagParticolariRow riga = MagClass.magazzino.taAnagPart.likeSearch(currParticolare, memLayer.ML.StringSessionObj("CodCS"))[0];
- descr = riga.DescParticolare;
- disegno = string.Format("( {0} )", riga.DisegnoGrezzo);
- }
- catch
- { }
+ getDescrDisegnoParticolare(currParticolare, ref descr, ref disegno);
lblDescrAttivo.Text = descr;
lblDisegno.Text = disegno;
}
@@ -80,6 +72,7 @@ namespace GMW.WebUserControls
///
public override void traduciObj()
{
+ base.traduciObj();
// labels
lblAnnoTratt.Text = traduci("lblAnnoTratt");
lblNumTratt.Text = traduci("lblNumTratt");
@@ -228,7 +221,7 @@ namespace GMW.WebUserControls
// salvo in sessione operatore con AUTH
OpAuth.startOpAuth(MatrUtente);
// mostro che ho autorizzato...
- Postazione.messaggiText += traduci("userAuthRec");
+ Postazione.messaggiText += " - " + traduci("userAuthRec");
Postazione.CssClass = "stileComandoOk";
currParticolare = "";
qta = 0;
@@ -260,7 +253,6 @@ namespace GMW.WebUserControls
//grView.DataBind();
txtBarcode.Focus();
}
-
///
/// aggiorna tabella + focus a barcode
///
diff --git a/GMW/bin/AjaxControlToolkit.dll b/GMW/bin/AjaxControlToolkit.dll
index 184dc303..4fbcfc94 100644
Binary files a/GMW/bin/AjaxControlToolkit.dll and b/GMW/bin/AjaxControlToolkit.dll differ
diff --git a/GMW/bin/GMW.dll b/GMW/bin/GMW.dll
index 92b1ef9d..60a44938 100644
Binary files a/GMW/bin/GMW.dll and b/GMW/bin/GMW.dll differ
diff --git a/GMW/bin/GMW.dll.config b/GMW/bin/GMW.dll.config
index 7ad93aca..18daa20e 100644
--- a/GMW/bin/GMW.dll.config
+++ b/GMW/bin/GMW.dll.config
@@ -21,8 +21,8 @@
-
-
+
+
diff --git a/GMW/bin/GMW_data.dll b/GMW/bin/GMW_data.dll
index f3f8a6b0..dc98c948 100644
Binary files a/GMW/bin/GMW_data.dll and b/GMW/bin/GMW_data.dll differ
diff --git a/GMW/bin/SteamWare.dll b/GMW/bin/SteamWare.dll
index 61017838..0b460aee 100644
Binary files a/GMW/bin/SteamWare.dll and b/GMW/bin/SteamWare.dll differ
diff --git a/GMW/bin/VersGen.dll b/GMW/bin/VersGen.dll
index 3077c6e2..6368ed3c 100644
Binary files a/GMW/bin/VersGen.dll and b/GMW/bin/VersGen.dll differ
diff --git a/GMW/packages.config b/GMW/packages.config
index 2de1b9c0..ee38747d 100644
--- a/GMW/packages.config
+++ b/GMW/packages.config
@@ -1,6 +1,6 @@
-
+
diff --git a/GMW_data/bin/TK_prod/GMW_data.dll b/GMW_data/bin/TK_prod/GMW_data.dll
index e32381db..d3239ace 100644
Binary files a/GMW_data/bin/TK_prod/GMW_data.dll and b/GMW_data/bin/TK_prod/GMW_data.dll differ
diff --git a/GMW_data/bin/TK_prod/SteamWare.dll b/GMW_data/bin/TK_prod/SteamWare.dll
index 1207e0f5..0b460aee 100644
Binary files a/GMW_data/bin/TK_prod/SteamWare.dll and b/GMW_data/bin/TK_prod/SteamWare.dll differ
diff --git a/ReleaseClienti/TK_prod/GMW.zip b/ReleaseClienti/TK_prod/GMW.zip
index 7b71cd83..699fd54c 100644
Binary files a/ReleaseClienti/TK_prod/GMW.zip and b/ReleaseClienti/TK_prod/GMW.zip differ
diff --git a/ReleaseClienti/TK_test/GMW.zip b/ReleaseClienti/TK_test/GMW.zip
index 770c12a9..b44c2cb9 100644
Binary files a/ReleaseClienti/TK_test/GMW.zip and b/ReleaseClienti/TK_test/GMW.zip differ
diff --git a/VersGen/GMW.cs b/VersGen/GMW.cs
index 24be779f..181d8b67 100644
--- a/VersGen/GMW.cs
+++ b/VersGen/GMW.cs
@@ -5,7 +5,7 @@
using System.Reflection;
-[assembly: AssemblyVersion("3.5.901.2434")]
-[assembly: AssemblyFileVersion("3.5.901.2434")]
+[assembly: AssemblyVersion("3.5.902.2436")]
+[assembly: AssemblyFileVersion("3.5.902.2436")]
[assembly: AssemblyCopyright("Steamware © 2007-2016")]
[assembly: AssemblyCompany("Steamware")]
diff --git a/VersGen/GMW.tt b/VersGen/GMW.tt
index bccc1fb6..08cbebee 100644
--- a/VersGen/GMW.tt
+++ b/VersGen/GMW.tt
@@ -6,8 +6,8 @@
using System.Reflection;
-[assembly: AssemblyVersion("3.5.901.<#= this.RevisionNumber #>")]
-[assembly: AssemblyFileVersion("3.5.901.<#= this.RevisionNumber #>")]
+[assembly: AssemblyVersion("3.5.902.<#= this.RevisionNumber #>")]
+[assembly: AssemblyFileVersion("3.5.902.<#= this.RevisionNumber #>")]
[assembly: AssemblyCopyright("Steamware © 2007-<#= DateTime.Now.Year #>")]
[assembly: AssemblyCompany("Steamware")]
<#+
diff --git a/packages/AjaxControlToolkit.16.1.0.0/AjaxControlToolkit.16.1.0.0.nupkg b/packages/AjaxControlToolkit.16.1.0.0/AjaxControlToolkit.16.1.0.0.nupkg
deleted file mode 100644
index f5922828..00000000
Binary files a/packages/AjaxControlToolkit.16.1.0.0/AjaxControlToolkit.16.1.0.0.nupkg and /dev/null differ
diff --git a/packages/AjaxControlToolkit.16.1.1.0/AjaxControlToolkit.16.1.1.0.nupkg b/packages/AjaxControlToolkit.16.1.1.0/AjaxControlToolkit.16.1.1.0.nupkg
new file mode 100644
index 00000000..e786a6e3
Binary files /dev/null and b/packages/AjaxControlToolkit.16.1.1.0/AjaxControlToolkit.16.1.1.0.nupkg differ
diff --git a/packages/AjaxControlToolkit.16.1.0.0/Content/Web.config.transform b/packages/AjaxControlToolkit.16.1.1.0/Content/Web.config.transform
similarity index 100%
rename from packages/AjaxControlToolkit.16.1.0.0/Content/Web.config.transform
rename to packages/AjaxControlToolkit.16.1.1.0/Content/Web.config.transform
diff --git a/packages/AjaxControlToolkit.16.1.0.0/lib/net40/AjaxControlToolkit.dll b/packages/AjaxControlToolkit.16.1.1.0/lib/net40/AjaxControlToolkit.dll
similarity index 79%
rename from packages/AjaxControlToolkit.16.1.0.0/lib/net40/AjaxControlToolkit.dll
rename to packages/AjaxControlToolkit.16.1.1.0/lib/net40/AjaxControlToolkit.dll
index 184dc303..4fbcfc94 100644
Binary files a/packages/AjaxControlToolkit.16.1.0.0/lib/net40/AjaxControlToolkit.dll and b/packages/AjaxControlToolkit.16.1.1.0/lib/net40/AjaxControlToolkit.dll differ
diff --git a/packages/AjaxControlToolkit.16.1.0.0/readme.txt b/packages/AjaxControlToolkit.16.1.1.0/readme.txt
similarity index 95%
rename from packages/AjaxControlToolkit.16.1.0.0/readme.txt
rename to packages/AjaxControlToolkit.16.1.1.0/readme.txt
index bf5181ab..5ae166ff 100644
Binary files a/packages/AjaxControlToolkit.16.1.0.0/readme.txt and b/packages/AjaxControlToolkit.16.1.1.0/readme.txt differ
diff --git a/packages/NLog.4.3.6/NLog.4.3.6.nupkg b/packages/NLog.4.3.6/NLog.4.3.6.nupkg
deleted file mode 100644
index e86bbbe2..00000000
Binary files a/packages/NLog.4.3.6/NLog.4.3.6.nupkg and /dev/null differ
diff --git a/packages/NLog.4.3.6/lib/MonoAndroid10/NLog.dll b/packages/NLog.4.3.6/lib/MonoAndroid10/NLog.dll
deleted file mode 100644
index 4b51c23b..00000000
Binary files a/packages/NLog.4.3.6/lib/MonoAndroid10/NLog.dll and /dev/null differ
diff --git a/packages/NLog.4.3.6/lib/Xamarin.iOS10/NLog.dll b/packages/NLog.4.3.6/lib/Xamarin.iOS10/NLog.dll
deleted file mode 100644
index 892a3b21..00000000
Binary files a/packages/NLog.4.3.6/lib/Xamarin.iOS10/NLog.dll and /dev/null differ
diff --git a/packages/NLog.4.3.6/lib/net35/NLog.dll b/packages/NLog.4.3.6/lib/net35/NLog.dll
deleted file mode 100644
index 43aa920e..00000000
Binary files a/packages/NLog.4.3.6/lib/net35/NLog.dll and /dev/null differ
diff --git a/packages/NLog.4.3.6/lib/net40/NLog.dll b/packages/NLog.4.3.6/lib/net40/NLog.dll
deleted file mode 100644
index ae46cd3a..00000000
Binary files a/packages/NLog.4.3.6/lib/net40/NLog.dll and /dev/null differ
diff --git a/packages/NLog.4.3.6/lib/net45/NLog.dll b/packages/NLog.4.3.6/lib/net45/NLog.dll
deleted file mode 100644
index 0b60a4d7..00000000
Binary files a/packages/NLog.4.3.6/lib/net45/NLog.dll and /dev/null differ
diff --git a/packages/NLog.4.3.6/lib/sl4/NLog.dll b/packages/NLog.4.3.6/lib/sl4/NLog.dll
deleted file mode 100644
index 220288cc..00000000
Binary files a/packages/NLog.4.3.6/lib/sl4/NLog.dll and /dev/null differ
diff --git a/packages/NLog.4.3.6/lib/sl5/NLog.dll b/packages/NLog.4.3.6/lib/sl5/NLog.dll
deleted file mode 100644
index 5a9a39c6..00000000
Binary files a/packages/NLog.4.3.6/lib/sl5/NLog.dll and /dev/null differ
diff --git a/packages/NLog.4.3.6/lib/wp8/NLog.dll b/packages/NLog.4.3.6/lib/wp8/NLog.dll
deleted file mode 100644
index 0fd25ed0..00000000
Binary files a/packages/NLog.4.3.6/lib/wp8/NLog.dll and /dev/null differ
diff --git a/packages/NLog.4.3.7/NLog.4.3.7.nupkg b/packages/NLog.4.3.7/NLog.4.3.7.nupkg
new file mode 100644
index 00000000..30c0ca8b
Binary files /dev/null and b/packages/NLog.4.3.7/NLog.4.3.7.nupkg differ
diff --git a/packages/NLog.4.3.7/lib/MonoAndroid10/NLog.dll b/packages/NLog.4.3.7/lib/MonoAndroid10/NLog.dll
new file mode 100644
index 00000000..8b857da8
Binary files /dev/null and b/packages/NLog.4.3.7/lib/MonoAndroid10/NLog.dll differ
diff --git a/packages/NLog.4.3.6/lib/MonoAndroid10/NLog.xml b/packages/NLog.4.3.7/lib/MonoAndroid10/NLog.xml
similarity index 99%
rename from packages/NLog.4.3.6/lib/MonoAndroid10/NLog.xml
rename to packages/NLog.4.3.7/lib/MonoAndroid10/NLog.xml
index fd11b07a..761e2b0c 100644
--- a/packages/NLog.4.3.6/lib/MonoAndroid10/NLog.xml
+++ b/packages/NLog.4.3.7/lib/MonoAndroid10/NLog.xml
@@ -2618,6 +2618,8 @@
A class for configuring NLog through an XML configuration file
(App.config style or App.nlog style).
+
+ Parsing of the XML file is also implemented in this class.
This class is thread-safe..ToList() is used for that purpose.
@@ -2714,6 +2716,23 @@
The new object.
+
+
+ Get file paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Overwrite the paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Clear the candidate file paths and return to the defaults.
+
+
Remove all spaces, also in between text.
@@ -8052,6 +8071,25 @@
True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+ Get the for rendering the messages to a
+
+ LogEvent with culture
+ Culture in on Layout level
+
+
+
+
+ Get the for rendering the messages to a , needed for date and number formats
+
+ LogEvent with culture
+ Culture in on Layout level
+
+
+ is preferred
+
+
Gets the logging configuration this target is part of.
@@ -8214,6 +8252,7 @@
Assembly version.
+ The entry assembly can't be found in some cases e.g. ASP.NET, Unit tests etc.
@@ -8222,6 +8261,11 @@
The to append the rendered data to.
Logging event.
+
+
+ The (full) name of the assembly. If null, using the entry assembly.
+
+
The current application domain's base directory.
@@ -9379,12 +9423,13 @@
The to append the rendered data to.
Logging event.
-
+
Write timestamp to builder with format hh:mm:ss:fff
+
@@ -10742,6 +10787,11 @@
Gets or sets the option to suppress the extra spaces in the output json
+
+
+ Gets or sets the option to render the empty object value {}
+
+
Marks class as a layout renderer and assigns a format string to it.
@@ -11123,6 +11173,12 @@
Creates and manages instances of objects.
+
+
+ Overwrite possible file paths (including filename) for possible NLog config files.
+ When this property is null, the default file paths ( are used.
+
+
Initializes a new instance of the class.
@@ -11304,6 +11360,28 @@
True to release both managed and unmanaged resources;
false to release only unmanaged resources.
+
+
+ Get file paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Overwrite the paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Clear the candidate file paths and return to the defaults.
+
+
+
+
+ Get default file paths (including filename) for possible NLog config files.
+
+
Occurs when logging changes.
diff --git a/packages/NLog.4.3.7/lib/Xamarin.iOS10/NLog.dll b/packages/NLog.4.3.7/lib/Xamarin.iOS10/NLog.dll
new file mode 100644
index 00000000..6fd30980
Binary files /dev/null and b/packages/NLog.4.3.7/lib/Xamarin.iOS10/NLog.dll differ
diff --git a/packages/NLog.4.3.6/lib/Xamarin.iOS10/NLog.xml b/packages/NLog.4.3.7/lib/Xamarin.iOS10/NLog.xml
similarity index 99%
rename from packages/NLog.4.3.6/lib/Xamarin.iOS10/NLog.xml
rename to packages/NLog.4.3.7/lib/Xamarin.iOS10/NLog.xml
index 39e9560c..e6456b2a 100644
--- a/packages/NLog.4.3.6/lib/Xamarin.iOS10/NLog.xml
+++ b/packages/NLog.4.3.7/lib/Xamarin.iOS10/NLog.xml
@@ -2618,6 +2618,8 @@
A class for configuring NLog through an XML configuration file
(App.config style or App.nlog style).
+
+ Parsing of the XML file is also implemented in this class.
This class is thread-safe..ToList() is used for that purpose.
@@ -2709,6 +2711,23 @@
The new object.
+
+
+ Get file paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Overwrite the paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Clear the candidate file paths and return to the defaults.
+
+
Remove all spaces, also in between text.
@@ -7949,6 +7968,25 @@
True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+ Get the for rendering the messages to a
+
+ LogEvent with culture
+ Culture in on Layout level
+
+
+
+
+ Get the for rendering the messages to a , needed for date and number formats
+
+ LogEvent with culture
+ Culture in on Layout level
+
+
+ is preferred
+
+
Gets the logging configuration this target is part of.
@@ -8033,6 +8071,7 @@
Assembly version.
+ The entry assembly can't be found in some cases e.g. ASP.NET, Unit tests etc.
@@ -8041,6 +8080,11 @@
The to append the rendered data to.
Logging event.
+
+
+ The (full) name of the assembly. If null, using the entry assembly.
+
+
The current application domain's base directory.
@@ -9168,12 +9212,13 @@
The to append the rendered data to.
Logging event.
-
+
Write timestamp to builder with format hh:mm:ss:fff
+
@@ -10476,6 +10521,11 @@
Gets or sets the option to suppress the extra spaces in the output json
+
+
+ Gets or sets the option to render the empty object value {}
+
+
Marks class as a layout renderer and assigns a format string to it.
@@ -10857,6 +10907,12 @@
Creates and manages instances of objects.
+
+
+ Overwrite possible file paths (including filename) for possible NLog config files.
+ When this property is null, the default file paths ( are used.
+
+
Initializes a new instance of the class.
@@ -11038,6 +11094,28 @@
True to release both managed and unmanaged resources;
false to release only unmanaged resources.
+
+
+ Get file paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Overwrite the paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Clear the candidate file paths and return to the defaults.
+
+
+
+
+ Get default file paths (including filename) for possible NLog config files.
+
+
Occurs when logging changes.
diff --git a/packages/NLog.4.3.7/lib/net35/NLog.dll b/packages/NLog.4.3.7/lib/net35/NLog.dll
new file mode 100644
index 00000000..754f42b6
Binary files /dev/null and b/packages/NLog.4.3.7/lib/net35/NLog.dll differ
diff --git a/packages/NLog.4.3.6/lib/net35/NLog.xml b/packages/NLog.4.3.7/lib/net35/NLog.xml
similarity index 99%
rename from packages/NLog.4.3.6/lib/net35/NLog.xml
rename to packages/NLog.4.3.7/lib/net35/NLog.xml
index 79df6d62..533893aa 100644
--- a/packages/NLog.4.3.6/lib/net35/NLog.xml
+++ b/packages/NLog.4.3.7/lib/net35/NLog.xml
@@ -2673,6 +2673,8 @@
A class for configuring NLog through an XML configuration file
(App.config style or App.nlog style).
+
+ Parsing of the XML file is also implemented in this class.
This class is thread-safe..ToList() is used for that purpose.
@@ -2764,6 +2766,23 @@
The new object.
+
+
+ Get file paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Overwrite the paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Clear the candidate file paths and return to the defaults.
+
+
Remove all spaces, also in between text.
@@ -8173,6 +8192,25 @@
True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+ Get the for rendering the messages to a
+
+ LogEvent with culture
+ Culture in on Layout level
+
+
+
+
+ Get the for rendering the messages to a , needed for date and number formats
+
+ LogEvent with culture
+ Culture in on Layout level
+
+
+ is preferred
+
+
Gets the logging configuration this target is part of.
@@ -8335,6 +8373,7 @@
Assembly version.
+ The entry assembly can't be found in some cases e.g. ASP.NET, Unit tests etc.
@@ -8343,6 +8382,11 @@
The to append the rendered data to.
Logging event.
+
+
+ The (full) name of the assembly. If null, using the entry assembly.
+
+
The current application domain's base directory.
@@ -9546,12 +9590,13 @@
The to append the rendered data to.
Logging event.
-
+
Write timestamp to builder with format hh:mm:ss:fff
+
@@ -10990,6 +11035,11 @@
Gets or sets the option to suppress the extra spaces in the output json
+
+
+ Gets or sets the option to render the empty object value {}
+
+
Marks class as a layout renderer and assigns a format string to it.
@@ -11371,6 +11421,12 @@
Creates and manages instances of objects.
+
+
+ Overwrite possible file paths (including filename) for possible NLog config files.
+ When this property is null, the default file paths ( are used.
+
+
Initializes a new instance of the class.
@@ -11552,6 +11608,28 @@
True to release both managed and unmanaged resources;
false to release only unmanaged resources.
+
+
+ Get file paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Overwrite the paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Clear the candidate file paths and return to the defaults.
+
+
+
+
+ Get default file paths (including filename) for possible NLog config files.
+
+
Currenty this logfactory is disposing?
diff --git a/packages/NLog.4.3.7/lib/net40/NLog.dll b/packages/NLog.4.3.7/lib/net40/NLog.dll
new file mode 100644
index 00000000..da53c4c2
Binary files /dev/null and b/packages/NLog.4.3.7/lib/net40/NLog.dll differ
diff --git a/packages/NLog.4.3.6/lib/net40/NLog.xml b/packages/NLog.4.3.7/lib/net40/NLog.xml
similarity index 99%
rename from packages/NLog.4.3.6/lib/net40/NLog.xml
rename to packages/NLog.4.3.7/lib/net40/NLog.xml
index cf6edb01..cb8aad4a 100644
--- a/packages/NLog.4.3.6/lib/net40/NLog.xml
+++ b/packages/NLog.4.3.7/lib/net40/NLog.xml
@@ -2673,6 +2673,8 @@
A class for configuring NLog through an XML configuration file
(App.config style or App.nlog style).
+
+ Parsing of the XML file is also implemented in this class.
This class is thread-safe..ToList() is used for that purpose.
@@ -2764,6 +2766,23 @@
The new object.
+
+
+ Get file paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Overwrite the paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Clear the candidate file paths and return to the defaults.
+
+
Remove all spaces, also in between text.
@@ -8168,6 +8187,25 @@
True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+ Get the for rendering the messages to a
+
+ LogEvent with culture
+ Culture in on Layout level
+
+
+
+
+ Get the for rendering the messages to a , needed for date and number formats
+
+ LogEvent with culture
+ Culture in on Layout level
+
+
+ is preferred
+
+
Gets the logging configuration this target is part of.
@@ -8330,6 +8368,7 @@
Assembly version.
+ The entry assembly can't be found in some cases e.g. ASP.NET, Unit tests etc.
@@ -8338,6 +8377,11 @@
The to append the rendered data to.
Logging event.
+
+
+ The (full) name of the assembly. If null, using the entry assembly.
+
+
The current application domain's base directory.
@@ -9559,12 +9603,13 @@
The to append the rendered data to.
Logging event.
-
+
Write timestamp to builder with format hh:mm:ss:fff
+
@@ -11009,6 +11054,11 @@
Gets or sets the option to suppress the extra spaces in the output json
+
+
+ Gets or sets the option to render the empty object value {}
+
+
Marks class as a layout renderer and assigns a format string to it.
@@ -11390,6 +11440,12 @@
Creates and manages instances of objects.
+
+
+ Overwrite possible file paths (including filename) for possible NLog config files.
+ When this property is null, the default file paths ( are used.
+
+
Initializes a new instance of the class.
@@ -11571,6 +11627,28 @@
True to release both managed and unmanaged resources;
false to release only unmanaged resources.
+
+
+ Get file paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Overwrite the paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Clear the candidate file paths and return to the defaults.
+
+
+
+
+ Get default file paths (including filename) for possible NLog config files.
+
+
Currenty this logfactory is disposing?
diff --git a/packages/NLog.4.3.7/lib/net45/NLog.dll b/packages/NLog.4.3.7/lib/net45/NLog.dll
new file mode 100644
index 00000000..8000f015
Binary files /dev/null and b/packages/NLog.4.3.7/lib/net45/NLog.dll differ
diff --git a/packages/NLog.4.3.6/lib/net45/NLog.xml b/packages/NLog.4.3.7/lib/net45/NLog.xml
similarity index 99%
rename from packages/NLog.4.3.6/lib/net45/NLog.xml
rename to packages/NLog.4.3.7/lib/net45/NLog.xml
index 31107d1a..0aaa6edb 100644
--- a/packages/NLog.4.3.6/lib/net45/NLog.xml
+++ b/packages/NLog.4.3.7/lib/net45/NLog.xml
@@ -2673,6 +2673,8 @@
A class for configuring NLog through an XML configuration file
(App.config style or App.nlog style).
+
+ Parsing of the XML file is also implemented in this class.
This class is thread-safe..ToList() is used for that purpose.
@@ -2764,6 +2766,23 @@
The new object.
+
+
+ Get file paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Overwrite the paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Clear the candidate file paths and return to the defaults.
+
+
Remove all spaces, also in between text.
@@ -8272,6 +8291,25 @@
True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+ Get the for rendering the messages to a
+
+ LogEvent with culture
+ Culture in on Layout level
+
+
+
+
+ Get the for rendering the messages to a , needed for date and number formats
+
+ LogEvent with culture
+ Culture in on Layout level
+
+
+ is preferred
+
+
Gets the logging configuration this target is part of.
@@ -8455,6 +8493,7 @@
Assembly version.
+ The entry assembly can't be found in some cases e.g. ASP.NET, Unit tests etc.
@@ -8463,6 +8502,11 @@
The to append the rendered data to.
Logging event.
+
+
+ The (full) name of the assembly. If null, using the entry assembly.
+
+
The current application domain's base directory.
@@ -9684,12 +9728,13 @@
The to append the rendered data to.
Logging event.
-
+
Write timestamp to builder with format hh:mm:ss:fff
+
@@ -11101,6 +11146,11 @@
Gets or sets the option to suppress the extra spaces in the output json
+
+
+ Gets or sets the option to render the empty object value {}
+
+
Marks class as a layout renderer and assigns a format string to it.
@@ -11515,6 +11565,12 @@
Creates and manages instances of objects.
+
+
+ Overwrite possible file paths (including filename) for possible NLog config files.
+ When this property is null, the default file paths ( are used.
+
+
Initializes a new instance of the class.
@@ -11696,6 +11752,28 @@
True to release both managed and unmanaged resources;
false to release only unmanaged resources.
+
+
+ Get file paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Overwrite the paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Clear the candidate file paths and return to the defaults.
+
+
+
+
+ Get default file paths (including filename) for possible NLog config files.
+
+
Currenty this logfactory is disposing?
diff --git a/packages/NLog.4.3.7/lib/sl4/NLog.dll b/packages/NLog.4.3.7/lib/sl4/NLog.dll
new file mode 100644
index 00000000..3f4c37b8
Binary files /dev/null and b/packages/NLog.4.3.7/lib/sl4/NLog.dll differ
diff --git a/packages/NLog.4.3.6/lib/sl4/NLog.xml b/packages/NLog.4.3.7/lib/sl4/NLog.xml
similarity index 99%
rename from packages/NLog.4.3.6/lib/sl4/NLog.xml
rename to packages/NLog.4.3.7/lib/sl4/NLog.xml
index 41ef05fe..fd9dab92 100644
--- a/packages/NLog.4.3.6/lib/sl4/NLog.xml
+++ b/packages/NLog.4.3.7/lib/sl4/NLog.xml
@@ -2582,6 +2582,8 @@
A class for configuring NLog through an XML configuration file
(App.config style or App.nlog style).
+
+ Parsing of the XML file is also implemented in this class.
This class is thread-safe..ToList() is used for that purpose.
@@ -2658,6 +2660,23 @@
The new object.
+
+
+ Get file paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Overwrite the paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Clear the candidate file paths and return to the defaults.
+
+
Remove all spaces, also in between text.
@@ -6046,6 +6065,25 @@
True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+ Get the for rendering the messages to a
+
+ LogEvent with culture
+ Culture in on Layout level
+
+
+
+
+ Get the for rendering the messages to a , needed for date and number formats
+
+ LogEvent with culture
+ Culture in on Layout level
+
+
+ is preferred
+
+
Gets the logging configuration this target is part of.
@@ -6094,6 +6132,7 @@
Assembly version.
+ The entry assembly can't be found in some cases e.g. ASP.NET, Unit tests etc.
@@ -6102,6 +6141,11 @@
The to append the rendered data to.
Logging event.
+
+
+ The (full) name of the assembly. If null, using the entry assembly.
+
+
The call site (class name, method name and source information).
@@ -6835,12 +6879,13 @@
The to append the rendered data to.
Logging event.
-
+
Write timestamp to builder with format hh:mm:ss:fff
+
@@ -8150,6 +8195,11 @@
Gets or sets the option to suppress the extra spaces in the output json
+
+
+ Gets or sets the option to render the empty object value {}
+
+
Marks class as a layout renderer and assigns a format string to it.
@@ -8531,6 +8581,12 @@
Creates and manages instances of objects.
+
+
+ Overwrite possible file paths (including filename) for possible NLog config files.
+ When this property is null, the default file paths ( are used.
+
+
Initializes a new instance of the class.
@@ -8693,6 +8749,28 @@
True to release both managed and unmanaged resources;
false to release only unmanaged resources.
+
+
+ Get file paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Overwrite the paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Clear the candidate file paths and return to the defaults.
+
+
+
+
+ Get default file paths (including filename) for possible NLog config files.
+
+
Occurs when logging changes.
diff --git a/packages/NLog.4.3.7/lib/sl5/NLog.dll b/packages/NLog.4.3.7/lib/sl5/NLog.dll
new file mode 100644
index 00000000..b301f155
Binary files /dev/null and b/packages/NLog.4.3.7/lib/sl5/NLog.dll differ
diff --git a/packages/NLog.4.3.6/lib/sl5/NLog.xml b/packages/NLog.4.3.7/lib/sl5/NLog.xml
similarity index 99%
rename from packages/NLog.4.3.6/lib/sl5/NLog.xml
rename to packages/NLog.4.3.7/lib/sl5/NLog.xml
index 41ef05fe..fd9dab92 100644
--- a/packages/NLog.4.3.6/lib/sl5/NLog.xml
+++ b/packages/NLog.4.3.7/lib/sl5/NLog.xml
@@ -2582,6 +2582,8 @@
A class for configuring NLog through an XML configuration file
(App.config style or App.nlog style).
+
+ Parsing of the XML file is also implemented in this class.
This class is thread-safe..ToList() is used for that purpose.
@@ -2658,6 +2660,23 @@
The new object.
+
+
+ Get file paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Overwrite the paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Clear the candidate file paths and return to the defaults.
+
+
Remove all spaces, also in between text.
@@ -6046,6 +6065,25 @@
True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+ Get the for rendering the messages to a
+
+ LogEvent with culture
+ Culture in on Layout level
+
+
+
+
+ Get the for rendering the messages to a , needed for date and number formats
+
+ LogEvent with culture
+ Culture in on Layout level
+
+
+ is preferred
+
+
Gets the logging configuration this target is part of.
@@ -6094,6 +6132,7 @@
Assembly version.
+ The entry assembly can't be found in some cases e.g. ASP.NET, Unit tests etc.
@@ -6102,6 +6141,11 @@
The to append the rendered data to.
Logging event.
+
+
+ The (full) name of the assembly. If null, using the entry assembly.
+
+
The call site (class name, method name and source information).
@@ -6835,12 +6879,13 @@
The to append the rendered data to.
Logging event.
-
+
Write timestamp to builder with format hh:mm:ss:fff
+
@@ -8150,6 +8195,11 @@
Gets or sets the option to suppress the extra spaces in the output json
+
+
+ Gets or sets the option to render the empty object value {}
+
+
Marks class as a layout renderer and assigns a format string to it.
@@ -8531,6 +8581,12 @@
Creates and manages instances of objects.
+
+
+ Overwrite possible file paths (including filename) for possible NLog config files.
+ When this property is null, the default file paths ( are used.
+
+
Initializes a new instance of the class.
@@ -8693,6 +8749,28 @@
True to release both managed and unmanaged resources;
false to release only unmanaged resources.
+
+
+ Get file paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Overwrite the paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Clear the candidate file paths and return to the defaults.
+
+
+
+
+ Get default file paths (including filename) for possible NLog config files.
+
+
Occurs when logging changes.
diff --git a/packages/NLog.4.3.7/lib/wp8/NLog.dll b/packages/NLog.4.3.7/lib/wp8/NLog.dll
new file mode 100644
index 00000000..36bc07e5
Binary files /dev/null and b/packages/NLog.4.3.7/lib/wp8/NLog.dll differ
diff --git a/packages/NLog.4.3.6/lib/wp8/NLog.xml b/packages/NLog.4.3.7/lib/wp8/NLog.xml
similarity index 99%
rename from packages/NLog.4.3.6/lib/wp8/NLog.xml
rename to packages/NLog.4.3.7/lib/wp8/NLog.xml
index 499d5ac9..e968cd7e 100644
--- a/packages/NLog.4.3.6/lib/wp8/NLog.xml
+++ b/packages/NLog.4.3.7/lib/wp8/NLog.xml
@@ -2582,6 +2582,8 @@
A class for configuring NLog through an XML configuration file
(App.config style or App.nlog style).
+
+ Parsing of the XML file is also implemented in this class.
This class is thread-safe..ToList() is used for that purpose.
@@ -2658,6 +2660,23 @@
The new object.
+
+
+ Get file paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Overwrite the paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Clear the candidate file paths and return to the defaults.
+
+
Remove all spaces, also in between text.
@@ -6046,6 +6065,25 @@
True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+ Get the for rendering the messages to a
+
+ LogEvent with culture
+ Culture in on Layout level
+
+
+
+
+ Get the for rendering the messages to a , needed for date and number formats
+
+ LogEvent with culture
+ Culture in on Layout level
+
+
+ is preferred
+
+
Gets the logging configuration this target is part of.
@@ -6094,6 +6132,7 @@
Assembly version.
+ The entry assembly can't be found in some cases e.g. ASP.NET, Unit tests etc.
@@ -6102,6 +6141,11 @@
The to append the rendered data to.
Logging event.
+
+
+ The (full) name of the assembly. If null, using the entry assembly.
+
+
The call site (class name, method name and source information).
@@ -6823,12 +6867,13 @@
The to append the rendered data to.
Logging event.
-
+
Write timestamp to builder with format hh:mm:ss:fff
+
@@ -8115,6 +8160,11 @@
Gets or sets the option to suppress the extra spaces in the output json
+
+
+ Gets or sets the option to render the empty object value {}
+
+
Marks class as a layout renderer and assigns a format string to it.
@@ -8496,6 +8546,12 @@
Creates and manages instances of objects.
+
+
+ Overwrite possible file paths (including filename) for possible NLog config files.
+ When this property is null, the default file paths ( are used.
+
+
Initializes a new instance of the class.
@@ -8658,6 +8714,28 @@
True to release both managed and unmanaged resources;
false to release only unmanaged resources.
+
+
+ Get file paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Overwrite the paths (including filename) for the possible NLog config files.
+
+ The filepaths to the possible config file
+
+
+
+ Clear the candidate file paths and return to the defaults.
+
+
+
+
+ Get default file paths (including filename) for possible NLog config files.
+
+
Occurs when logging changes.
diff --git a/packages/NLog.Config.4.3.6.1/NLog.Config.4.3.6.1.nupkg b/packages/NLog.Config.4.3.6.1/NLog.Config.4.3.6.1.nupkg
deleted file mode 100644
index 90594fcd..00000000
Binary files a/packages/NLog.Config.4.3.6.1/NLog.Config.4.3.6.1.nupkg and /dev/null differ
diff --git a/packages/NLog.Config.4.3.7/NLog.Config.4.3.7.nupkg b/packages/NLog.Config.4.3.7/NLog.Config.4.3.7.nupkg
new file mode 100644
index 00000000..4d165cb1
Binary files /dev/null and b/packages/NLog.Config.4.3.7/NLog.Config.4.3.7.nupkg differ
diff --git a/packages/NLog.Config.4.3.6.1/content/NLog.config b/packages/NLog.Config.4.3.7/content/NLog.config
similarity index 100%
rename from packages/NLog.Config.4.3.6.1/content/NLog.config
rename to packages/NLog.Config.4.3.7/content/NLog.config
diff --git a/packages/NLog.Config.4.3.6.1/tools/Install.ps1 b/packages/NLog.Config.4.3.7/tools/Install.ps1
similarity index 100%
rename from packages/NLog.Config.4.3.6.1/tools/Install.ps1
rename to packages/NLog.Config.4.3.7/tools/Install.ps1
diff --git a/packages/NLog.Schema.4.3.6.1/NLog.Schema.4.3.6.1.nupkg b/packages/NLog.Schema.4.3.6.1/NLog.Schema.4.3.6.1.nupkg
deleted file mode 100644
index bf86d6b7..00000000
Binary files a/packages/NLog.Schema.4.3.6.1/NLog.Schema.4.3.6.1.nupkg and /dev/null differ
diff --git a/packages/NLog.Schema.4.3.7/NLog.Schema.4.3.7.nupkg b/packages/NLog.Schema.4.3.7/NLog.Schema.4.3.7.nupkg
new file mode 100644
index 00000000..6bbf82ef
Binary files /dev/null and b/packages/NLog.Schema.4.3.7/NLog.Schema.4.3.7.nupkg differ
diff --git a/packages/NLog.Schema.4.3.6.1/content/NLog.xsd b/packages/NLog.Schema.4.3.7/content/NLog.xsd
similarity index 99%
rename from packages/NLog.Schema.4.3.6.1/content/NLog.xsd
rename to packages/NLog.Schema.4.3.7/content/NLog.xsd
index a6f5a523..c489255c 100644
--- a/packages/NLog.Schema.4.3.6.1/content/NLog.xsd
+++ b/packages/NLog.Schema.4.3.7/content/NLog.xsd
@@ -2345,8 +2345,14 @@
+
+
+
+ Option to render the empty object value {}
+
+
Option to suppress the extra spaces in the output json