Skip to content

Commit

Permalink
Upgrade TraceX version to 6.4.0.0. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-ms authored Dec 27, 2023
1 parent 4b9dd91 commit 713efed
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions installer/tracex_installer_release.iss
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{1D4932BC-ACD4-4292-9530-92C8BE2E58CF}
AppName=TraceX
AppVersion=6.3.0.0
AppVersion=6.4.0.0
;AppPublisher=
AppPublisherURL=https://azure.com/rtos
AppSupportURL=https://azure.com/rtos
AppUpdatesURL=https://azure.com/rtos
DefaultDirName={sd}\Azure_RTOS\TraceX_6.3
DefaultDirName={sd}\Azure_RTOS\TraceX_6.4
DefaultGroupName=Azure RTOS
CloseApplications=no
;LicenseFile=
Expand Down Expand Up @@ -54,10 +54,10 @@ Source: "src\MsixPackageProject\TraceFiles\demo_netx_udp.trx"; DestDir: "{app}/T
Source: "src\MsixPackageProject\TraceFiles\demo_threadx.trx"; DestDir: "{app}/TraceFiles"; Flags: ignoreversion

[Icons]
Name: "{group}\TraceX 6.3\TraceX"; Filename: "{app}\TraceX.exe"
Name: "{group}\TraceX 6.3\TraceX User's Guide"; Filename: "https://aka.ms/azrtos-tracex-user-guide"
Name: "{group}\TraceX 6.3\{cm:UninstallProgram,TraceX}"; Filename: "{uninstallexe}"
Name: "{commondesktop}\TraceX 6.3.0.0"; Filename: "{app}\TraceX.exe"; Tasks: desktopicon
Name: "{group}\TraceX 6.4\TraceX"; Filename: "{app}\TraceX.exe"
Name: "{group}\TraceX 6.4\TraceX User's Guide"; Filename: "https://aka.ms/azrtos-tracex-user-guide"
Name: "{group}\TraceX 6.4\{cm:UninstallProgram,TraceX}"; Filename: "{uninstallexe}"
Name: "{commondesktop}\TraceX 6.4.0.0"; Filename: "{app}\TraceX.exe"; Tasks: desktopicon

[Registry]
Root: HKCR; Subkey: ".trx"; ValueType: string; ValueName: ""; ValueData: "TraceX Data File"; Flags: uninsdeletevalue; Tasks: associate
Expand Down
2 changes: 1 addition & 1 deletion src/MsixPackageProject/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Identity
Name="Microsoft.AzureRTOSTraceX"
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
Version="6.3.0.0" />
Version="6.4.0.0" />

<Properties>
<DisplayName>Azure RTOS TraceX</DisplayName>
Expand Down
4 changes: 2 additions & 2 deletions src/TraceX/TraceX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>false</MapFileExtensions>
<SupportUrl>http://www.rtos.com</SupportUrl>
<ProductName>TraceX 5.6.1.1</ProductName>
<ProductName>TraceX 6.4.0.0</ProductName>
<PublisherName>Microsoft Corporation</PublisherName>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>6.0.0.0</ApplicationVersion>
<ApplicationVersion>6.4.0.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down
2 changes: 1 addition & 1 deletion src/TraceX/TraceXView.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace AzureRTOS.TraceManagement

public partial class TraceXView : Window
{
public const string _tracexVersion = "Azure RTOS TraceX 6.3.0.0";
public const string _tracexVersion = "Azure RTOS TraceX 6.4.0.0";

private List<Window> _infoWindows = new List<Window>();
private const double _eventDisplayWidth = 12;
Expand Down

0 comments on commit 713efed

Please sign in to comment.