From 54aa94c4216d7a0af02579fce0aeefa6c2cf5e5f Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 1 Jul 2018 11:14:27 -0700 Subject: [PATCH] More cleanup. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d2e114f..33b6930 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The plugin is published to the Plugin Portal; see instructions there: [net.thauv ## Version Properties File -By default, a `version.properties` file will be created when Gradle is run: +By default, a [properties](https://docs.oracle.com/javase/tutorial/essential/environment/properties.html) file named `version.properties` will be created when Gradle is run: ```ini #version.properties @@ -25,7 +25,7 @@ version.buildmeta= To change the version of your project, remove the version from your `build.gradle` and simply edit your the version properties file to match your version number. -If you need to change some of the property file or name of the properties key to match your own build environment. Please see the [Configuration](#configuration) section. +If you need to change the properties file or name of the properties keys to match your own build environment. Please see the [Configuration](#configuration) section. ## Increment Version Tasks @@ -69,7 +69,7 @@ Property | Description | Default The version number is built as follows: -`version.major` `version.separtor` `version.minor` `version.separator` [`version.prerelease.prefix` `version.prerelease`] [`version.prerelease.prefix` `version.buildmeta`] +`version.major` `version.separtor` `version.minor` `version.separator` `[` `version.prerelease.prefix` `version.prerelease` `]` `[` `version.prerelease.prefix` `version.buildmeta` `]` for example: