From 7f61c102663973a0317179ceac9d873e9e09e9b5 Mon Sep 17 00:00:00 2001 From: Vincent Parrett Date: Mon, 23 Oct 2023 17:23:17 +1100 Subject: [PATCH] Added Delphi 12.0 support to dpm packages --- VSoft.DelphiMocks.dspec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/VSoft.DelphiMocks.dspec b/VSoft.DelphiMocks.dspec index 9c7a53c..6d8a038 100644 --- a/VSoft.DelphiMocks.dspec +++ b/VSoft.DelphiMocks.dspec @@ -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", @@ -75,6 +75,11 @@ "compiler": "11.0", "platforms": "Win32, Win64", "template": "10.4+" + }, + { + "compiler": "12.0", + "platforms": "Win32, Win64", + "template": "10.4+" } ], "templates": [