Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit 0d8a7ed

Browse files
committed
- fixed assemblyinfo for Microsoft.VisualBasic.dll
1 parent 0664b4e commit 0d8a7ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Framework/Subset_of_VisualBasic/AssemblyInfo.vb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Imports System.Runtime.InteropServices
88

99
' Review the values of the assembly attributes
1010

11-
<Assembly: AssemblyTitle("")>
12-
<Assembly: AssemblyDescription("")>
13-
<Assembly: AssemblyCompany("$registeredorganization$")>
11+
<Assembly: AssemblyTitle("")>
12+
<Assembly: AssemblyDescription("")>
13+
<Assembly: AssemblyCompany("Microsoft Corporation")>
1414
<Assembly: AssemblyProduct("")>
15-
<Assembly: AssemblyCopyright("Copyright © $registeredorganization$ $year$")>
15+
<Assembly: AssemblyCopyright("Copyright © Microsoft Corporation")>
1616
<Assembly: AssemblyTrademark("")>
1717

1818
' Version information for an assembly consists of the following four values:

0 commit comments

Comments
 (0)