Skip to content

Commit 29d5700

Browse files
committed
Updated dependencies
1 parent 1d5cfb4 commit 29d5700

25 files changed

+2674
-2048
lines changed

Source/Platforms/NLog/Exceptionless.NLog.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</PropertyGroup>
4343
<ItemGroup>
4444
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
45-
<HintPath>..\..\..\packages\NLog.4.2.2\lib\net40\NLog.dll</HintPath>
45+
<HintPath>..\..\..\packages\NLog.4.2.3\lib\net40\NLog.dll</HintPath>
4646
<Private>True</Private>
4747
</Reference>
4848
<Reference Include="System" />

Source/Platforms/NLog/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NLog" version="4.2.2" targetFramework="net40" />
3+
<package id="NLog" version="4.2.3" targetFramework="net40" />
44
</packages>

Source/Platforms/Nancy/Exceptionless.Nancy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</PropertyGroup>
4141
<ItemGroup>
4242
<Reference Include="Nancy, Version=1.4.2.0, Culture=neutral, processorArchitecture=MSIL">
43-
<HintPath>..\..\..\packages\Nancy.1.4.2\lib\net40\Nancy.dll</HintPath>
43+
<HintPath>..\..\..\packages\Nancy.1.4.3\lib\net40\Nancy.dll</HintPath>
4444
<Private>True</Private>
4545
</Reference>
4646
<Reference Include="System" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Nancy" version="1.4.2" targetFramework="net40" />
3+
<package id="Nancy" version="1.4.3" targetFramework="net40" />
44
</packages>

Source/Samples/SampleConsole/Exceptionless.SampleConsole.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<Private>True</Private>
5858
</Reference>
5959
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
60-
<HintPath>..\..\..\packages\NLog.4.2.2\lib\net45\NLog.dll</HintPath>
60+
<HintPath>..\..\..\packages\NLog.4.2.3\lib\net45\NLog.dll</HintPath>
6161
<Private>True</Private>
6262
</Reference>
6363
<Reference Include="System" />

Source/Samples/SampleConsole/NLog.xsd

