Skip to content

Commit 1a82c8a

Browse files
author
Ethan Hann
committed
Fix assembly name
1 parent bdfe7c1 commit 1a82c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntegrationEngine.Model.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.Model.Net4")]
8+
[assembly: AssemblyTitle("IntegrationEngine.Model.net40")]
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)