diff --git a/README.md b/README.md index e99c29b..70b3bbb 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ [![Test Coverage](https://api.codeclimate.com/v1/badges/42d02eaff227c10bb2b3/test_coverage)](https://codeclimate.com/github/guibranco/MSBuild.Version.Target/test_coverage) [![CodeFactor](https://www.codefactor.io/repository/github/guibranco/MSBuild.Version.Target/badge)](https://www.codefactor.io/repository/github/guibranco/MSBuild.Version.Target) -Provides a NuGet package that adds functionality to your project to auto-increment the version build before every non-release configuration build. +🎯⚙️ Provides a NuGet package that adds functionality to your project to auto-increment the version build before every non-release configuration build. -This package adds a Version.txt with the SemVer version (you must update the major and minor versions manually, only the build is updated via this functionality). +This package adds a Version.txt with the SemVer version (you must manually update the major and minor versions. Only the build is updated via this functionality). -The target updates the AssemblyInfo.cs and the Version.txt of the installed project after each build that is not with the Release configuration. +The target updates the AssemblyInfo.cs and the Version.txt of the installed project after each build, which is not with the Release configuration. ---------- @@ -32,5 +32,5 @@ Install-Package MSBuild.Version.Target After installation, open **Properties > Version.txt** and update the file to match your current project version (SemVer like Major.Minor.Patch, as Patch is the Build incremental). -The configuration mentioned above is the configuration passed to the MSBuild call of a project being built. -This can be set by the Visual Studio in the *Configuration Manager* or in a manual/CI building passing the arguments */p:Configuration=Debug* (for a Debug build). This means that any value different from **Release** will activate this tool in the build process. +The configuration mentioned above is passed to the MSBuild call of a project being built. +This can be set by Visual Studio in the Configuration Manager or in a manual/CI building passing the arguments */p:Configuration=Debug* (for a Debug build). Any value different from **Release** will activate this tool in the build process.