We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git-credential-helper-selector
1 parent 092af63 commit f684e74Copy full SHA for f684e74
git-extra/git-credential-helper-selector.manifest
@@ -1,5 +1,5 @@
1
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2
-<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
+<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0' xmlns:asmv3='urn:schemas-microsoft-com:asm.v3'>
3
<dependency>
4
<dependentAssembly>
5
<assemblyIdentity
@@ -12,4 +12,10 @@
12
/>
13
</dependentAssembly>
14
</dependency>
15
+ <asmv3:application>
16
+ <asmv3:windowsSettings>
17
+ <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
18
+ <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
19
+ </asmv3:windowsSettings>
20
+ </asmv3:application>
21
</assembly>
0 commit comments