Skip to content

Commit

Permalink
Fixed a problem in the compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
basildane committed Apr 15, 2017
1 parent fa58b88 commit ece4900
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Imports System.Runtime.InteropServices
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:

<Assembly: AssemblyVersion("2.11.16.10")>
<Assembly: AssemblyVersion("2.11.16.11")>

<Assembly: ComVisibleAttribute(False)>
<Assembly: NeutralResourcesLanguageAttribute("en-US")>
4 changes: 2 additions & 2 deletions Console/WakeOnLanC/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("2.11.16.10")>
<Assembly: AssemblyFileVersion("2.11.16.10")>
<Assembly: AssemblyVersion("2.11.16.11")>
<Assembly: AssemblyFileVersion("2.11.16.11")>

<Assembly: NeutralResourcesLanguageAttribute("en-US")>

0 comments on commit ece4900

Please sign in to comment.