Skip to content

Commit 590352a

Browse files
committed
mongoDb nuspec 3.0.11, mongocsharp 1.9+
1 parent a06e03d commit 590352a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

MiniProfiler.MongoDb.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
<metadata>
44
<id>MiniProfiler.MongoDb</id>
55
<version>3.0.11</version>
6-
<authors>Yaakov Ellis</authors>
7-
<owners>Yaakov Ellis</owners>
6+
<authors>Marc Gravell, Jarrod Dixon, Yaakov Ellis</authors>
7+
<owners>Marc Gravell, Jarrod Dixon Yaakov Ellis</owners>
88
<description>MiniProfiler extensions and helpers for MongoDb</description>
99
<projectUrl>http://miniprofiler.com</projectUrl>
1010
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
1111
<tags>profiler performance profiling timing mongo mongodb</tags>
1212
<language>en-US</language>
1313
<dependencies>
1414
<dependency id="MiniProfiler" version="3.0.10" />
15-
<dependency id="mongocsharpdriver" version="[1.8.0,1.8.3]" />
15+
<dependency id="mongocsharpdriver" version="1.9.0" />
1616
</dependencies>
1717
<releaseNotes>See https://github.com/MiniProfiler/dotnet/releases for more info</releaseNotes>
1818
</metadata>
1919
<files>
20-
<file src="StackExchange.Profiling.MongoDb\bin\Release\StackExchange.Profiling.MongoDB.*" target="lib\net40" />
20+
<file src="StackExchange.Profiling.MongoDb\bin\Release\StackExchange.Profiling.MongoDb.*" target="lib\net40" />
2121
</files>
2222
</package>

StackExchange.Profiling.MongoDB/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
[assembly: AssemblyCulture("")]
1212
[assembly: ComVisible(false)]
1313
[assembly: Guid("a502ee5c-a969-4cdf-b243-2c54c0e94c27")]
14-
[assembly: AssemblyVersion("3.0.10")]
15-
[assembly: AssemblyInformationalVersion("3.0.10")]
14+
[assembly: AssemblyVersion("3.0.11")]
15+
[assembly: AssemblyInformationalVersion("3.0.11")]

0 commit comments

Comments
 (0)