Skip to content

Commit

Permalink
Merge pull request #12 from eclipse-threadx/bo-ms/update_version
Browse files Browse the repository at this point in the history
Update version to 6.4.1
  • Loading branch information
wickste authored Feb 28, 2024
2 parents 12f7eb7 + bde5c4b commit b1af4de
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions installer/tracex_installer_release.iss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{1D4932BC-ACD4-4292-9530-92C8BE2E58CF}
AppName=TraceX
AppVersion=6.4.0.0
AppVersion=6.4.1.0
AppPublisher=Eclipse Foundation
AppPublisherURL=https://threadx.io/
AppSupportURL=https://threadx.io/
Expand All @@ -16,7 +16,7 @@ DefaultDirName={sd}\Eclipse_ThreadX\TraceX_6.4
DefaultGroupName=Eclipse ThreadX
CloseApplications=no
;LicenseFile=
OutputBaseFilename=tracex_setup
OutputBaseFilename=trace_studio_setup_version_6.4.1.0
SetupIconFile=src\TraceX.ico
Compression=lzma
SolidCompression=yes
Expand Down Expand Up @@ -57,7 +57,7 @@ Source: "src\MsixPackageProject\TraceFiles\demo_threadx.trx"; DestDir: "{app}/Tr
Name: "{group}\TraceX 6.4\TraceX"; Filename: "{app}\TraceX.exe"
Name: "{group}\TraceX 6.4\TraceX User's Guide"; Filename: "https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/tracex/overview-tracex.md"
Name: "{group}\TraceX 6.4\{cm:UninstallProgram,TraceX}"; Filename: "{uninstallexe}"
Name: "{commondesktop}\TraceX 6.4.0.0"; Filename: "{app}\TraceX.exe"; Tasks: desktopicon
Name: "{commondesktop}\TraceX 6.4.1.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.4.0.0" />
Version="6.4.1.0" />

<Properties>
<DisplayName>Eclipse ThreadX 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 6.4.0.0</ProductName>
<ProductName>TraceX 6.4.1.0</ProductName>
<PublisherName>Microsoft Corporation</PublisherName>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>6.4.0.0</ApplicationVersion>
<ApplicationVersion>6.4.1.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 = "Eclipse ThreadX TraceX 6.4.0.0";
public const string _tracexVersion = "Eclipse ThreadX TraceX 6.4.1.0";

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

0 comments on commit b1af4de

Please sign in to comment.