From 01f302ed098bb8345ffa1649b925199f77265778 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 15 Aug 2018 14:45:14 +0300 Subject: [PATCH] Minor fixes --- projectconf/section_env_general.rst | 5 ++++- userguide/lib/cmd_install.rst | 2 +- userguide/lib/cmd_uninstall.rst | 2 +- userguide/lib/cmd_update.rst | 2 +- userguide/platforms/cmd_install.rst | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/projectconf/section_env_general.rst b/projectconf/section_env_general.rst index d64e0011ef..2302c40144 100644 --- a/projectconf/section_env_general.rst +++ b/projectconf/section_env_general.rst @@ -31,7 +31,7 @@ PlatformIO allows to use specific version of platform using Version specifications can take any of the following forms: * ``1.2.3``: an exact version number. Use only this exact version -* ``^1.2.3``: any compatible version (exact version for ``1.x.x`` versions +* ``^1.2.3``: any compatible version (exact version for ``1.x.x`` versions) * ``~1.2.3``: any version with the same major and minor versions, and an equal or greater patch version * ``>1.2.3``: any version greater than ``1.2.3``. ``>=``, ``<``, and ``<=`` @@ -48,6 +48,9 @@ Examples: [env:the_latest_version] platform = atmelavr + [env:specific_version] + platform = atmelavr@1.2.3 + [env:specific_major_version] platform = atmelavr@^1.2.3 diff --git a/userguide/lib/cmd_install.rst b/userguide/lib/cmd_install.rst index 1e7e28720a..600f5f58bf 100644 --- a/userguide/lib/cmd_install.rst +++ b/userguide/lib/cmd_install.rst @@ -74,7 +74,7 @@ The ``version`` supports `Semantic Versioning `_ ( ``..``) and can take any of the following forms: * ``1.2.3`` - an exact version number. Use only this exact version -* ``^1.2.3`` - any compatible version (exact version for ``1.x.x`` versions +* ``^1.2.3`` - any compatible version (exact version for ``1.x.x`` versions) * ``~1.2.3`` - any version with the same major and minor versions, and an equal or greater patch version * ``>1.2.3`` - any version greater than ``1.2.3``. ``>=``, ``<``, and ``<=`` diff --git a/userguide/lib/cmd_uninstall.rst b/userguide/lib/cmd_uninstall.rst index b5c76d1042..04d1dbe852 100644 --- a/userguide/lib/cmd_uninstall.rst +++ b/userguide/lib/cmd_uninstall.rst @@ -53,7 +53,7 @@ The ``version`` supports `Semantic Versioning `_ ( ``..``) and can take any of the following forms: * ``1.2.3`` - an exact version number. Use only this exact version -* ``^1.2.3`` - any compatible version (exact version for ``1.x.x`` versions +* ``^1.2.3`` - any compatible version (exact version for ``1.x.x`` versions) * ``~1.2.3`` - any version with the same major and minor versions, and an equal or greater patch version * ``>1.2.3`` - any version greater than ``1.2.3``. ``>=``, ``<``, and ``<=`` diff --git a/userguide/lib/cmd_update.rst b/userguide/lib/cmd_update.rst index 537ce8587c..964e02a0af 100644 --- a/userguide/lib/cmd_update.rst +++ b/userguide/lib/cmd_update.rst @@ -57,7 +57,7 @@ The ``version`` supports `Semantic Versioning `_ ( ``..``) and can take any of the following forms: * ``1.2.3`` - an exact version number. Use only this exact version -* ``^1.2.3`` - any compatible version (exact version for ``1.x.x`` versions +* ``^1.2.3`` - any compatible version (exact version for ``1.x.x`` versions) * ``~1.2.3`` - any version with the same major and minor versions, and an equal or greater patch version * ``>1.2.3`` - any version greater than ``1.2.3``. ``>=``, ``<``, and ``<=`` diff --git a/userguide/platforms/cmd_install.rst b/userguide/platforms/cmd_install.rst index 7f1613432f..b78e5cb434 100644 --- a/userguide/platforms/cmd_install.rst +++ b/userguide/platforms/cmd_install.rst @@ -71,7 +71,7 @@ The ``version`` supports `Semantic Versioning `_ ( ``..``) and can take any of the following forms: * ``1.2.3`` - an exact version number. Use only this exact version -* ``^1.2.3`` - any compatible version (exact version for ``1.x.x`` versions +* ``^1.2.3`` - any compatible version (exact version for ``1.x.x`` versions) * ``~1.2.3`` - any version with the same major and minor versions, and an equal or greater patch version * ``>1.2.3`` - any version greater than ``1.2.3``. ``>=``, ``<``, and ``<=``