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 810f837 commit 855dcfc
Show file tree
Hide file tree
Showing 16 changed files with 13 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Read version
run: |
Expand Down
7 changes: 6 additions & 1 deletion Community.PowerToys.Run.Plugin.DevToys.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Community.PowerToys.Run.Plugin.DevToys", "Community.PowerToys.Run.Plugin.DevToys/Community.PowerToys.Run.Plugin.DevToys.csproj", "{59418FCB-BD51-4002-ABAB-3AFE7E516E1F}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Community.PowerToys.Run.Plugin.DevToys", "Community.PowerToys.Run.Plugin.DevToys\Community.PowerToys.Run.Plugin.DevToys.csproj", "{59418FCB-BD51-4002-ABAB-3AFE7E516E1F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6F17C203-F88C-481D-88FE-8D3882981C8D}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,4 @@
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Update="StyleCop.Analyzers" Version="1.2.0-beta.507">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

</Project>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Community.PowerToys.Run.Plugin.DevToys/Libs/ARM64/Wox.Plugin.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Community.PowerToys.Run.Plugin.DevToys/Libs/x64/Wox.Plugin.dll
Binary file not shown.
6 changes: 3 additions & 3 deletions Community.PowerToys.Run.Plugin.DevToys/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

using System.Collections.Generic;
using System.Linq;
using Community.PowerToys.Run.Plugin.DevToys;
using Wox.Infrastructure;
using Wox.Plugin;

namespace Community.PowerToys.Run.Plugin.GitKraken
namespace Community.PowerToys.Run.Plugin.DevToys
{
public class Main : IPlugin
{
private readonly DevToysProvider _devToysProvider;
public static string PluginID => "9D45F332530A4B1FACA8A703773119DA";

private readonly DevToysProvider _devToysProvider;
private bool _devToysInstalled;

public string Name => "DevToys";
Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.0.1</Version>
<Version>0.1.0</Version>
</PropertyGroup>

<ItemGroup>
Expand All @@ -9,7 +9,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435">
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ _If you find the plugin useful and want to use it localized please file an issu
## Requirements

- DevToys
- PowerToys minimum version 0.68.0
- PowerToys minimum version 0.75.0

## Installation

Expand Down

0 comments on commit 855dcfc

Please sign in to comment.