Skip to content

Commit

Permalink
1.0.1.7 Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorgan001 committed Jun 25, 2020
1 parent 1b45c69 commit b2005c9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Trademark>GS Server</Trademark>
<NeutralLanguage>en</NeutralLanguage>
<Copyright>Copyright © GreenSwamp Software 2019-2020</Copyright>
<AssemblyVersion>1.0.1.62</AssemblyVersion>
<FileVersion>1.0.1.62</FileVersion>
<ProductVersion>1.0.1.62</ProductVersion>
<Version>1.0.1.62</Version>
<AssemblyVersion>1.0.1.7</AssemblyVersion>
<FileVersion>1.0.1.7</FileVersion>
<ProductVersion>1.0.1.7</ProductVersion>
<Version>1.0.1.7</Version>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions GS.Server/Controls/HandController.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</ComboBox.Text>
</ComboBox>
<!--Flip-->
<Label VerticalAlignment="Bottom" Margin="0,5,0,0" Content="{StaticResource lbFlip}" FontSize="12" />
<Label VerticalAlignment="Bottom" Margin="-3,5,0,0" Content="{StaticResource lbFlip}" FontSize="12" />
<StackPanel Orientation="Horizontal" Margin="0,-5,0,0" >
<CheckBox HorizontalAlignment="Center" ToolTip="{StaticResource tbtntipFlipEW}" IsChecked="{Binding FlipEW, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" IsEnabled="{Binding EWEnabled}" />
<Label VerticalAlignment="Bottom" Content="{StaticResource lbFlipEW}" FontSize="12" />
Expand All @@ -77,7 +77,7 @@
<Label VerticalAlignment="Bottom" HorizontalAlignment="Center" Content="{StaticResource lbFlipNS}" FontSize="12" />
</StackPanel>
<!--backlash-->
<Label VerticalAlignment="Bottom" Margin="0,0,0,0" Content="{StaticResource lbHcBacklash}" FontSize="12" />
<Label VerticalAlignment="Bottom" Margin="-3,0,0,0" Content="{StaticResource lbHcBacklash}" FontSize="12" />
<StackPanel Orientation="Horizontal" Margin="0,-5,0,0">
<CheckBox HorizontalAlignment="Center" ToolTip="{StaticResource lbtipHcAntiBacklash}" IsChecked="{Binding HcAntiRa, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
<Label VerticalAlignment="Bottom" HorizontalAlignment="Center" Content="{StaticResource lbHcRa}" FontSize="12" />
Expand Down
8 changes: 4 additions & 4 deletions Resources/Installer/GreenSwampSetup.iss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
; Script generated by the ASCOM Driver Installer Script Generator 6.2.0.0
; Generated by Robert Morgan on 5/20/2018 (UTC)
#define MyAppVersion "1.0.1.62"
#define ManualName "GSS Manual v10162.pdf"
#define VersionNumber "v10162"
#define InstallerBaseName "ASCOMGSServer10162Setup"
#define MyAppVersion "1.0.1.7"
#define ManualName "GSS Manual v1017.pdf"
#define VersionNumber "v1017"
#define InstallerBaseName "ASCOMGSServer1017Setup"
#define MyAppName "GSServer"
#define MyAppExeName "GS.Server.exe"

Expand Down

0 comments on commit b2005c9

Please sign in to comment.