Lines changed: 46 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -986,31 +986,32 @@
986986
<xs:element name="footer" minOccurs="0" maxOccurs="1" type="Layout" />
987987
<xs:element name="encoding" minOccurs="0" maxOccurs="1" type="xs:string" />
988988
<xs:element name="lineEnding" minOccurs="0" maxOccurs="1" type="LineEndingMode" />
989-
<xs:element name="maxArchiveFiles" minOccurs="0" maxOccurs="1" type="xs:integer" />
990989
<xs:element name="archiveNumbering" minOccurs="0" maxOccurs="1" type="NLog.Targets.ArchiveNumberingMode" />
991990
<xs:element name="archiveFileName" minOccurs="0" maxOccurs="1" type="Layout" />
992991
<xs:element name="archiveEvery" minOccurs="0" maxOccurs="1" type="NLog.Targets.FileArchivePeriod" />
993992
<xs:element name="archiveAboveSize" minOccurs="0" maxOccurs="1" type="xs:long" />
993+
<xs:element name="maxArchiveFiles" minOccurs="0" maxOccurs="1" type="xs:integer" />
994994
<xs:element name="enableArchiveFileCompression" minOccurs="0" maxOccurs="1" type="xs:boolean" />
995995
<xs:element name="forceManaged" minOccurs="0" maxOccurs="1" type="xs:boolean" />
996-
<xs:element name="fileAttributes" minOccurs="0" maxOccurs="1" type="NLog.Targets.Win32FileAttributes" />
997-
<xs:element name="replaceFileContentsOnEachWrite" minOccurs="0" maxOccurs="1" type="xs:boolean" />
996+
<xs:element name="cleanupFileName" minOccurs="0" maxOccurs="1" type="xs:boolean" />
998997
<xs:element name="fileName" minOccurs="0" maxOccurs="1" type="Layout" />
999998
<xs:element name="archiveDateFormat" minOccurs="0" maxOccurs="1" type="xs:string" />
1000999
<xs:element name="archiveOldFileOnStartup" minOccurs="0" maxOccurs="1" type="xs:boolean" />
10011000
<xs:element name="createDirs" minOccurs="0" maxOccurs="1" type="xs:boolean" />
1002-
<xs:element name="deleteOldFileOnStartup" minOccurs="0" maxOccurs="1" type="xs:boolean" />
10031001
<xs:element name="enableFileDelete" minOccurs="0" maxOccurs="1" type="xs:boolean" />
1004-
<xs:element name="openFileCacheTimeout" minOccurs="0" maxOccurs="1" type="xs:integer" />
1005-
<xs:element name="networkWrites" minOccurs="0" maxOccurs="1" type="xs:boolean" />
1006-
<xs:element name="maxLogFilenames" minOccurs="0" maxOccurs="1" type="xs:integer" />
1007-
<xs:element name="keepFileOpen" minOccurs="0" maxOccurs="1" type="xs:boolean" />
1002+
<xs:element name="fileAttributes" minOccurs="0" maxOccurs="1" type="NLog.Targets.Win32FileAttributes" />
1003+
<xs:element name="deleteOldFileOnStartup" minOccurs="0" maxOccurs="1" type="xs:boolean" />
1004+
<xs:element name="replaceFileContentsOnEachWrite" minOccurs="0" maxOccurs="1" type="xs:boolean" />
10081005
<xs:element name="concurrentWrites" minOccurs="0" maxOccurs="1" type="xs:boolean" />
1009-
<xs:element name="concurrentWriteAttempts" minOccurs="0" maxOccurs="1" type="xs:integer" />
10101006
<xs:element name="concurrentWriteAttemptDelay" minOccurs="0" maxOccurs="1" type="xs:integer" />
1011-
<xs:element name="autoFlush" minOccurs="0" maxOccurs="1" type="xs:boolean" />
1007+
<xs:element name="maxLogFilenames" minOccurs="0" maxOccurs="1" type="xs:integer" />
1008+
<xs:element name="networkWrites" minOccurs="0" maxOccurs="1" type="xs:boolean" />
10121009
<xs:element name="openFileCacheSize" minOccurs="0" maxOccurs="1" type="xs:integer" />
1010+
<xs:element name="openFileCacheTimeout" minOccurs="0" maxOccurs="1" type="xs:integer" />
10131011
<xs:element name="bufferSize" minOccurs="0" maxOccurs="1" type="xs:integer" />
1012+
<xs:element name="autoFlush" minOccurs="0" maxOccurs="1" type="xs:boolean" />
1013+
<xs:element name="concurrentWriteAttempts" minOccurs="0" maxOccurs="1" type="xs:integer" />
1014+
<xs:element name="keepFileOpen" minOccurs="0" maxOccurs="1" type="xs:boolean" />
10141015
</xs:choice>
10151016
<xs:attribute name="name" type="xs:string">
10161017
<xs:annotation>
@@ -1042,11 +1043,6 @@
10421043
<xs:documentation>Line ending mode.</xs:documentation>
10431044
</xs:annotation>
10441045
</xs:attribute>
1045-
<xs:attribute name="maxArchiveFiles" type="xs:integer">
1046-
<xs:annotation>
1047-
<xs:documentation>Maximum number of archive files that should be kept.</xs:documentation>
1048-
</xs:annotation>
1049-
</xs:attribute>
10501046
<xs:attribute name="archiveNumbering" type="NLog.Targets.ArchiveNumberingMode">
10511047
<xs:annotation>
10521048
<xs:documentation>Way file archives are numbered.</xs:documentation>
@@ -1067,6 +1063,11 @@
10671063
<xs:documentation>Size in bytes above which log files will be automatically archived. Warning: combining this with isn't supported. We cannot create multiple archive files, if they should have the same name. Choose: </xs:documentation>
10681064
</xs:annotation>
10691065
</xs:attribute>
1066+
<xs:attribute name="maxArchiveFiles" type="xs:integer">
1067+
<xs:annotation>
1068+
<xs:documentation>Maximum number of archive files that should be kept.</xs:documentation>
1069+
</xs:annotation>
1070+
</xs:attribute>
10701071
<xs:attribute name="enableArchiveFileCompression" type="xs:boolean">
10711072
<xs:annotation>
10721073
<xs:documentation>Indicates whether to compress archive files into the zip archive format.</xs:documentation>
@@ -1077,14 +1078,9 @@
10771078
<xs:documentation>Gets or set a value indicating whether a managed file stream is forced, instead of used the native implementation.</xs:documentation>
10781079
</xs:annotation>
10791080
</xs:attribute>
1080-
<xs:attribute name="fileAttributes" type="NLog.Targets.Win32FileAttributes">
1081+
<xs:attribute name="cleanupFileName" type="xs:boolean">
10811082
<xs:annotation>
1082-
<xs:documentation>File attributes (Windows only).</xs:documentation>
1083-
</xs:annotation>
1084-
</xs:attribute>
1085-
<xs:attribute name="replaceFileContentsOnEachWrite" type="xs:boolean">
1086-
<xs:annotation>
1087-
<xs:documentation>Indicates whether to replace file contents on each write instead of appending log message at the end.</xs:documentation>
1083+
<xs:documentation>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.</xs:documentation>
10881084
</xs:annotation>
10891085
</xs:attribute>
10901086
<xs:attribute name="fileName" type="SimpleLayoutAttribute">
@@ -1107,64 +1103,74 @@
11071103
<xs:documentation>Indicates whether to create directories if they do not exist.</xs:documentation>
11081104
</xs:annotation>
11091105
</xs:attribute>
1106+
<xs:attribute name="enableFileDelete" type="xs:boolean">
1107+
<xs:annotation>
1108+
<xs:documentation>Indicates whether to enable log file(s) to be deleted.</xs:documentation>
1109+
</xs:annotation>
1110+
</xs:attribute>
1111+
<xs:attribute name="fileAttributes" type="NLog.Targets.Win32FileAttributes">
1112+
<xs:annotation>
1113+
<xs:documentation>File attributes (Windows only).</xs:documentation>
1114+
</xs:annotation>
1115+
</xs:attribute>
11101116
<xs:attribute name="deleteOldFileOnStartup" type="xs:boolean">
11111117
<xs:annotation>
11121118
<xs:documentation>Indicates whether to delete old log file on startup.</xs:documentation>
11131119
</xs:annotation>
11141120
</xs:attribute>
1115-
<xs:attribute name="enableFileDelete" type="xs:boolean">
1121+
<xs:attribute name="replaceFileContentsOnEachWrite" type="xs:boolean">
11161122
<xs:annotation>
1117-
<xs:documentation>Indicates whether to enable log file(s) to be deleted.</xs:documentation>
1123+
<xs:documentation>Indicates whether to replace file contents on each write instead of appending log message at the end.</xs:documentation>
11181124
</xs:annotation>
11191125
</xs:attribute>
1120-
<xs:attribute name="openFileCacheTimeout" type="xs:integer">
1126+
<xs:attribute name="concurrentWrites" type="xs:boolean">
11211127
<xs:annotation>
1122-
<xs:documentation>Maximum number of seconds that files are kept open. If this number is negative the files are not automatically closed after a period of inactivity.</xs:documentation>
1128+
<xs:documentation>Indicates whether concurrent writes to the log file by multiple processes on the same host.</xs:documentation>
11231129
</xs:annotation>
11241130
</xs:attribute>
1125-
<xs:attribute name="networkWrites" type="xs:boolean">
1131+
<xs:attribute name="concurrentWriteAttemptDelay" type="xs:integer">
11261132
<xs:annotation>
1127-
<xs:documentation>Indicates whether concurrent writes to the log file by multiple processes on different network hosts.</xs:documentation>
1133+
<xs:documentation>Delay in milliseconds to wait before attempting to write to the file again.</xs:documentation>
11281134
</xs:annotation>
11291135
</xs:attribute>
11301136
<xs:attribute name="maxLogFilenames" type="xs:integer">
11311137
<xs:annotation>
11321138
<xs:documentation>Maximum number of log filenames that should be stored as existing.</xs:documentation>
11331139
</xs:annotation>
11341140
</xs:attribute>
1135-
<xs:attribute name="keepFileOpen" type="xs:boolean">
1141+
<xs:attribute name="networkWrites" type="xs:boolean">
11361142
<xs:annotation>
1137-
<xs:documentation>Indicates whether to keep log file open instead of opening and closing it on each logging event.</xs:documentation>
1143+
<xs:documentation>Indicates whether concurrent writes to the log file by multiple processes on different network hosts.</xs:documentation>
11381144
</xs:annotation>
11391145
</xs:attribute>
1140-
<xs:attribute name="concurrentWrites" type="xs:boolean">
1146+
<xs:attribute name="openFileCacheSize" type="xs:integer">
11411147
<xs:annotation>
1142-
<xs:documentation>Indicates whether concurrent writes to the log file by multiple processes on the same host.</xs:documentation>
1148+
<xs:documentation>Number of files to be kept open. Setting this to a higher value may improve performance in a situation where a single File target is writing to many files (such as splitting by level or by logger).</xs:documentation>
11431149
</xs:annotation>
11441150
</xs:attribute>
1145-
<xs:attribute name="concurrentWriteAttempts" type="xs:integer">
1151+
<xs:attribute name="openFileCacheTimeout" type="xs:integer">
11461152
<xs:annotation>
1147-
<xs:documentation>Number of times the write is appended on the file before NLog discards the log message.</xs:documentation>
1153+
<xs:documentation>Maximum number of seconds that files are kept open. If this number is negative the files are not automatically closed after a period of inactivity.</xs:documentation>
11481154
</xs:annotation>
11491155
</xs:attribute>
1150-
<xs:attribute name="concurrentWriteAttemptDelay" type="xs:integer">
1156+
<xs:attribute name="bufferSize" type="xs:integer">
11511157
<xs:annotation>
1152-
<xs:documentation>Delay in milliseconds to wait before attempting to write to the file again.</xs:documentation>
1158+
<xs:documentation>Log file buffer size in bytes.</xs:documentation>
11531159
</xs:annotation>
11541160
</xs:attribute>
11551161
<xs:attribute name="autoFlush" type="xs:boolean">
11561162
<xs:annotation>
11571163
<xs:documentation>Indicates whether to automatically flush the file buffers after each log message.</xs:documentation>
11581164
</xs:annotation>
11591165
</xs:attribute>
1160-
<xs:attribute name="openFileCacheSize" type="xs:integer">
1166+
<xs:attribute name="concurrentWriteAttempts" type="xs:integer">
11611167
<xs:annotation>
1162-
<xs:documentation>Number of files to be kept open. Setting this to a higher value may improve performance in a situation where a single File target is writing to many files (such as splitting by level or by logger).</xs:documentation>
1168+
<xs:documentation>Number of times the write is appended on the file before NLog discards the log message.</xs:documentation>
11631169
</xs:annotation>
11641170
</xs:attribute>
1165-
<xs:attribute name="bufferSize" type="xs:integer">
1171+
<xs:attribute name="keepFileOpen" type="xs:boolean">
11661172
<xs:annotation>
1167-
<xs:documentation>Log file buffer size in bytes.</xs:documentation>
1173+
<xs:documentation>Indicates whether to keep log file open instead of opening and closing it on each logging event.</xs:documentation>
11681174
</xs:annotation>
11691175
</xs:attribute>
11701176
</xs:extension>

