Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit dbcfd0a

Browse files
chore: bump version to 3.1.2 (#45)
1 parent 8381a16 commit dbcfd0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WindowsPerfGUI/source.extension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ internal sealed partial class Vsix
1111
public const string Name = "WindowsPerf GUI";
1212
public const string Description = @"WindowsPerf GUI (Graphical User Interface) project, a Visual Studio 2022 extension designed to bring a seamless UI experience to WindowsPerf, the command-line performance profiling tool for Windows on Arm.";
1313
public const string Language = "en-US";
14-
public const string Version = "3.1.1";
14+
public const string Version = "3.1.2";
1515
public const string Author = "arm";
1616
public const string Tags = "WindowsPerf; WindowsPerfGUI;WindowsOnArm; WOA; Profiling; perf; PMU; Performance";
1717
}

WindowsPerfGUI/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="WindowsPerfGUI.73de2c45-cf60-4edb-a092-b09b43acf2ae" Version="3.1.1" Language="en-US" Publisher="arm" />
4+
<Identity Id="WindowsPerfGUI.73de2c45-cf60-4edb-a092-b09b43acf2ae" Version="3.1.2" Language="en-US" Publisher="arm" />
55
<DisplayName>WindowsPerf GUI</DisplayName>
66
<Description xml:space="preserve">WindowsPerf GUI (Graphical User Interface) project, a Visual Studio 2022 extension designed to bring a seamless UI experience to WindowsPerf, the command-line performance profiling tool for Windows on Arm.</Description>
77
<MoreInfo>https://github.com/arm-developer-tools/windowsperf-vs-extension</MoreInfo>

0 commit comments

Comments
 (0)