Skip to content

Commit

Permalink
added a reference to the ASoft website to the docs
Browse files Browse the repository at this point in the history
and how to install dotnetversions.exe.
  • Loading branch information
nils-a committed Jul 19, 2024
1 parent d5ce9e8 commit a6f20f4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -345,4 +345,5 @@ BuildArtifacts/*
.DS_Store

# Wyam
docs/input/tasks
docs/input/tasks
/config.wyam.*
11 changes: 11 additions & 0 deletions docs/input/docs/usage/examples.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/input/index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ NoGutter: true
<div class="container">
<h1>What is it?</h1>
<p>
Cake.DotNetVersionDetector is an Addin for <a href="http://cakebuild.net/">Cake</a> which allows executing the DotNetVersionDetector exectuable.
Cake.DotNetVersionDetector is an Addin for <a href="http://cakebuild.net/">Cake</a> which allows executing the <a href="https://www.asoft.be/prod_netver.html">ASoft .NET Version Detector</a> exectuable.
</p>
</div>

0 comments on commit a6f20f4

Please sign in to comment.