Skip to content

Commit d8fa7d9

Browse files
committed
Updated assembly info version
Cleaned up assembly info, set version for NuGet to 2.0.0-pre.
1 parent a41808d commit d8fa7d9

File tree

3 files changed

+9
-70
lines changed

3 files changed

+9
-70
lines changed
Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,16 @@
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("WebApiContrib.Formatting.Xlsx sample app")]
95
[assembly: AssemblyDescription("Sample application to demonstrate use of WebApiContrib.Formatting.Xlsx.")]
106
[assembly: AssemblyConfiguration("")]
117
[assembly: AssemblyCompany("WebApiContrib")]
12-
[assembly: AssemblyProduct("WebApiContrib.Formatting.Xlsx")]
13-
[assembly: AssemblyCopyright("No rights reserved")]
8+
[assembly: AssemblyProduct("WebApiContrib.Formatting.Xlsx.Sample")]
9+
[assembly: AssemblyCopyright("2014 Jordan Gray, WebApiContrib team")]
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("7b5cf620-153f-441e-97d2-dcab4d74756c")]
14+
[assembly: AssemblyVersion("2.0.*")]
15+
[assembly: AssemblyInformationalVersion("2.0.0-pre")]
2416

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 Revision and Build Numbers
33-
// by using the '*' as shown below:
34-
[assembly: AssemblyVersion("1.1.0.0")]
35-
[assembly: AssemblyFileVersion("1.1.0.0")]
Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
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("WebApiContrib.Formatting.Xlsx")]
95
[assembly: AssemblyDescription("Generate formatted, customisable Excel documents straight from ASP.NET Web API.")]
106
[assembly: AssemblyConfiguration("")]
@@ -13,24 +9,7 @@
139
[assembly: AssemblyCopyright("2014 Jordan Gray, WebApiContrib team")]
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("28dcd06d-e828-478b-b809-c17304731c80")]
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.1.0.0")]
36-
[assembly: AssemblyFileVersion("1.1.0.0")]
14+
[assembly: AssemblyVersion("2.0.*")]
15+
[assembly: AssemblyInformationalVersion("2.0.0-pre")]
Lines changed: 3 additions & 24 deletions
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("WebApiContrib.Formatters.Xlsx unit tests")]
95
[assembly: AssemblyDescription("Unit tests for the WebApiContrib.Formatters.Xlsx project")]
106
[assembly: AssemblyConfiguration("")]
117
[assembly: AssemblyCompany("WebApiContrib")]
128
[assembly: AssemblyProduct("WebApiContrib.Formatting.Xlsx.Tests")]
13-
[assembly: AssemblyCopyright("No rights reserved.")]
9+
[assembly: AssemblyCopyright("2014 Jordan Gray, WebApiContrib team")]
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("354d91e0-c63a-4235-b4d5-cc058999787f")]
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.1.0.0")]
36-
[assembly: AssemblyFileVersion("1.1.0.0")]
14+
[assembly: AssemblyVersion("2.0.*")]
15+
[assembly: AssemblyInformationalVersion("2.0.0-pre")]

0 commit comments

Comments
 (0)