Skip to content

Commit be8f5dd

Browse files
author
Kyle Spearrin
committed
Updated assembly infos to match proper project names
1 parent 8bdb7f0 commit be8f5dd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dotnet-visual-studio/1_Send/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( "Send" )]
8+
[assembly: AssemblyTitle( "1_Send" )]
99
[assembly: AssemblyDescription( "" )]
1010
[assembly: AssemblyConfiguration( "" )]
1111
[assembly: AssemblyCompany( "" )]
12-
[assembly: AssemblyProduct( "Send" )]
12+
[assembly: AssemblyProduct( "1_Send" )]
1313
[assembly: AssemblyCopyright( "Copyright © 2015" )]
1414
[assembly: AssemblyTrademark( "" )]
1515
[assembly: AssemblyCulture( "" )]

dotnet-visual-studio/5_ReceiveLogsTopic/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( "ReceiveLogsTopic" )]
8+
[assembly: AssemblyTitle( "5_ReceiveLogsTopic" )]
99
[assembly: AssemblyDescription( "" )]
1010
[assembly: AssemblyConfiguration( "" )]
1111
[assembly: AssemblyCompany( "" )]
12-
[assembly: AssemblyProduct( "ReceiveLogsTopic" )]
12+
[assembly: AssemblyProduct( "4_ReceiveLogsTopic" )]
1313
[assembly: AssemblyCopyright( "Copyright © 2015" )]
1414
[assembly: AssemblyTrademark( "" )]
1515
[assembly: AssemblyCulture( "" )]

dotnet-visual-studio/6_RPCClient/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( "6_RPCCLient" )]
8+
[assembly: AssemblyTitle( "6_RPCClient" )]
99
[assembly: AssemblyDescription( "" )]
1010
[assembly: AssemblyConfiguration( "" )]
1111
[assembly: AssemblyCompany( "" )]
12-
[assembly: AssemblyProduct( "6_RPCCLient" )]
12+
[assembly: AssemblyProduct( "6_RPCClient" )]
1313
[assembly: AssemblyCopyright( "Copyright © 2015" )]
1414
[assembly: AssemblyTrademark( "" )]
1515
[assembly: AssemblyCulture( "" )]

0 commit comments

Comments
 (0)