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

Commit

Permalink
chore: bump version to 3.1.2 (#45)
Browse files Browse the repository at this point in the history
Alaaeddine-chakroun authored Nov 29, 2024
1 parent 8381a16 commit dbcfd0a
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WindowsPerfGUI/source.extension.cs
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ internal sealed partial class Vsix
public const string Name = "WindowsPerf GUI";
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.";
public const string Language = "en-US";
public const string Version = "3.1.1";
public const string Version = "3.1.2";
public const string Author = "arm";
public const string Tags = "WindowsPerf; WindowsPerfGUI;WindowsOnArm; WOA; Profiling; perf; PMU; Performance";
}
2 changes: 1 addition & 1 deletion WindowsPerfGUI/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="WindowsPerfGUI.73de2c45-cf60-4edb-a092-b09b43acf2ae" Version="3.1.1" Language="en-US" Publisher="arm" />
<Identity Id="WindowsPerfGUI.73de2c45-cf60-4edb-a092-b09b43acf2ae" Version="3.1.2" Language="en-US" Publisher="arm" />
<DisplayName>WindowsPerf GUI</DisplayName>
<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>
<MoreInfo>https://github.com/arm-developer-tools/windowsperf-vs-extension</MoreInfo>

0 comments on commit dbcfd0a

Please sign in to comment.