|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <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">
|
3 | | - <assemblyIdentity name="SortingAlgorithmVisualisation.application" version="1.0.0.8" publicKeyToken="0000000000000000" language="en" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /> |
| 3 | + <assemblyIdentity name="SortingAlgorithmVisualisation.application" version="1.0.0.9" publicKeyToken="0000000000000000" language="en" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /> |
4 | 4 | <description asmv2:publisher="Nathan Jukes" asmv2:product="Sorting Algorithm Visualiser" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
5 | 5 | <deployment install="true" mapFileExtensions="true" />
|
6 | 6 | <compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
|
7 | 7 | <framework targetVersion="4.6.1" profile="Full" supportedRuntime="4.0.30319" />
|
8 | 8 | </compatibleFrameworks>
|
9 | 9 | <dependency>
|
10 | 10 | <dependentAssembly dependencyType="install" codebase="SortingAlgorithmVisualisation.exe.manifest" size="3578">
|
11 | | - <assemblyIdentity name="SortingAlgorithmVisualisation.exe" version="1.0.0.8" publicKeyToken="0000000000000000" language="en" processorArchitecture="msil" type="win32" /> |
| 11 | + <assemblyIdentity name="SortingAlgorithmVisualisation.exe" version="1.0.0.9" publicKeyToken="0000000000000000" language="en" processorArchitecture="msil" type="win32" /> |
12 | 12 | <hash>
|
13 | 13 | <dsig:Transforms>
|
14 | 14 | <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
15 | 15 | </dsig:Transforms>
|
16 | 16 | <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
17 | | - <dsig:DigestValue>N+FmkxTeyOIt+4vphPsPtRAWm71FkzK6wbaz5G3vlWg=</dsig:DigestValue> |
| 17 | + <dsig:DigestValue>N1zPuzreQmJxftfXnBSr/5pgqdL98vmMK+Bny+eOdEo=</dsig:DigestValue> |
18 | 18 | </hash>
|
19 | 19 | </dependentAssembly>
|
20 | 20 | </dependency>
|
|
0 commit comments