|
3 | 3 | <metadata>
|
4 | 4 | <id>Microsoft.Z3.x64</id>
|
5 | 5 | <version>$(releaseVersion)</version>
|
6 |
| - <copyright>© Microsoft Corporation. All rights reserved.</copyright> |
7 |
| - <authors>Microsoft</authors> |
8 |
| - <owners>Microsoft,Z3Prover</owners> |
9 |
| - <iconUrl>$(iconUrlFromReleaseCommit)</iconUrl> |
10 |
| - <projectUrl>https://github.com/Z3Prover/z3</projectUrl> |
11 |
| - <licenseUrl>$(licenseUrlFromReleaseCommit)</licenseUrl> |
12 |
| - <repository |
13 |
| - type="git" |
14 |
| - url="https://github.com/Z3Prover/z3.git" |
15 |
| - branch="master" |
16 |
| - commit="$(releaseCommitHash)" |
17 |
| - /> |
18 |
| - <requireLicenseAcceptance>true</requireLicenseAcceptance> |
19 |
| - <description>Z3 is a constraint/SMT solver and theorem prover from Microsoft Research.</description> |
20 |
| - <tags>smt constraint solver theorem prover</tags> |
| 6 | + <copyright>© Microsoft Corporation. All rights reserved.</copyright> |
| 7 | + <authors>Microsoft</authors> |
| 8 | + <iconUrl>https://raw.githubusercontent.com/Z3Prover/z3/$(releaseCommitHash)/package/icon.jpg</iconUrl> |
| 9 | + <projectUrl>https://github.com/Z3Prover/z3</projectUrl> |
| 10 | + <licenseUrl>https://raw.githubusercontent.com/Z3Prover/z3/$(releaseCommitHash)/LICENSE.txt</licenseUrl> |
| 11 | + <repository |
| 12 | + type="git" |
| 13 | + url="https://github.com/Z3Prover/z3.git" |
| 14 | + branch="master" |
| 15 | + commit="$(releaseCommitHash)" |
| 16 | + /> |
| 17 | + <requireLicenseAcceptance>true</requireLicenseAcceptance> |
| 18 | + <description>Z3 is a satisfiability modulo theories solver from Microsoft Research.</description> |
| 19 | + <tags>smt constraint solver theorem prover</tags> |
| 20 | + <language>en</language> |
21 | 21 | </metadata>
|
22 | 22 | </package>
|
0 commit comments