Skip to content

Commit 98237ec

Browse files
Added Delphi 12.0 support
1 parent 4d5c4a8 commit 98237ec

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

VSoft.DUnitX.dspec

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
"specVersion" : "1",
33
"metadata": {
44
"id": "VSoft.DUnitX",
5-
"version": "0.3.3",
5+
"version": "0.3.4",
66
"description": "Delphi Unit Testing Framework.",
77
"authors": "Vincent Parrett",
88
"projectUrl": "https://github.com/VSoftTechnologies/DUnitX",
9+
"repositoryUrl": "https://github.com/VSoftTechnologies/DUnitX",
10+
"repositoryType" : "git",
911
"icon" : "images\\logo.png",
1012
"license": "Apache-2.0",
1113
"copyright": "Vincent Parrett and contributors",
@@ -77,6 +79,11 @@
7779
"compiler": "11.0",
7880
"platforms": "Win32, Win64",
7981
"template": "default"
82+
},
83+
{
84+
"compiler": "12.0",
85+
"platforms": "Win32, Win64",
86+
"template": "default"
8087
}
8188
],
8289
"templates": [

0 commit comments

Comments
 (0)