* changes which enable setting a badge for the daily test runs in travis
It updates an azure blob with an SVG and that location is referenced by the
README.md file. TravisCI doesn't support this directly so in order to report
on the status of a daily test run there, we need to do this.
Provide error reporting in case the badge can't be set
* change new-object calls to use constructor
Remove extraneous date setting
update string creation to use stringbuilder rather than string addition
* Added info on the community Powershell slack team
* Revised update about Slack team to readme.md
* remove unneeded where
* Adds a line break before the gitter badge
* added missing full stops (periods)
- .NET Core RID suffixes removed
- `el7.centos` suffix added to RPM
- `1ubuntu1.14.04.1` iteration used for DEB packages
`~` cannot be used after `ubuntu1` because GitHub release renames it to
a `.`; additionally, no packages lack the final suffix `.1`. While my
machine is `.5` I could find no packages that went past `.3`, so let's
use this to indicate that it works for `14.04.1` and forward.
We are *not* recreating the alpha.9 packages, but will we rename them
accordingly. This means that the filenames will be "correct" but the
meta-data will be out-of-date.
Made some changes on package installation table - I noticed some inconsistencies some places using How to Install, others Installation Instructions. So I cleaned up, and removed “How to” in favor of “install” and Installation Instuctions.
Update README.md
Update README.md
* Remove superfluous link to releases page
* Remove superfluous link to docs/build
* Add column back for install instructions
* Add extra link to the FAQ
- Remove redundant 'Build from Source' column, since the Section name already implies it
- Lists with 1 bullet-point are weird-looking, especially sub-lists