Skip to content

Commit dbf3fd1

Browse files
committed
Updated Packages
1 parent ee925cf commit dbf3fd1

17 files changed

+79
-61
lines changed

Source/Platforms/Nancy/Exceptionless.Nancy.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
4040
</PropertyGroup>
4141
<ItemGroup>
42-
<Reference Include="Nancy, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
43-
<SpecificVersion>False</SpecificVersion>
44-
<HintPath>..\..\..\packages\Nancy.1.1\lib\net40\Nancy.dll</HintPath>
42+
<Reference Include="Nancy, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
43+
<HintPath>..\..\..\packages\Nancy.1.2.0\lib\net40\Nancy.dll</HintPath>
44+
<Private>True</Private>
4545
</Reference>
4646
<Reference Include="System" />
4747
<Reference Include="System.Core" />
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.1" targetFramework="net40" />
3+
<package id="Nancy" version="1.2.0" targetFramework="net40" />
44
</packages>

Source/Samples/SampleConsole/Exceptionless.SampleConsole.csproj

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,20 @@
4444
</AssemblyOriginatorKeyFile>
4545
</PropertyGroup>
4646
<ItemGroup>
47-
<Reference Include="Exceptionless.DateTimeExtensions, Version=3.0.33.0, Culture=neutral, processorArchitecture=MSIL">
48-
<SpecificVersion>False</SpecificVersion>
49-
<HintPath>..\..\..\packages\Exceptionless.DateTimeExtensions.3.0.33\lib\portable-net40+win+wpa81\Exceptionless.DateTimeExtensions.dll</HintPath>
47+
<Reference Include="Exceptionless.DateTimeExtensions, Version=3.0.38.0, Culture=neutral, processorArchitecture=MSIL">
48+
<HintPath>..\..\..\packages\Exceptionless.DateTimeExtensions.3.0.38\lib\portable-net40+win+wpa81\Exceptionless.DateTimeExtensions.dll</HintPath>
49+
<Private>True</Private>
5050
</Reference>
51-
<Reference Include="Exceptionless.RandomData">
52-
<HintPath>..\..\..\packages\Exceptionless.RandomData.1.0.4.0\lib\net40\Exceptionless.RandomData.dll</HintPath>
51+
<Reference Include="Exceptionless.RandomData, Version=1.0.15.0, Culture=neutral, processorArchitecture=MSIL">
52+
<HintPath>..\..\..\packages\Exceptionless.RandomData.1.0.15.0\lib\net40\Exceptionless.RandomData.dll</HintPath>
53+
<Private>True</Private>
5354
</Reference>
5455
<Reference Include="log4net">
5556
<HintPath>..\..\..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
5657
</Reference>
57-
<Reference Include="NLog">
58-
<HintPath>..\..\..\packages\NLog.3.2.0.0\lib\net45\NLog.dll</HintPath>
58+
<Reference Include="NLog, Version=3.2.1.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
59+
<HintPath>..\..\..\packages\NLog.3.2.1\lib\net45\NLog.dll</HintPath>
60+
<Private>True</Private>
5961
</Reference>
6062
<Reference Include="System" />
6163
<Reference Include="System.Core" />
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Exceptionless.DateTimeExtensions" version="3.0.33" targetFramework="net451" />
4-
<package id="Exceptionless.RandomData" version="1.0.4.0" targetFramework="net451" />
3+
<package id="Exceptionless.DateTimeExtensions" version="3.0.38" targetFramework="net451" />
4+
<package id="Exceptionless.RandomData" version="1.0.15.0" targetFramework="net451" />
55
<package id="log4net" version="2.0.3" targetFramework="net451" />
6-
<package id="NLog" version="3.2.0.0" targetFramework="net451" />
7-
<package id="NLog.Config" version="3.2.0.0" targetFramework="net451" />
8-
<package id="NLog.Schema" version="3.2.0.0" targetFramework="net451" />
6+
<package id="NLog" version="3.2.1" targetFramework="net451" />
7+
<package id="NLog.Config" version="3.2.1" targetFramework="net451" />
8+
<package id="NLog.Schema" version="3.2.1" targetFramework="net451" />
99
</packages>

Source/Samples/SampleMvc/Exceptionless.SampleMvc.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
<SpecificVersion>False</SpecificVersion>
4949
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
5050
</Reference>
51-
<Reference Include="NLog, Version=3.2.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
52-
<SpecificVersion>False</SpecificVersion>
53-
<HintPath>..\..\..\packages\NLog.3.2.0.0\lib\net45\NLog.dll</HintPath>
51+
<Reference Include="NLog, Version=3.2.1.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
52+
<HintPath>..\..\..\packages\NLog.3.2.1\lib\net45\NLog.dll</HintPath>
53+
<Private>True</Private>
5454
</Reference>
5555
<Reference Include="System" />
5656
<Reference Include="System.Data" />
@@ -140,9 +140,9 @@
140140
</ItemGroup>
141141
<ItemGroup>
142142
<Content Include="Global.asax" />
143-
<None Include="Scripts\jquery-2.1.3.intellisense.js" />
144-
<Content Include="Scripts\jquery-2.1.3.js" />
145-
<Content Include="Scripts\jquery-2.1.3.min.js" />
143+
<None Include="Scripts\jquery-2.1.4.intellisense.js" />
144+
<Content Include="Scripts\jquery-2.1.4.js" />
145+
<Content Include="Scripts\jquery-2.1.4.min.js" />
146146
<Content Include="Web.config">
147147
<SubType>Designer</SubType>
148148
</Content>
@@ -159,7 +159,7 @@
159159
<Content Include="Views\Shared\Error.cshtml" />
160160
<Content Include="Views\Shared\_Layout.cshtml" />
161161
<Content Include="Views\Shared\CustomError.cshtml" />
162-
<Content Include="Scripts\jquery-2.1.3.min.map" />
162+
<Content Include="Scripts\jquery-2.1.4.min.map" />
163163
</ItemGroup>
164164
<ItemGroup>
165165
<Content Include="Views\Home\Index.cshtml" />

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

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

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

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

Source/Samples/SampleMvc/Scripts/jquery-2.1.3.js renamed to Source/Samples/SampleMvc/Scripts/jquery-2.1.4.js

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery JavaScript Library v2.1.3
2+
* jQuery JavaScript Library v2.1.4
33
* http://jquery.com/
44
*
55
* Includes Sizzle.js
@@ -9,7 +9,7 @@
99
* Released under the MIT license
1010
* http://jquery.org/license
1111
*
12-
* Date: 2014-12-18T15:11Z
12+
* Date: 2015-04-28T16:01Z
1313
*/
1414

1515
(function( global, factory ) {
@@ -67,7 +67,7 @@ var
6767
// Use the correct document accordingly with window argument (sandbox)
6868
document = window.document,
6969

70-
version = "2.1.3",
70+
version = "2.1.4",
7171

7272
// Define a local copy of jQuery
7373
jQuery = function( selector, context ) {
@@ -531,7 +531,12 @@ jQuery.each("Boolean Number String Function Array Date RegExp Object Error".spli
531531
});
532532

533533
function isArraylike( obj ) {
534-
var length = obj.length,
534+
535+
// Support: iOS 8.2 (not reproducible in simulator)
536+
// `in` check used to prevent JIT error (gh-2145)
537+
// hasOwn isn't used here due to false negatives
538+
// regarding Nodelist length in IE
539+
var length = "length" in obj && obj.length,
535540
type = jQuery.type( obj );
536541

537542
if ( type === "function" || jQuery.isWindow( obj ) ) {

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

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)