-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d057c4
commit 4daa6b9
Showing
28 changed files
with
364 additions
and
10 deletions.
There are no files selected for viewing
Binary file added
BIN
+36.5 KB
install/Application Files/WebView2Utilities_1_0_0_18/Markdig.Wpf.dll.deploy
Binary file not shown.
Binary file added
BIN
+397 KB
install/Application Files/WebView2Utilities_1_0_0_18/Markdig.dll.deploy
Binary file not shown.
Binary file added
BIN
+26.1 KB
...all/Application Files/WebView2Utilities_1_0_0_18/Microsoft.Bcl.AsyncInterfaces.dll.deploy
Binary file not shown.
Binary file added
BIN
+695 KB
install/Application Files/WebView2Utilities_1_0_0_18/Newtonsoft.Json.dll.deploy
Binary file not shown.
Binary file added
BIN
+50.1 KB
install/Application Files/WebView2Utilities_1_0_0_18/PInvoke.AdvApi32.dll.deploy
Binary file not shown.
Binary file added
BIN
+110 KB
install/Application Files/WebView2Utilities_1_0_0_18/PInvoke.Kernel32.dll.deploy
Binary file not shown.
Binary file added
BIN
+109 KB
install/Application Files/WebView2Utilities_1_0_0_18/PInvoke.User32.dll.deploy
Binary file not shown.
Binary file added
BIN
+267 KB
install/Application Files/WebView2Utilities_1_0_0_18/PInvoke.Windows.Core.dll.deploy
Binary file not shown.
Binary file added
BIN
+18.1 KB
...l/Application Files/WebView2Utilities_1_0_0_18/PInvoke.Windows.ShellScalingApi.dll.deploy
Binary file not shown.
Binary file added
BIN
+20.4 KB
install/Application Files/WebView2Utilities_1_0_0_18/System.Buffers.dll.deploy
Binary file not shown.
Binary file added
BIN
+139 KB
install/Application Files/WebView2Utilities_1_0_0_18/System.Memory.dll.deploy
Binary file not shown.
Binary file added
BIN
+113 KB
install/Application Files/WebView2Utilities_1_0_0_18/System.Numerics.Vectors.dll.deploy
Binary file not shown.
Binary file added
BIN
+17.6 KB
...cation Files/WebView2Utilities_1_0_0_18/System.Runtime.CompilerServices.Unsafe.dll.deploy
Binary file not shown.
Binary file added
BIN
+77.1 KB
install/Application Files/WebView2Utilities_1_0_0_18/System.Text.Encodings.Web.dll.deploy
Binary file not shown.
Binary file added
BIN
+568 KB
install/Application Files/WebView2Utilities_1_0_0_18/System.Text.Json.dll.deploy
Binary file not shown.
Binary file added
BIN
+25.4 KB
...Application Files/WebView2Utilities_1_0_0_18/System.Threading.Tasks.Extensions.dll.deploy
Binary file not shown.
Binary file added
BIN
+24.6 KB
install/Application Files/WebView2Utilities_1_0_0_18/System.ValueTuple.dll.deploy
Binary file not shown.
Binary file added
BIN
+15.5 KB
install/Application Files/WebView2Utilities_1_0_0_18/Validation.dll.deploy
Binary file not shown.
28 changes: 28 additions & 0 deletions
28
install/Application Files/WebView2Utilities_1_0_0_18/WebView2Utilities.application
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2"> | ||
<assemblyIdentity name="WebView2Utilities.application" version="1.0.0.17" publicKeyToken="0000000000000000" language="en-US" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /> | ||
<description asmv2:publisher="WebView2Utilities" asmv2:product="WebView2Utilities" asmv2:supportUrl="https://david-risney.github.io/WebView2Utilities/" co.v1:errorReportUrl="https://david-risney.github.io/WebView2Utilities/" xmlns="urn:schemas-microsoft-com:asm.v1" /> | ||
<deployment install="true" mapFileExtensions="true"> | ||
<subscription> | ||
<update> | ||
<beforeApplicationStartup /> | ||
</update> | ||
</subscription> | ||
<deploymentProvider codebase="https://david-risney.github.io/WebView2Utilities/install/WebView2Utilities.application" /> | ||
</deployment> | ||
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2"> | ||
<framework targetVersion="4.7.2" profile="Full" supportedRuntime="4.0.30319" /> | ||
</compatibleFrameworks> | ||
<dependency> | ||
<dependentAssembly dependencyType="install" codebase="Application Files\WebView2Utilities_1_0_0_18\WebView2Utilities.exe.manifest" size="17321"> | ||
<assemblyIdentity name="WebView2Utilities.exe" version="1.0.0.17" publicKeyToken="0000000000000000" language="en-US" processorArchitecture="msil" type="win32" /> | ||
<hash> | ||
<dsig:Transforms> | ||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> | ||
</dsig:Transforms> | ||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> | ||
<dsig:DigestValue>zbxCjo+TWJV8NUeDl5fLZ82Get82MPnrtt0UjEAYcLM=</dsig:DigestValue> | ||
</hash> | ||
</dependentAssembly> | ||
</dependency> | ||
</asmv1:assembly> |
18 changes: 18 additions & 0 deletions
18
install/Application Files/WebView2Utilities_1_0_0_18/WebView2Utilities.exe.config.deploy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /> | ||
</startup> | ||
<runtime> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" /> | ||
</dependentAssembly> | ||
<dependentAssembly> | ||
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
</runtime> | ||
</configuration> |
Binary file added
BIN
+343 KB
install/Application Files/WebView2Utilities_1_0_0_18/WebView2Utilities.exe.deploy
Binary file not shown.
308 changes: 308 additions & 0 deletions
308
install/Application Files/WebView2Utilities_1_0_0_18/WebView2Utilities.exe.manifest
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters