Commit graph

287 commits

Author SHA1 Message Date
Robert Holt f0151d2c98
Update README links and metadata.json for 7.1.0-preview.6 (#13437) 2020-08-17 15:42:17 -07:00
Tasnim Zotder 7f9b118dc0
Grammar correction of Readme.md and other docs (#13269) 2020-07-29 22:23:09 +05:00
Aditya Patwardhan 213dbb42b7
Update README.md and metadata.json for the v7.0.3 release (#13187) 2020-07-16 12:10:27 -07:00
Aditya Patwardhan 838ece8bf1
Update README.md and metadata.json for next release (#13059) 2020-07-06 15:08:42 -07:00
Aditya Patwardhan 2bc5f18d5b
Fix links for MSI packages for point to 7.1.0-preview.3 (#13056)
Co-authored-by: Aditya Patwardhan <Aditya Patwardhan>
2020-06-29 13:28:21 -07:00
Aditya Patwardhan d933c01494
Update docs for v7.1.0-preview.4 release (#13028) 2020-06-29 11:09:01 -07:00
Aditya Patwardhan 211fb2a7e1
Update README.md and metadata.json for next releases (#12939) 2020-06-11 14:22:30 -07:00
xtqqczze cd3ed77e83
Fix broken link in README.md (#12887) 2020-06-04 09:45:35 -07:00
xtqqczze b03b968d0a
Restore markdownlint tests (#12549)
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
2020-06-02 12:28:32 -07:00
xtqqczze b2f5779a7b
Replace link to Slack with link to PowerShell Virtual User Group (#12786)
<!-- Anything that looks like this is a comment and can't be seen after the Pull Request is created. -->

# PR Summary

<!-- Summarize your PR between here and the checklist. -->

## PR Context

MicrosoftDocs/feedback/issues/2776

## PR Checklist

- [x] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
    - Use the present tense and imperative mood when describing your changes
- [x] [Summarized changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
- [x] [Make sure all `.h`, `.cpp`, `.cs`, `.ps1` and `.psm1` files have the correct copyright header](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
- [x] This PR is ready to merge and is not [Work in Progress](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---work-in-progress).
    - If the PR is work in progress, please add the prefix `WIP:` or `[ WIP ]` to the beginning of the title (the `WIP` bot will keep its status check at `Pending` while the prefix is present) and remove the prefix when the PR is ready.
- **[Breaking changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#making-breaking-changes)**
    - [x] None
    - **OR**
    - [ ] [Experimental feature(s) needed](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/staging/reference/6/Microsoft.PowerShell.Core/About/about_Experimental_Features.md)
        - [ ] Experimental feature name(s): <!-- Experimental feature name(s) here -->
- **User-facing changes**
    - [x] Not Applicable
    - **OR**
    - [ ] [Documentation needed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
        - [ ] Issue filed: <!-- Number/link of that issue here -->
- **Testing - New and feature**
    - [x] N/A or can only be tested interactively
    - **OR**
    - [ ] [Make sure you've added a new test if existing tests do not effectively test the code changed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#before-submitting)
- **Tooling**
    - [x] I have considered the user experience from a tooling perspective and don't believe tooling will be impacted.
    - **OR**
    - [ ] I have considered the user experience from a tooling perspective and enumerated concerns in the summary. This may include:
        - Impact on [PowerShell Editor Services](https://github.com/PowerShell/PowerShellEditorServices) which is used in the [PowerShell extension](https://github.com/PowerShell/vscode-powershell) for VSCode (which runs in a different PS Host).
        - Impact on Completions (both in the console and in editors) - one of PowerShell's most powerful features.
        - Impact on [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer) (which provides linting & formatting in the editor extensions).
        - Impact on [EditorSyntax](https://github.com/PowerShell/EditorSyntax) (which provides syntax highlighting with in VSCode, GitHub, and many other editors).
2020-05-26 16:53:49 +00:00
Aditya Patwardhan 310ffe0b95
Update README and metadata files for next release (#12717) 2020-05-19 11:22:28 -07:00
Steve Lee d4e338ce6a
Update README.md removing experimental status of Arm builds, but Win-Arm64 is still preview for Stable release. (#12707) 2020-05-19 11:10:43 -07:00
xtqqczze fde00de77f
Update docs.microsoft.com links (#12653)
# PR Summary

* remove explicit en-us from links
* remove view parameter


## PR Context

follow-up #7013

## PR Checklist

- [x] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
    - Use the present tense and imperative mood when describing your changes
- [x] [Summarized changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
- [x] [Make sure all `.h`, `.cpp`, `.cs`, `.ps1` and `.psm1` files have the correct copyright header](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
- [x] This PR is ready to merge and is not [Work in Progress](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---work-in-progress).
    - If the PR is work in progress, please add the prefix `WIP:` or `[ WIP ]` to the beginning of the title (the `WIP` bot will keep its status check at `Pending` while the prefix is present) and remove the prefix when the PR is ready.
- **[Breaking changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#making-breaking-changes)**
    - [ ] None
    - **OR**
    - [ ] [Experimental feature(s) needed](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/staging/reference/6/Microsoft.PowerShell.Core/About/about_Experimental_Features.md)
        - [ ] Experimental feature name(s): <!-- Experimental feature name(s) here -->
- **User-facing changes**
    - [x] Not Applicable
    - **OR**
    - [ ] [Documentation needed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
        - [ ] Issue filed: <!-- Number/link of that issue here -->
- **Testing - New and feature**
    - [x] N/A or can only be tested interactively
    - **OR**
    - [ ] [Make sure you've added a new test if existing tests do not effectively test the code changed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#before-submitting)
- **Tooling**
    - [x] I have considered the user experience from a tooling perspective and don't believe tooling will be impacted.
    - **OR**
    - [ ] I have considered the user experience from a tooling perspective and enumerated concerns in the summary. This may include:
        - Impact on [PowerShell Editor Services](https://github.com/PowerShell/PowerShellEditorServices) which is used in the [PowerShell extension](https://github.com/PowerShell/vscode-powershell) for VSCode (which runs in a different PS Host).
        - Impact on Completions (both in the console and in editors) - one of PowerShell's most powerful features.
        - Impact on [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer) (which provides linting & formatting in the editor extensions).
        - Impact on [EditorSyntax](https://github.com/PowerShell/EditorSyntax) (which provides syntax highlighting with in VSCode, GitHub, and many other editors).
2020-05-15 03:29:43 +00:00
Aditya Patwardhan 8bd96e03a9
Update README.md and metadata.json for next release (#12668) 2020-05-14 16:06:23 -07:00
xtqqczze 22e4f19349
Remove markdown unused definitions (#12656) 2020-05-14 21:47:51 +05:00
Aditya Patwardhan 53d1f0176d
Fix broken link for blogs in documents (#12471) 2020-04-24 11:01:47 +05:00
Aditya Patwardhan 38cff0b07d
Update README.md and metadata.json for upcoming release (#12441) 2020-04-23 11:47:14 -07:00
Aditya Patwardhan 5b390f1507
Update README.md and metadata.json for 7.1.0-preview.1 (#12211)
* Update `README.md` and `metadata.json` for `7.1.0-preview.1` release

* Add missing version updates

* fix test failure

* fix test failure

Co-authored-by: Travis Plunk <github@ez13.net>
2020-03-26 12:30:05 -07:00
Aditya Patwardhan 703b075aac
Update README.md and metadata.json for the next release (#11992) 2020-03-04 09:32:21 -08:00
Aditya Patwardhan 697dc5b371
Update README.md and metadata.json next release (#11918) 2020-02-21 15:58:15 -08:00
Aditya Patwardhan 84f2a7d170 Update README.md and metadata.json for next release (#11664) 2020-01-27 16:01:22 -08:00
Aditya Patwardhan cbd2ee56d5 Update README.md and metadata.json for next release (#11597) 2020-01-16 15:40:51 -08:00
Dongbo Wang ed18030e5f
Update ChangeLog, README.md and metadata.json for 7.0.0-rc.1 release (#11363) 2019-12-16 15:04:28 -08:00
Travis Plunk b60381f922 Update macOS minimum version (#11163) 2019-11-24 17:41:53 +05:00
Paul Higinbotham 35cfe4a99a Update Readme.md for preview.6 release (#11108) 2019-11-21 16:55:41 -08:00
Michael Klement ad1d532600 Update README.md (#11100)
Link to issues page added, reference to version 6 changed to "6 and higher"
2019-11-19 09:22:12 +05:00
Aditya Patwardhan 163cba4336 Fix installation doc links in README.md (#11083) 2019-11-15 12:02:43 -08:00
Andrew b67e2e347e Updating links in README.md and metadata.json for Preview.5 (#10854) 2019-10-23 12:12:18 -07:00
Dongbo Wang 8904faf665 Merged PR 10011: Update README.md and metadata.json for 7.0.0-preview.4
Update README.md and metadata.json for 7.0.0-preview.4
2019-09-17 17:57:59 +00:00
Aditya Patwardhan 33cff2dec4
Update README and metadata for next releases (#10523) 2019-09-12 14:30:25 -07:00
Vedhas Patkar cb8bb47440 Update README.md (#10465)
Fix typo.
2019-08-31 00:05:26 +05:00
Aditya Patwardhan 07e64f3a7f
Update README.md and metadata.json for 7.0.0-preview.3 (#10393) 2019-08-20 16:08:42 -07:00
Aditya Patwardhan 6a73cc5bb4
Update docs for 7.0.0-preview.2 release (#10160) 2019-07-17 14:19:13 -07:00
Aditya Patwardhan 119bffbc05
Update README.md and metadata.json for next releases (#10087) 2019-07-16 11:36:39 -07:00
Travis Plunk 1f46ba3162
Update DotNet Support links (#10145) 2019-07-15 10:30:24 -07:00
Reece Dunham 1d2011fc22 Update readme gitter badge (#9920) 2019-06-20 13:07:42 -07:00
Aditya Patwardhan 8b121f5a97
Update README and metadata.json for 7.0.0-preview.1 release (#9767) 2019-05-30 15:24:45 -07:00
Aditya Patwardhan 82478d23e5 Update README and metadata.json (#9624) 2019-05-21 11:16:54 -07:00
Steve Lee 053f1f54aa add download link to raspbian64 to readme (#9520) 2019-05-03 00:07:58 +05:00
Travis Plunk e2bfced875
Update repo for Ubuntu 14.04 EOL (#9324)
Update repo for Ubuntu 14.04 EOL
  - also remove a missed instance of Fedora 27
2019-04-09 17:54:13 -07:00
Aditya Patwardhan df513bf7d8 Update docs for v6.2.0 (#9229) 2019-03-28 12:02:14 -07:00
Yash Raj Bharti ed408008d2 README.md (#9045)
Added punctuations wherever necessary.
2019-03-11 15:20:36 -07:00
Aditya Patwardhan 861b6c8a5f
Update docs for 6.2.0-rc.1 release (#9022) 2019-03-05 11:26:17 -08:00
Travis Plunk 93f33bb0d3
Update stable version to 6.1.3 (#8902) 2019-02-19 11:07:46 -08:00
Paul Higinbotham 7948cb63d3 Update README.md for preview.4 (#8772) 2019-01-28 15:54:18 -08:00
Takuya Shibata ecc3c875df Updating README.md for supported openSUSE version and updating link to OS versions supported by CoreFx (#8701)
* Update openSUSE 42.2 to 42.3, and adding [openSUSE Leap 15](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-6#installation---opensuse-leap-15).
    * [Installation - openSUSE Leap 15](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-6#installation---opensuse-leap-15)
* Update CoreFx version 2.0 to 2.1.
    * [.NET Core 2.1 - Supported OS versions](https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1-supported-os.md)
2019-01-28 10:20:18 -08:00
Alex Earl 89b2dcdeff Update README.md for ARM to include both 32-bit and 64-bit PS package links (#8677) 2019-01-25 12:01:29 -08:00
Reece Dunham bdc3c856a6 Remove un-used AppVeyor links from README.md (#8685) 2019-01-20 19:10:59 -08:00
Daniel Silva b2470dd583
Update README.md
The last two commits to this file "broke" both  "Developing and contributing"(link is missing) and "Support" (don't know what it didn't format correctly.
This commit fixes both cases.
2019-01-18 14:49:21 +00:00
Travis Plunk f1218bd3d9
Remove Debian 8 references as it is EOL (#8678)
Remove Debian 8 references as it is EOL
2019-01-17 16:30:39 -08:00