Skip to content

Commit 7685937

Browse files
committed
Bumped version + some assembly info cleanup
1 parent 01aeffb commit 7685937

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

TuesPechkin/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,11 @@
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
44

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.
85
[assembly: AssemblyTitle("TuesPechkin")]
96
[assembly: AssemblyDescription(".NET wrapper for wkhtmltopdf; supports 32-bit, 64-bit, multi-threaded and IIS environments.")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
127
[assembly: AssemblyProduct("TuesPechkin")]
138
[assembly: AssemblyCopyright("Copyright 2014 Derek Gray")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
9+
[assembly: AssemblyVersion("2.0.1")]
1610

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.
2011
[assembly: ComVisible(false)]
21-
22-
// The following GUID is for the ID of the typelib if this project is exposed to COM
2312
[assembly: Guid("11f63696-7105-436d-9ec6-2fee54c40b11")]
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("2.0.0")]
36-
[assembly: AssemblyFileVersion("2.0.0")]

0 commit comments

Comments
 (0)