Skip to content

Commit 494e2d3

Browse files
Delphi 11 support
1 parent 419c812 commit 494e2d3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Examples/Delphi.Mocks.Examples.Factory.pas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ constructor TFakeGeneric.Create(const ATypeInfo: PTypeInfo);
245245

246246
destructor TFakeGeneric.Destroy;
247247
begin
248-
FreeAndNil(FValue);
249248
inherited;
250249
end;
251250

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.2.0",
4+
"version": "0.2.1",
55
"description": "Simple mocking framework for Delphi XE2 or later.",
66
"authors": "Vincent Parrett",
77
"projectUrl": "https://github.com/VSoftTechnologies/Delphi-Mocks",
@@ -69,6 +69,11 @@
6969
"compiler": "10.4",
7070
"platforms": "Win32, Win64",
7171
"template": "10.4+"
72+
},
73+
{
74+
"compiler": "11",
75+
"platforms": "Win32, Win64",
76+
"template": "10.4+"
7277
}
7378
],
7479
"templates": [

0 commit comments

Comments
 (0)