Skip to content

Commit c46374d

Browse files
committed
MiniProfiler.MongoDb nuspec and AseemblyInfo
1 parent 667449d commit c46374d

File tree

4 files changed

+29
-27
lines changed

4 files changed

+29
-27
lines changed

MiniProfiler.MongoDb.nuspec

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package>
3+
<metadata>
4+
<id>MiniProfiler.MongoDb</id>
5+
<version>3.0.11</version>
6+
<authors>Marc Gravell, Jarrod Dixon, Yaakov Ellis</authors>
7+
<owners>Marc Gravell, Jarrod Dixon Yaakov Ellis</owners>
8+
<description>MiniProfiler extensions and helpers for MongoDb</description>
9+
<projectUrl>http://miniprofiler.com</projectUrl>
10+
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
11+
<tags>profiler performance profiling timing mongo mongodb</tags>
12+
<language>en-US</language>
13+
<dependencies>
14+
<dependency id="MiniProfiler" version="3.0.10" />
15+
<dependency id="mongocsharpdriver" version="[1.8.3]" />
16+
</dependencies>
17+
<releaseNotes>See https://github.com/MiniProfiler/dotnet/releases for more info</releaseNotes>
18+
</metadata>
19+
<files>
20+
<file src="StackExchange.Profiling.MongoDb\bin\Release\StackExchange.Profiling.MongoDb.*" target="lib\net40" />
21+
</files>
22+
</package>

MiniProfiler.sln

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
66
MiniProfiler.EF.nuspec = MiniProfiler.EF.nuspec
77
MiniProfiler.EF5.nuspec = MiniProfiler.EF5.nuspec
88
MiniProfiler.EF6.nuspec = MiniProfiler.EF6.nuspec
9+
MiniProfiler.MongoDb.nuspec = MiniProfiler.MongoDb.nuspec
910
MiniProfiler.MVC3.nuspec = MiniProfiler.MVC3.nuspec
1011
MiniProfiler.MVC4.nuspec = MiniProfiler.MVC4.nuspec
1112
MiniProfiler.nuspec = MiniProfiler.nuspec
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,15 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

5-
// General Information about an assembly is controlled through the following
6-
// set of attributes. Change these attribute values to modify the information
7-
// associated with an assembly.
84
[assembly: AssemblyTitle("StackExchange.Profiling.MongoDB")]
9-
[assembly: AssemblyDescription("")]
5+
[assembly: AssemblyDescription("MongoDb extensions for StackExchange.Profiling - http://miniprofiler.com")]
106
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
7+
[assembly: AssemblyCompany("Stack Exchange")]
128
[assembly: AssemblyProduct("StackExchange.Profiling.MongoDB")]
13-
[assembly: AssemblyCopyright("Copyright © 2014")]
9+
[assembly: AssemblyCopyright("Copyright © 2014")]
1410
[assembly: AssemblyTrademark("")]
1511
[assembly: AssemblyCulture("")]
16-
17-
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM components. If you need to access a type in this assembly from
19-
// COM, set the ComVisible attribute to true on that type.
2012
[assembly: ComVisible(false)]
21-
22-
// The following GUID is for the ID of the typelib if this project is exposed to COM
2313
[assembly: Guid("a502ee5c-a969-4cdf-b243-2c54c0e94c27")]
24-
25-
// Version information for an assembly consists of the following four values:
26-
//
27-
// Major Version
28-
// Minor Version
29-
// Build Number
30-
// Revision
31-
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
33-
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
14+
[assembly: AssemblyVersion("3.0.11")]
15+
[assembly: AssemblyInformationalVersion("3.0.11")]
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="mongocsharpdriver" version="1.8.3" allowedVersions="[1.8.3]" targetFramework="net45" />
3+
<package id="mongocsharpdriver" version="1.8.3" allowedVersions="[1.8.3]" targetFramework="net40" />
44
</packages>

0 commit comments

Comments
 (0)