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

@@ -109,7 +109,6 @@ The zipDateFormat can only be used in conjection with autoRollAtTime, provide th
## Error reporting
WinSW uses WMI underneath, and as such it uses its error code as the exit code.
For the complete list of exit codes, see [return values of the Create method of the Win32_Service class](https://docs.microsoft.com/windows/win32/cimwin32prov/create-method-in-class-win32-service#return-value).
WinSW exits with code 0 on success. Any positive exit code is a [system error code](https://docs.microsoft.com/windows/win32/debug/system-error-codes).
When winsw is running as a service, more detailed error information is reported to the Windows event log.