Skip to content

Commit b35a301

Browse files
Fixed grammar errors
Fixed e.g. / i.e. usage Fixed incorrect sentence structure
1 parent ee452c7 commit b35a301

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ This trips a lot of people up, by default GitVersion *does not* increment the Se
1313
Read more at [version increments](more-info/version-increments.md)
1414

1515
### Version sources
16-
There are a number of sources GitVersion can get it's versions from, they include:
16+
There are a number of sources GitVersion can get its versions from, they include:
1717

1818
- Tags
19-
- Version numbers in branches (i.e `release/2.0.0`)
20-
- Merge messages (for branches with versions in them, i.e `Merged branch 'release/2.0.0' into master`)
21-
- Track version of another branch (i.e develop tracks master, so when master increments so does develop)
22-
- GitVersionConfig.yaml file (i.e `next-version: 2.0.0`)
19+
- Version numbers in branches (e.g. `release/2.0.0`)
20+
- Merge messages (for branches with versions in them, e.g. `Merged branch 'release/2.0.0' into master`)
21+
- Track version of another branch (e.g. develop tracks master, so when master increments so does develop)
22+
- GitVersionConfig.yaml file (e.g. `next-version: 2.0.0`)
2323

2424
Read more at [version sources](more-info/version-sources.md)
2525

@@ -34,7 +34,7 @@ We recognise that a single formatted version number does not work for all cases.
3434
You can just run `GitVersion.exe` in your repository to see what variables are available (by default a json object is returned).
3535

3636
## Exe or MSBuild Task
37-
There are two ways to consume GitVersion, the first is by running GitVersion.exe. The second is an MSBuild task. The MSBuild task is really easy to get up and running, simply install GitVersionTask from NuGet and it will integrate into your project and write out variables to your build server if it's running on one. The exe offers more options and works for not just .net projects.
37+
There are two ways to consume GitVersion, the first is by running GitVersion.exe. The second is an MSBuild task. The MSBuild task is really easy to get up and running, simply install GitVersionTask from NuGet and it will integrate into your project and write out variables to your build server if it's running on one. The exe offers more options and works for .NET projects as well as other project types.
3838

3939
Read more about [using GitVersion](usage/usage.md)
4040

0 commit comments

Comments
 (0)