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

Commit aa2330e

Browse files
committed
Merge pull request #253 from smaillet-ms/Fix_240
Fix VB assembly info
2 parents 777656c + 0d8a7ed commit aa2330e

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)