Skip to content

Commit 8afb8b2

Browse files
committed
Fix assembly name in Client.net40
1 parent f96e6c4 commit 8afb8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntegrationEngine.Client.net40/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
8-
[assembly: AssemblyTitle("IntegrationEngine.Client.net40")]
8+
[assembly: AssemblyTitle("IntegrationEngine.Client")]
99

1010
// Setting ComVisible to false makes the types in this assembly not visible
1111
// to COM components. If you need to access a type in this assembly from

0 commit comments

Comments
 (0)