Source/Samples/SampleConsole/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package id="Exceptionless.DateTimeExtensions" version="3.1.42" targetFramework="net451" />
44
<package id="Exceptionless.RandomData" version="1.0.15.0" targetFramework="net451" />
55
<package id="log4net" version="2.0.5" targetFramework="net451" />
6-
<package id="NLog" version="4.2.2" targetFramework="net451" />
7-
<package id="NLog.Config" version="4.2.2" targetFramework="net451" />
8-
<package id="NLog.Schema" version="4.2.1" targetFramework="net451" />
6+
<package id="NLog" version="4.2.3" targetFramework="net451" />
7+
<package id="NLog.Config" version="4.2.3" targetFramework="net451" />
8+
<package id="NLog.Schema" version="4.2.3" targetFramework="net451" />
99
</packages>

Source/Samples/SampleMvc/Exceptionless.SampleMvc.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
<HintPath>..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
5151
<Private>True</Private>
5252
</Reference>
53-
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
54-
<HintPath>..\..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
53+
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
54+
<HintPath>..\..\..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
5555
<Private>True</Private>
5656
</Reference>
5757
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
58-
<HintPath>..\..\..\packages\NLog.4.2.2\lib\net45\NLog.dll</HintPath>
58+
<HintPath>..\..\..\packages\NLog.4.2.3\lib\net45\NLog.dll</HintPath>
5959
<Private>True</Private>
6060
</Reference>
6161
<Reference Include="System" />
@@ -143,9 +143,9 @@
143143
<ItemGroup>
144144
<Content Include="Global.asax" />
145145
<Content Include="packages.config" />
146-
<None Include="Scripts\jquery-2.1.4.intellisense.js" />
147-
<Content Include="Scripts\jquery-2.1.4.js" />
148-
<Content Include="Scripts\jquery-2.1.4.min.js" />
146+
<None Include="Scripts\jquery-2.2.0.intellisense.js" />
147+
<Content Include="Scripts\jquery-2.2.0.js" />
148+
<Content Include="Scripts\jquery-2.2.0.min.js" />
149149
<Content Include="Web.config">
150150
<SubType>Designer</SubType>
151151
</Content>
@@ -191,7 +191,7 @@
191191
<Content Include="Views\Shared\NotFound.cshtml" />
192192
</ItemGroup>
193193
<ItemGroup>
194-
<Content Include="Scripts\jquery-2.1.4.min.map" />
194+
<Content Include="Scripts\jquery-2.2.0.min.map" />
195195
</ItemGroup>
196196
<PropertyGroup>
197197
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>

Source/Samples/SampleMvc/Scripts/jquery-2.1.4.min.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

Source/Samples/SampleMvc/Scripts/jquery-2.1.4.min.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)