mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-05-23 09:05:31 +00:00
2.0.3
This commit is contained in:
parent
23bee3925f
commit
7484ec15f8
3 changed files with 9 additions and 5 deletions
|
@ -25,9 +25,13 @@
|
|||
<TextBlock x:Name="AvailableVersionText" Text="Checking..." FontSize="16" VerticalAlignment="Center" Foreground="{DynamicResource TextBrush}"/>
|
||||
</StackPanel>
|
||||
|
||||
<StackPanel Orientation="Horizontal" Margin="20" Grid.Row="2">
|
||||
<TextBlock Text="Still a work in progress. Please uninstall current version before installing update." FontSize="16" Foreground="{DynamicResource TextBrush}" />
|
||||
</StackPanel>
|
||||
|
||||
<!-- Install Button -->
|
||||
<StackPanel HorizontalAlignment="Right" VerticalAlignment="Bottom" Grid.Row="2" Grid.Column="2">
|
||||
<Button x:Name="InstallButton" Content="Install Update" Width="150" Height="40" IsEnabled="False"
|
||||
<Button x:Name="InstallButton" Content="Download Update" Width="150" Height="40" IsEnabled="False"
|
||||
Click="InstallButton_Click" Style="{StaticResource DisabledButtonStyle}" FontFamily="{StaticResource Orbitron}"/>
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
|
|
|
@ -9,7 +9,7 @@ namespace AutoTrackR2
|
|||
{
|
||||
public partial class UpdatePage : UserControl
|
||||
{
|
||||
private string currentVersion = "v2.0-beta.2";
|
||||
private string currentVersion = "v2.0-beta.3";
|
||||
private string latestVersion;
|
||||
|
||||
public UpdatePage()
|
||||
|
|
|
@ -198,15 +198,15 @@
|
|||
{
|
||||
"Name" = "8:Microsoft Visual Studio"
|
||||
"ProductName" = "8:AutoTrackR2_Setup"
|
||||
"ProductCode" = "8:{D5160E56-47E7-45E1-9CAF-0470B313BF41}"
|
||||
"PackageCode" = "8:{AB24523D-54FF-4FC6-8BED-66D6DAF0D21E}"
|
||||
"ProductCode" = "8:{C1E9844A-80C7-4576-8F4C-12503B1F3036}"
|
||||
"PackageCode" = "8:{F0B55802-525C-4754-8265-85508C09D73E}"
|
||||
"UpgradeCode" = "8:{0B78A147-D0DE-4F72-8906-A62611787CA7}"
|
||||
"AspNetVersion" = "8:"
|
||||
"RestartWWWService" = "11:FALSE"
|
||||
"RemovePreviousVersions" = "11:TRUE"
|
||||
"DetectNewerInstalledVersion" = "11:FALSE"
|
||||
"InstallAllUsers" = "11:FALSE"
|
||||
"ProductVersion" = "8:2.0.12"
|
||||
"ProductVersion" = "8:2.0.13"
|
||||
"Manufacturer" = "8:GrieferNET"
|
||||
"ARPHELPTELEPHONE" = "8:"
|
||||
"ARPHELPLINK" = "8:discord.gg/griefernet"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue