Skip to content

Commit

Permalink
- fixed assemblyinfo for Microsoft.VisualBasic.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
smaillet-ms committed Jul 23, 2015
1 parent 0664b4e commit 0d8a7ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Framework/Subset_of_VisualBasic/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Imports System.Runtime.InteropServices

' Review the values of the assembly attributes

<Assembly: AssemblyTitle("")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("$registeredorganization$")>
<Assembly: AssemblyTitle("")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Microsoft Corporation")>
<Assembly: AssemblyProduct("")>
<Assembly: AssemblyCopyright("Copyright © $registeredorganization$ $year$")>
<Assembly: AssemblyCopyright("Copyright © Microsoft Corporation")>
<Assembly: AssemblyTrademark("")>

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

0 comments on commit 0d8a7ed

Please sign in to comment.