Skip to content

Commit

Permalink
MongoDb nuspec through driver version 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yellis committed Jun 1, 2014
1 parent 0722395 commit a06e03d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions MiniProfiler.MongoDb.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
<metadata>
<id>MiniProfiler.MongoDb</id>
<version>3.0.11</version>
<authors>Marc Gravell, Jarrod Dixon, Yaakov Ellis</authors>
<owners>Marc Gravell, Jarrod Dixon Yaakov Ellis</owners>
<authors>Yaakov Ellis</authors>
<owners>Yaakov Ellis</owners>
<description>MiniProfiler extensions and helpers for MongoDb</description>
<projectUrl>http://miniprofiler.com</projectUrl>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<tags>profiler performance profiling timing mongo mongodb</tags>
<language>en-US</language>
<dependencies>
<dependency id="MiniProfiler" version="3.0.10" />
<dependency id="mongocsharpdriver" version="[1.8.3]" />
<dependency id="mongocsharpdriver" version="[1.8.0,1.8.3]" />
</dependencies>
<releaseNotes>See https://github.com/MiniProfiler/dotnet/releases for more info</releaseNotes>
</metadata>
<files>
<file src="StackExchange.Profiling.MongoDb\bin\Release\StackExchange.Profiling.MongoDb.*" target="lib\net40" />
<file src="StackExchange.Profiling.MongoDb\bin\Release\StackExchange.Profiling.MongoDB.*" target="lib\net40" />
</files>
</package>
4 changes: 2 additions & 2 deletions StackExchange.Profiling.MongoDB/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("a502ee5c-a969-4cdf-b243-2c54c0e94c27")]
[assembly: AssemblyVersion("3.0.11")]
[assembly: AssemblyInformationalVersion("3.0.11")]
[assembly: AssemblyVersion("3.0.10")]
[assembly: AssemblyInformationalVersion("3.0.10")]

0 comments on commit a06e03d

Please sign in to comment.