|
1 | 1 | using System.Reflection;
|
2 | 2 | using System.Runtime.InteropServices;
|
3 | 3 |
|
4 |
| -// General Information about an assembly is controlled through the following |
5 |
| -// set of attributes. Change these attribute values to modify the information |
6 |
| -// associated with an assembly. |
7 | 4 | [assembly: AssemblyTitle("StackExchange.Profiling.RavenDb")]
|
8 |
| -[assembly: AssemblyDescription("A simple but effective mini-profiler for ASP.NET MVC - http://miniprofiler.com")] |
| 5 | +[assembly: AssemblyDescription("RavenDb extensions for StackExchange.Profiling - http://miniprofiler.com")] |
9 | 6 | [assembly: AssemblyConfiguration("")]
|
10 | 7 | [assembly: AssemblyCompany("Stack Exchange")]
|
11 | 8 | [assembly: AssemblyProduct("StackExchange.Profiling.RavenDb")]
|
12 | 9 | [assembly: AssemblyCopyright("Copyright © 2014")]
|
13 | 10 | [assembly: AssemblyTrademark("")]
|
14 | 11 | [assembly: AssemblyCulture("")]
|
15 |
| - |
16 |
| -// Setting ComVisible to false makes the types in this assembly not visible |
17 |
| -// to COM components. If you need to access a type in this assembly from |
18 |
| -// COM, set the ComVisible attribute to true on that type. |
19 | 12 | [assembly: ComVisible(false)]
|
20 |
| - |
21 |
| -// The following GUID is for the ID of the typelib if this project is exposed to COM |
22 | 13 | [assembly: Guid("5a5d9c83-765b-4e6a-bc8b-5d2f33c6ea46")]
|
23 |
| - |
24 |
| -// Version information for an assembly consists of the following four values: |
25 |
| -// |
26 |
| -// Major Version |
27 |
| -// Minor Version |
28 |
| -// Build Number |
29 |
| -// Revision |
30 |
| -// |
31 |
| -// You can specify all the values or you can default the Build and Revision Numbers |
32 |
| -// by using the '*' as shown below: |
33 |
| -[assembly: AssemblyVersion("3.0.10")] |
34 |
| -[assembly: AssemblyInformationalVersion("3.0.10-beta1")] |
| 14 | +[assembly: AssemblyVersion("3.0.11")] |
| 15 | +[assembly: AssemblyInformationalVersion("3.0.11")] |
0 commit comments