Skip to content

Commit

Permalink
[release] v2.10.34
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotoffia committed Oct 1, 2021
1 parent 7d010ea commit b054969
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1150,18 +1150,4 @@ It is also possible to combine builder and running e.g. via:
```
The above example will build the container, start, stop, and finally delete the container. Even if and
```Exception``` is thrown it will be ```Disposed```. Of course it is possible to use compsed container using
```composite``` extension methods as with ```container```.

## Build FluentDocker from Repository

TODO: Expand this section.

### Install GitVersionTask on commandline
It is used to get which version it will have on release build.

Execute the following command when in the root of the project:

```bash
dotnet tool install GitVersion.Tool -g
```
Will install the `gitversion.tool` and is accessable through the `dotnet run dotnet-gitversion` command.
```composite``` extension methods as with ```container```.

0 comments on commit b054969

Please sign in to comment.