diff --git a/MiniProfiler.MongoDb.nuspec b/MiniProfiler.MongoDb.nuspec new file mode 100644 index 000000000..e76793e2c --- /dev/null +++ b/MiniProfiler.MongoDb.nuspec @@ -0,0 +1,22 @@ + + + + MiniProfiler.MongoDb + 3.0.11 + Marc Gravell, Jarrod Dixon, Yaakov Ellis + Marc Gravell, Jarrod Dixon Yaakov Ellis + MiniProfiler extensions and helpers for MongoDb + http://miniprofiler.com + http://www.apache.org/licenses/LICENSE-2.0 + profiler performance profiling timing mongo mongodb + en-US + + + + + See https://github.com/MiniProfiler/dotnet/releases for more info + + + + + diff --git a/MiniProfiler.sln b/MiniProfiler.sln index 6329aeb7e..ef9dad52e 100644 --- a/MiniProfiler.sln +++ b/MiniProfiler.sln @@ -6,6 +6,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution MiniProfiler.EF.nuspec = MiniProfiler.EF.nuspec MiniProfiler.EF5.nuspec = MiniProfiler.EF5.nuspec MiniProfiler.EF6.nuspec = MiniProfiler.EF6.nuspec + MiniProfiler.MongoDb.nuspec = MiniProfiler.MongoDb.nuspec MiniProfiler.MVC3.nuspec = MiniProfiler.MVC3.nuspec MiniProfiler.MVC4.nuspec = MiniProfiler.MVC4.nuspec MiniProfiler.nuspec = MiniProfiler.nuspec diff --git a/StackExchange.Profiling.MongoDB/Properties/AssemblyInfo.cs b/StackExchange.Profiling.MongoDB/Properties/AssemblyInfo.cs index b0642d476..af072baba 100644 --- a/StackExchange.Profiling.MongoDB/Properties/AssemblyInfo.cs +++ b/StackExchange.Profiling.MongoDB/Properties/AssemblyInfo.cs @@ -1,36 +1,15 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. [assembly: AssemblyTitle("StackExchange.Profiling.MongoDB")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("MongoDb extensions for StackExchange.Profiling - http://miniprofiler.com")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Stack Exchange")] [assembly: AssemblyProduct("StackExchange.Profiling.MongoDB")] -[assembly: AssemblyCopyright("Copyright © 2014")] +[assembly: AssemblyCopyright("Copyright © 2014")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("a502ee5c-a969-4cdf-b243-2c54c0e94c27")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("3.0.11")] +[assembly: AssemblyInformationalVersion("3.0.11")] diff --git a/StackExchange.Profiling.MongoDB/packages.config b/StackExchange.Profiling.MongoDB/packages.config index 57d587fe1..682bb29cb 100644 --- a/StackExchange.Profiling.MongoDB/packages.config +++ b/StackExchange.Profiling.MongoDB/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file