Add .markdownlint config with exclusions and fix obvious style.
html and generated pages ignored
update versions for latest version in README
add VS Code default solution
* Rename Setup/ to setup/
* Rename Bin/ into assets/ and move under setup/
* Rename Externals/ to externals/
* Move app projects into src/
* Move test projects into tests/
* Move scripts/ to eng/
* Move TranslationApp/ into setup/
Requests are directed to / anyway
Remove GitExtensionsDoc subrepo as it is not used in builds anyway.
Remove release script update of the subrepo, this must be handled manually since
signed builds must run in AppVeyor.
(cherry picked from commit c59fd847fc)
Requests are directed to / anyway
Remove GitExtensionsDoc subrepo as it is not used in builds anyway.
Remove release script update of the subrepo, this must be handled manually since
signed builds must run in AppVeyor.
Resolves#7873
* TranslationApp fails because it tries to write the file to the non-existing
directory artifacts\bin\TranslationApp\Debug\net461\Translation due to
an incorrect working directory
* Everytime translations are updated the current application version is
written in xlf files. This creates additional maintenance, yet this
functionality is not utilised.
The version is set to empty string.
* Remove now defunct UpdateLocalEnglishTranslations.ps1 script
* Update README.md
Codescene.io doesn't require any build programming, just a free account and an integration button click at codescene.io.
This may be a perfect fit for codecov analysis already in place.