Skip to content

Commit

Permalink
BUG: README.md - fixed broken example
Browse files Browse the repository at this point in the history
Fixed an example that perviously worked but no longer does.  The improved example works without error.
  • Loading branch information
rclabo committed Aug 18, 2021
1 parent c2898ca commit 57bd82b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,13 +228,13 @@ To build the source, clone or download and unzip the repository. From the reposi
</tr>
</table>

For example the following command creates a Release build with NuGet package version 4.8.0‑beta00014b and assembly file version 4.8.0:
For example the following command creates a Release build with NuGet package version 4.8.0‑ci00014 and assembly file version 4.8.0:

```
> build ‑‑Configuration:Release ‑pv:4.8.0‑beta00014b ‑v:4.8.0
> build ‑‑Configuration:Release ‑pv:4.8.0‑ci00014 ‑v:4.8.0
```

In the above example we are using "b" at the end of the version to indicate this is not a publically released beta version but rather the ouput of a build from master which occured after beta00014 but before beta00015 was released.
In the above example we are using "ci" in the package version to indicate this is not a publically released beta version but rather the ouput of a continuous integration build from master which occured after beta00014 but before beta00015 was released.

NuGet packages are output by the build to the `/release/NuGetPackages/` directory. Test results (if applicable) are output to the `/release/TestResults/` directory.

Expand Down

0 comments on commit 57bd82b

Please sign in to comment.