We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b22bd commit 968a717Copy full SHA for 968a717
README.md
@@ -12,6 +12,10 @@ The client scripting library contains static HTML documentation for scripting de
12
- `Static.Static` - opens the static help (`_site\index.html`)
13
- `Server.Start` - start the static help on http://localhost:5865/ (dark mode support)
14
15
+## Third party components
16
+- Documentation generation with [docfx](https://github.com/dotnet/docfx/) - licence `MIT`
17
+- Tests with [xunit](https://github.com/xunit) - licence `Apache 2.0`
18
+
19
## Build
20
Supported runtime environment variables:
21
- *PayrollEnginePackageDir* - the NuGet package destination directory (optional)
0 commit comments