Skip to content

Commit

Permalink
Updated MiniProfiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
otac0n committed May 2, 2013
1 parent b4a682a commit 5a60fc7
Show file tree
Hide file tree
Showing 13 changed files with 4,708 additions and 2,247 deletions.
2 changes: 1 addition & 1 deletion WebGitNet.SharedLib/WebGitNet.SharedLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="MiniProfiler">
<HintPath>..\packages\MiniProfiler.2.0.1\lib\net40\MiniProfiler.dll</HintPath>
<HintPath>..\packages\MiniProfiler.2.1.0\lib\net40\MiniProfiler.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion WebGitNet.SharedLib/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="MiniProfiler" version="2.0.1" />
<package id="MiniProfiler" version="2.1.0" targetFramework="net40" />
</packages>
2 changes: 1 addition & 1 deletion WebGitNet/WebGitNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="MiniProfiler">
<HintPath>..\packages\MiniProfiler.2.0.1\lib\net40\MiniProfiler.dll</HintPath>
<HintPath>..\packages\MiniProfiler.2.1.0\lib\net40\MiniProfiler.dll</HintPath>
</Reference>
<Reference Include="System.ServiceModel" />
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion WebGitNet/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<package id="jquery.cookie" version="1.0" />
<package id="json2" version="1.0.2" />
<package id="MarkdownSharp" version="1.13.0.0" />
<package id="MiniProfiler" version="2.0.1" />
<package id="MiniProfiler" version="2.1.0" targetFramework="net40" />
<package id="Twitter.Bootstrap" version="2.2.2" targetFramework="net40" />
</packages>
Binary file not shown.
Binary file not shown.
Binary file not shown.
2,243 changes: 0 additions & 2,243 deletions packages/MiniProfiler.2.0.1/lib/net40/MiniProfiler.xml

This file was deleted.

Binary file not shown.
18 changes: 18 additions & 0 deletions packages/MiniProfiler.2.1.0/MiniProfiler.2.1.0.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MiniProfiler</id>
<version>2.1.0</version>
<authors>Marc Gravell, Sam Saffron, Jarrod Dixon</authors>
<owners>Marc Gravell, Sam Saffron, Jarrod Dixon</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>http://miniprofiler.com/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Lightweight mini-profiler, in particular designed for ASP.NET MVC sites</description>
<language>en-US</language>
<tags>profiler sql mvc asp.net performance profiling timing</tags>
<references>
<reference file="MiniProfiler.dll" />
</references>
</metadata>
</package>
Binary file not shown.
Binary file not shown.
4,686 changes: 4,686 additions & 0 deletions packages/MiniProfiler.2.1.0/lib/net40/MiniProfiler.xml

Large diffs are not rendered by default.

0 comments on commit 5a60fc7

Please sign in to comment.