From 9998c8205b96de50aebdb8e2d08ea352ab319aca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 16 Sep 2020 11:51:33 +0200 Subject: [PATCH] Code Samples README: previous platform releases --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5aa4f7e66..11e27abe8 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ our code samples. These samples show you how features work and help you jumpstar There is also [IntelliJ Platform Plugin Template][gh:template] project available. +## Target Platform + +All Code Samples target the latest GA platform release. +Previous releases are made available via [tags](https://github.com/JetBrains/intellij-sdk-code-samples/tags). + ## Structure Code Samples depend on the [IntelliJ Platform SDK][docs] and [Gradle][docs:gradle] as a build system.