X Tutup
The Wayback Machine - https://web.archive.org/web/20220526082638/https://github.com/PowerShell/PowerShell/commits/master
Skip to content
Permalink
master
Switch branches/tags

Commits on May 24, 2022

  1. Remove the assert and use a relatively larger capacity to cover possi…

    …ble increase of .NET reference assemblies (#17423)
    daxian-dbw committed May 24, 2022
  2. Update to the latest NOTICES file (#17421)

    Co-authored-by: adityapatwardhan <adityapatwardhan@users.noreply.github.com>
    github-actions[bot] and adityapatwardhan committed May 24, 2022

Commits on May 23, 2022

  1. Add reminder workflows (#17387)

    * Create processReminders.yml
    
    * Create createReminders.yml
    
    * Delete settings.json
    TravisEz13 committed May 23, 2022
  2. Update to the latest NOTICES file (#17401)

    Co-authored-by: adityapatwardhan <adityapatwardhan@users.noreply.github.com>
    github-actions[bot] and adityapatwardhan committed May 23, 2022
  3. Update Documentation Issue Template URL (#17410)

    Prior to this commit, the URL for the **Documentation Issue** entry in the issue template
    configuration pointed to the base URL for the docs repository.
    
    This commit updates the URL to take a user directly to the choosing-page for issues in the
    docs repository to reduce the clicking and re-orienting required by users when submitting
    a docs issue.
    michaeltlombardi committed May 23, 2022

Commits on May 21, 2022

  1. Fix typo in AsyncResult.cs (#17396)

    occured -> occurred
    eltociear committed May 21, 2022

Commits on May 19, 2022

  1. Bump NJsonSchema from 10.7.0 to 10.7.1 (#17381)

    Bumps [NJsonSchema](https://github.com/RicoSuter/NJsonSchema) from 10.7.0 to 10.7.1.
    - [Release notes](https://github.com/RicoSuter/NJsonSchema/releases)
    - [Commits](RicoSuter/NJsonSchema@v10.7.0...v10.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: NJsonSchema
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 19, 2022

Commits on May 18, 2022

  1. Simplify Get-WSManSupport based on current .NET Distro Support (#17356

    )
    
    * Simplify Get-WSManSupport based on current .NET Distro Support
    
    * Update test/tools/Modules/HelpersCommon/HelpersCommon.psm1
    TravisEz13 committed May 18, 2022
  2. Update to the latest NOTICES file (#17372)

    Co-authored-by: adityapatwardhan <adityapatwardhan@users.noreply.github.com>
    github-actions[bot] and adityapatwardhan committed May 18, 2022

Commits on May 17, 2022

  1. Run on every PR and let the action skip (#17366)

    * Run on every PR and let the action skip
    
    * Fix spelling
    
    * fix 7.2 spelling
    TravisEz13 committed May 17, 2022
  2. Release changelogs (#17364)

    * Update change log for releases
    
    * Fix breaking change
    
    * Remove white space
    PaulHigin committed May 17, 2022
  3. Add Daily Link Check GitHub Workflow (#17351)

    * add github workflow for daily link checking
    
    * remove extra name statement
    
    * increase indentation
    
    * scan all files, not just modified ones
    
    * add retries for 429 errors
    
    * increase timeout for status 0 errors
    
    * uncomment teams notifier task
    
    * fix experimental features link
    
    * add copyright header
    
    * Update .github/workflows/markdownLinkDaily.yml
    
    Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
    tgauth and TravisEz13 committed May 17, 2022
  4. Update the cgmanifest (#17361)

    Co-authored-by: adityapatwardhan <adityapatwardhan@users.noreply.github.com>
    github-actions[bot] and adityapatwardhan committed May 17, 2022

Commits on May 16, 2022

  1. Add support for new WDAC API (#17247)

    * Add support for new WDAC API
    
    * Fix non-Windows platform error
    
    * Fix code factor errors
    
    * Update cgmanifest json file
    
    * Fix test failure
    
    * Update src/System.Management.Automation/resources/SecuritySupportStrings.resx
    
    Co-authored-by: Dongbo Wang <dongbow@microsoft.com>
    
    Co-authored-by: Dongbo Wang <dongbow@microsoft.com>
    PaulHigin and daxian-dbw committed May 16, 2022
  2. Bump NJsonSchema from 10.6.10 to 10.7.0 (#17350)

    Bumps [NJsonSchema](https://github.com/RicoSuter/NJsonSchema) from 10.6.10 to 10.7.0.
    - [Release notes](https://github.com/RicoSuter/NJsonSchema/releases)
    - [Commits](RicoSuter/NJsonSchema@v10.6.10...v10.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: NJsonSchema
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 16, 2022
Older
X Tutup