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.
1 parent 4d5c4a8 commit 98237ecCopy full SHA for 98237ec
VSoft.DUnitX.dspec
@@ -2,10 +2,12 @@
2
"specVersion" : "1",
3
"metadata": {
4
"id": "VSoft.DUnitX",
5
- "version": "0.3.3",
+ "version": "0.3.4",
6
"description": "Delphi Unit Testing Framework.",
7
"authors": "Vincent Parrett",
8
"projectUrl": "https://github.com/VSoftTechnologies/DUnitX",
9
+ "repositoryUrl": "https://github.com/VSoftTechnologies/DUnitX",
10
+ "repositoryType" : "git",
11
"icon" : "images\\logo.png",
12
"license": "Apache-2.0",
13
"copyright": "Vincent Parrett and contributors",
@@ -77,6 +79,11 @@
77
79
"compiler": "11.0",
78
80
"platforms": "Win32, Win64",
81
"template": "default"
82
+ },
83
+ {
84
+ "compiler": "12.0",
85
+ "platforms": "Win32, Win64",
86
+ "template": "default"
87
}
88
],
89
"templates": [
0 commit comments