Skip to content

Commit

Permalink
Update version number for version 6.0.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kimmknight committed Jan 22, 2021
1 parent 84129b5 commit 1e6da16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions remoteapp-tool/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyTitle("RemoteApp Tool")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Kim Knight")>
<Assembly: AssemblyProduct("RemoteApp Tool")>
<Assembly: AssemblyCopyright("Created by Kim Knight")>
<Assembly: AssemblyProduct("RemoteApp Tool")>
<Assembly: AssemblyCopyright("")>
<Assembly: AssemblyTrademark("")>

<Assembly: ComVisible(False)>
Expand All @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("5.4.0.18")>
<Assembly: AssemblyFileVersion("5.4.0.18")>
<Assembly: AssemblyVersion("6.0.0.0")>
<Assembly: AssemblyFileVersion("6.0.0.0")>

0 comments on commit 1e6da16

Please sign in to comment.