Actualitzem Versió
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user