oehen.arguard is a dotnet argument and parameter validator extension library.
Use the nuget package manager to install oehen.arguard:
Package oehen.arguard is publish to nuget.org.
dotnet add package oehen.arguard --version <VERSION>
The latest documentation can find at https://eoehen.github.io/arguard/.
| Stable | Pre-release | |
|---|---|---|
| GitHub Release | ||
| NuGet |
| Develop | Master |
|---|---|
To build this package we are using Cake.Recipe.
On Windows PowerShell run:
.\build.ps1
- Prepare Milestone for releasing.
- Create and switch to gitflow release branch.
- Set
GITHUB_TOKENenvironment variable.
$Env:GITHUB_TOKEN="{token}"
- Run
Cake.Recipefor creating release notes.
.\build.ps1 --target=releasenotes
- Check release notes.
- Merge gitflow release branche to develop and master.
- Finish the created release version on github.
Contributions are welcome. See Contribution Guidelines.
