forked from WebApiContrib/WebApiContrib.Formatting.Xlsx
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleaned up assembly info, set version for NuGet to 2.0.0-pre.
- Loading branch information
1 parent
a41808d
commit d8fa7d9
Showing
3 changed files
with
9 additions
and
70 deletions.
There are no files selected for viewing
27 changes: 4 additions & 23 deletions
27
samples/WebApiContrib.Formatting.Xlsx.Sample/Properties/AssemblyInfo.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 3 additions & 24 deletions
27
test/WebApiContrib.Formatting.Xlsx.Tests/Properties/AssemblyInfo.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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")] |