Skip to content

Commit

Permalink
Added Delphi 12.0 support to dpm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentparrett committed Oct 23, 2023
1 parent 69c3935 commit 7f61c10
Showing 1 changed file with 6 additions and 1 deletion.
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.3.0",
"version": "0.3.1",
"description": "Simple mocking framework for Delphi XE2 or later.",
"authors": "Vincent Parrett",
"projectUrl": "https://github.com/VSoftTechnologies/Delphi-Mocks",
Expand Down Expand Up @@ -75,6 +75,11 @@
"compiler": "11.0",
"platforms": "Win32, Win64",
"template": "10.4+"
},
{
"compiler": "12.0",
"platforms": "Win32, Win64",
"template": "10.4+"
}
],
"templates": [
Expand Down

0 comments on commit 7f61c10

Please sign in to comment.