Skip to content

Commit

Permalink
Delphi 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentparrett committed Sep 10, 2021
1 parent 419c812 commit 494e2d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion Examples/Delphi.Mocks.Examples.Factory.pas
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ constructor TFakeGeneric.Create(const ATypeInfo: PTypeInfo);

destructor TFakeGeneric.Destroy;
begin
FreeAndNil(FValue);
inherited;
end;

Expand Down
7 changes: 6 additions & 1 deletion VSoft.DelphiMocks.dspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"metadata": {
"id": "VSoft.DelphiMocks",
"version": "0.2.0",
"version": "0.2.1",
"description": "Simple mocking framework for Delphi XE2 or later.",
"authors": "Vincent Parrett",
"projectUrl": "https://github.com/VSoftTechnologies/Delphi-Mocks",
Expand Down Expand Up @@ -69,6 +69,11 @@
"compiler": "10.4",
"platforms": "Win32, Win64",
"template": "10.4+"
},
{
"compiler": "11",
"platforms": "Win32, Win64",
"template": "10.4+"
}
],
"templates": [
Expand Down

0 comments on commit 494e2d3

Please sign in to comment.