Actualitzem Versió

This commit is contained in:
2021-01-07 12:27:49 +01:00
parent 7dcaaeae32
commit 031da4cea9
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
mc:Ignorable="d"
Loaded="Window_Loaded"
ContentRendered="CheckNewUpdates"
Title="UtilitatPdf 1.2" Height="450" Width="550" Icon="pdf.ico" WindowStartupLocation="CenterScreen" ResizeMode="NoResize">
Title="UtilitatPdf 1.3" Height="450" Width="550" Icon="pdf.ico" WindowStartupLocation="CenterScreen" ResizeMode="NoResize">
<Window.Resources>
<Style x:Key="Opacity1" TargetType="Image">
<Style.Triggers>

View File

@@ -21,7 +21,7 @@ namespace UtilitatPdf.CheckUpdates
public bool DownloadComplete { get { return _downloadComplete; } private set { value = _downloadComplete; } }
public string CurrentVersion { get { return _currentVersion; } }
private static string _currentVersion = "1.2";
private static string _currentVersion = "1.3";
private string _downloadRelease = _currentVersion;
private static HttpClient Client = new HttpClient();
private Uri _urlDescarga = null;