Revise docs for 3.0.0-alpha.1 (#587)

* Add pre-release badge

* Update XML spec for `<username>`

* Update exit codes

* Update XML spec for `<prompt>`

* Create migration guide

* Add a note for the previous version

* docs -> documentation

* * Format usage

* Talk to myself

* * Add deployment status badge

* Update version strings

* Update README title

* Link to the migration guide

* * Remove .NET Core version number

* Delete exe-config-file.md

* Update README.md

* migration-guide.md -> migrate-to-3-x.md
This commit is contained in:
Next Turn
2020-07-20 01:40:05 -12:00
committed by GitHub
parent 22c3043862
commit 1b20d0db12
6 changed files with 77 additions and 33 deletions

View File

@@ -10,7 +10,7 @@ These extensions allow to alter the behavior of the Windows service in order to
## Developer guide
In WinSW v2 the extension does not support inclusion of external extension DLLs.
In the current versions of WinSW the extension does not support inclusion of external extension DLLs.
### Adding external extensions
@@ -30,4 +30,4 @@ See configuration samples provided for the extensions in the core.
For extensions from external DLLs, the `className` field should also specify the assembly name.
It can be done via fully qualified class name or just by the `${CLASS_NAME}, ${ASSEMBLY_NAME}` declaration.
Please note that in the current versions of WinSW v2 the binary compatibility of extension APIs **is not guaranteed**.
Please note that in the current versions of WinSW the binary compatibility of extension APIs **is not guaranteed**.