Skip to content

Commit

Permalink
Updated assembly info version
Browse files Browse the repository at this point in the history
Cleaned up assembly info, set version for NuGet to 2.0.0-pre.
  • Loading branch information
jordangray committed Sep 21, 2015
1 parent a41808d commit d8fa7d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 70 deletions.
Original file line number Diff line number Diff line change
@@ -1,35 +1,16 @@
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("WebApiContrib.Formatting.Xlsx sample app")]
[assembly: AssemblyDescription("Sample application to demonstrate use of WebApiContrib.Formatting.Xlsx.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("WebApiContrib")]
[assembly: AssemblyProduct("WebApiContrib.Formatting.Xlsx")]
[assembly: AssemblyCopyright("No rights reserved")]
[assembly: AssemblyProduct("WebApiContrib.Formatting.Xlsx.Sample")]
[assembly: AssemblyCopyright("2014 Jordan Gray, WebApiContrib team")]
[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("7b5cf620-153f-441e-97d2-dcab4d74756c")]
[assembly: AssemblyVersion("2.0.*")]
[assembly: AssemblyInformationalVersion("2.0.0-pre")]

// 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 Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
25 changes: 2 additions & 23 deletions src/WebApiContrib.Formatting.Xlsx/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
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("WebApiContrib.Formatting.Xlsx")]
[assembly: AssemblyDescription("Generate formatted, customisable Excel documents straight from ASP.NET Web API.")]
[assembly: AssemblyConfiguration("")]
Expand All @@ -13,24 +9,7 @@
[assembly: AssemblyCopyright("2014 Jordan Gray, WebApiContrib team")]
[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("28dcd06d-e828-478b-b809-c17304731c80")]

// 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.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("2.0.*")]
[assembly: AssemblyInformationalVersion("2.0.0-pre")]
Original file line number Diff line number Diff line change
@@ -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("WebApiContrib.Formatters.Xlsx unit tests")]
[assembly: AssemblyDescription("Unit tests for the WebApiContrib.Formatters.Xlsx project")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("WebApiContrib")]
[assembly: AssemblyProduct("WebApiContrib.Formatting.Xlsx.Tests")]
[assembly: AssemblyCopyright("No rights reserved.")]
[assembly: AssemblyCopyright("2014 Jordan Gray, WebApiContrib team")]
[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("354d91e0-c63a-4235-b4d5-cc058999787f")]

// 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.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("2.0.*")]
[assembly: AssemblyInformationalVersion("2.0.0-pre")]

0 comments on commit d8fa7d9

Please sign in to comment.