Skip to content

Commit

Permalink
Release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementGre committed Mar 23, 2024
1 parent e19c88c commit 68b3ffe
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
Binary file modified ThreeFingerDragOnWindows/Assets/Screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ThreeFingerDragOnWindows/Assets/Screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ThreeFingerDragOnWindows/Assets/Screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions ThreeFingerDragOnWindows/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
IgnorableNamespaces="uap3 desktop uap rescap">

<Identity
Name="50931ClmentGrennerat.ThreeFingerDragOnWindows"
Name="50931ClmentGrennerat.ThreeFingersDragOnWindows"
Publisher="CN=A5174EBF-789F-4CD5-BF8B-E0CB932DB9AD"
Version="2.0.2.0"/>

<mp:PhoneIdentity PhoneProductId="c9b9ff1d-920c-45c7-99c8-3e98f838bef5"
PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

<Properties>
<DisplayName>ThreeFingerDragOnWindows</DisplayName>
<DisplayName>Three Finger Drag</DisplayName>
<PublisherDisplayName>Clément Grennerat</PublisherDisplayName>
<Logo>Assets\logo-512.png</Logo>
</Properties>
Expand Down Expand Up @@ -60,7 +60,10 @@
</uap3:Extension>

<uap:Extension Category="windows.protocol">
<uap:Protocol Name="threefingerdragonwindows"/>
<uap:Protocol Name="threefingerdragonwindows">
<uap:Logo>Assets\icon-52.png</uap:Logo>
<uap:DisplayName>ThreeFingerDragOnWindows</uap:DisplayName>
</uap:Protocol >
</uap:Extension>

<desktop:Extension Category="windows.startupTask" Executable="ThreeFingerDragOnWindows.exe"
Expand Down
4 changes: 2 additions & 2 deletions ThreeFingerDragOnWindows/ThreeFingerDragOnWindows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@
<AssemblyVersion>2.0.2.0</AssemblyVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Title>ThreeFingerDragOnWindows</Title>
<DisplayName>Three Finger Drag</DisplayName>
<SignAssembly>False</SignAssembly>
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
<GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
<PackageCertificateThumbprint>6349A95D0136104C9F4661F4CF74E8F35FA2F9D2</PackageCertificateThumbprint>
<PackageCertificateKeyFile>ThreeFingerDragOnWindows.pfx</PackageCertificateKeyFile>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<AppxPackageSigningEnabled>False</AppxPackageSigningEnabled>
<defineconstants>DISABLE_XAML_GENERATED_MAIN</defineconstants>
</PropertyGroup>
<ItemGroup>
Expand Down Expand Up @@ -101,7 +102,6 @@

<ItemGroup>
<PackageReference Include="H.NotifyIcon.WinUI" Version="2.0.118" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.231008000" />
<PackageReference Include="TaskScheduler" Version="2.10.1" />
Expand Down

0 comments on commit 68b3ffe

Please sign in to comment.