Skip to content

Commit

Permalink
support for PT 0.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidegiacometti committed Oct 30, 2023
1 parent 6418a27 commit 98b3add
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions Community.PowerToys.Run.Plugin.VisualStudio/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ namespace Community.PowerToys.Run.Plugin.VisualStudio
{
public class Main : IPlugin, ISettingProvider, IContextMenu
{
public static string PluginID => "D0998A1863424336A86A2B6E936C0E8E";

private const string ShowPrerelease = nameof(ShowPrerelease);
private const bool ShowPrereleaseDefaultValue = true;
private readonly VisualStudioService _visualStudioService;
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.0.5</Version>
<Version>0.1.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Simple [PowerToys Run](https://learn.microsoft.com/windows/powertoys/run) experi
## Requirements

- Visual Studio 2022
- PowerToys minimum version 0.68.0
- PowerToys minimum version 0.75.0

## Installation

Expand Down

0 comments on commit 98b3add

Please sign in to comment.