diff --git a/.gitignore b/.gitignore index f919d56..477b4f8 100644 --- a/.gitignore +++ b/.gitignore @@ -345,4 +345,5 @@ BuildArtifacts/* .DS_Store # Wyam -docs/input/tasks \ No newline at end of file +docs/input/tasks +/config.wyam.* diff --git a/docs/input/docs/usage/examples.md b/docs/input/docs/usage/examples.md index 3e74769..42d82fe 100644 --- a/docs/input/docs/usage/examples.md +++ b/docs/input/docs/usage/examples.md @@ -1,6 +1,17 @@ --- Title: Examples --- +# Install the DotNetVersionDetector + +The DotNetVersionDetector (`dotnetversion.exe`) needs to be installed on your system before +Cake.DotNetVersionDetector can make use of it. + +You can download and install it manually from the [ASoft website](https://www.asoft.be/prod_netver.html). +Alternatively, you can install it by utilizing [Chocolatey](https://chocolatey.org): + +```pwsh +choco install dotnetversiondetector +``` # Basic Usage diff --git a/docs/input/index.cshtml b/docs/input/index.cshtml index 499d655..f331f7d 100644 --- a/docs/input/index.cshtml +++ b/docs/input/index.cshtml @@ -8,6 +8,6 @@ NoGutter: true

What is it?

- Cake.DotNetVersionDetector is an Addin for Cake which allows executing the DotNetVersionDetector exectuable. + Cake.DotNetVersionDetector is an Addin for Cake which allows executing the ASoft .NET Version Detector exectuable.