Skip to content

Commit

Permalink
7.0.6 correct tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
totoantibes committed Aug 8, 2022
1 parent ed47888 commit a9ffa26
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Binary file modified ASCOM.Lumix.Camera Setup.exe
Binary file not shown.
Binary file modified ASCOM.Lumix.Camera Setup32.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions LumixCamera/ASCOM.Lumix.Camera Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
[Setup]
AppID={{77b4d898-3116-40a5-91d4-4c41ff123d93}
AppName=ASCOM ASCOM.Lumix.Camera Camera Driver
AppVerName=ASCOM ASCOM.Lumix.Camera Camera Driver 7.0.5
AppVersion=7.0.5
AppVerName=ASCOM ASCOM.Lumix.Camera Camera Driver 7.0.6
AppVersion=7.0.6
AppPublisher=robert hasson <robert_hasson@yahoo.com>
AppPublisherURL=mailto:robert_hasson@yahoo.com
AppSupportURL=http://tech.groups.yahoo.com/group/ASCOM-Talk/
AppUpdatesURL=http://ascom-standards.org/
VersionInfoVersion=7.0.5
VersionInfoVersion=7.0.6
MinVersion=0,6.0
DefaultDirName="{cf}\ASCOM\Camera"
DisableDirPage=yes
Expand Down
6 changes: 3 additions & 3 deletions LumixCamera/ASCOM.Lumix.Camera Setup32.iss
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
[Setup]
AppID={{77b4d898-3116-40a5-91d4-4c41ff123d93}
AppName=ASCOM ASCOM.Lumix.Camera Camera Driver
AppVerName=ASCOM ASCOM.Lumix.Camera Camera Driver 7.0.5
AppVersion=7.0.5
AppVerName=ASCOM ASCOM.Lumix.Camera Camera Driver 7.0.6
AppVersion=7.0.6
AppPublisher=robert hasson <robert_hasson@yahoo.com>
AppPublisherURL=mailto:robert_hasson@yahoo.com
AppSupportURL=http://tech.groups.yahoo.com/group/ASCOM-Talk/
AppUpdatesURL=http://ascom-standards.org/
VersionInfoVersion=7.0.5
VersionInfoVersion=7.0.6
MinVersion=0,6.0
DefaultDirName="{cf}\ASCOM\Camera"
DisableDirPage=yes
Expand Down
4 changes: 2 additions & 2 deletions LumixCamera/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("7.0.5")>
<Assembly: AssemblyFileVersion("7.0.5.0")>
<Assembly: AssemblyVersion("7.0.6")>
<Assembly: AssemblyFileVersion("7.0.6.0")>

0 comments on commit a9ffa26

Please sign in to comment.