Skip to content

Commit 7f61c10

Browse files
Added Delphi 12.0 support to dpm packages
1 parent 69c3935 commit 7f61c10

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

VSoft.DelphiMocks.dspec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"id": "VSoft.DelphiMocks",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"description": "Simple mocking framework for Delphi XE2 or later.",
66
"authors": "Vincent Parrett",
77
"projectUrl": "https://github.com/VSoftTechnologies/Delphi-Mocks",
@@ -75,6 +75,11 @@
7575
"compiler": "11.0",
7676
"platforms": "Win32, Win64",
7777
"template": "10.4+"
78+
},
79+
{
80+
"compiler": "12.0",
81+
"platforms": "Win32, Win64",
82+
"template": "10.4+"
7883
}
7984
],
8085
"templates": [

0 commit comments

Comments
 (0)