From 2b70387eb3104e97f77be7267c30b04f82baab5e Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Thu, 6 Jul 2023 16:10:30 +0200 Subject: [PATCH] Add info about Guidelines 1.2 needing at least release 2.0.0 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 730e17c..b2de0f0 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ A tool to assess whether an OAI-PMH endpoint can provide research information complying with the [OpenAIRE Guidelines for CRIS Managers](https://github.com/openaire/guidelines-cris-managers) versions 1.1 and 1.2. It covers [these checks](CHECKS.md). +Please note that releases before 2.0.0 only support version 1.1 of the Guidelines. This is a command-line Java tool that is organized as a [JUnit](https://junit.org/junit4/) test suite. You can also run it in your IDE.