Skip to content

Commit

Permalink
Merge pull request #7 from lucidcode/update-installer-framework
Browse files Browse the repository at this point in the history
Update installer framework and point URLs to HTTPS
  • Loading branch information
IAmCoder authored May 1, 2022
2 parents a314fa1 + 431cc6c commit b5963d7
Show file tree
Hide file tree
Showing 15 changed files with 383 additions and 383 deletions.
6 changes: 3 additions & 3 deletions Categories/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Imports System.Runtime.InteropServices
<Assembly: ComVisible(False)>

'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("4b926f86-8fad-4abd-b6f5-23b614b20461")>
<Assembly: Guid("4b926f86-8fad-4abd-b6f5-23b614b20461")>

' Version information for an assembly consists of the following four values:
'
Expand All @@ -30,5 +30,5 @@ 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("3.3.6")>
<Assembly: AssemblyFileVersion("3.3.6.0")>
<Assembly: AssemblyVersion("3.4.6")>
<Assembly: AssemblyFileVersion("3.4.6.0")>
4 changes: 2 additions & 2 deletions Dreams/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ 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("3.4.5")>
<Assembly: AssemblyFileVersion("3.4.5.0")>
<Assembly: AssemblyVersion("3.4.6")>
<Assembly: AssemblyFileVersion("3.4.6.0")>
Loading

0 comments on commit b5963d7

Please sign in to comment.