Skip to content

Commit 035a660

Browse files
committed
Tweaks to assembly attributes.
1. Set AssemblyTitle for each project. 2. Remove AssemblyFileVersion, since (a) by default it's the same as AssemblyVersion, and (b) it doesn't support the .* syntax, so it's generating compiler warnings.
1 parent 3c1b7f7 commit 035a660

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

AssemblyCommon.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@
4646
// by using the '*' as shown below:
4747
// [assembly: AssemblyVersion("1.0.*")]
4848
[assembly: AssemblyVersion("0.1.*")]
49-
[assembly: AssemblyFileVersion("0.1.*")]

uhttpsharp-demo/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// General Information about an assembly is controlled through the following
2323
// set of attributes. Change these attribute values to modify the information
2424
// associated with an assembly.
25-
[assembly: AssemblyTitle("uhttpsharp")]
25+
[assembly: AssemblyTitle("µHttpSharp Demo")]
2626

2727
// The following GUID is for the ID of the typelib if this project is exposed to COM
2828
[assembly: Guid("5a2d8552-ed37-43cb-8744-026174645de4")]

uhttpsharp/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// General Information about an assembly is controlled through the following
2323
// set of attributes. Change these attribute values to modify the information
2424
// associated with an assembly.
25-
[assembly: AssemblyTitle("uhttpsharp")]
25+
[assembly: AssemblyTitle("µHttpSharp")]
2626

2727
// The following GUID is for the ID of the typelib if this project is exposed to COM
2828
[assembly: Guid("2a229a48-3435-4e8d-bfda-9e2535940a81")]

0 commit comments

Comments
 (0)