Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Commit 2aba51c

Browse files
committed
fixed ELS-Server.dll filename case.
1 parent bd52e6d commit 2aba51c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/ELS-Server/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
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("ELS-Server")]
8+
[assembly: AssemblyTitle("els-server")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("ELS-Server")]
12+
[assembly: AssemblyProduct("els-server")]
1313
[assembly: AssemblyCopyright("Copyright © 2017")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]

0 commit comments

Comments
 (0)