Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PowerShell/PowerShellStandard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: TylerLeonhardt-patch-1
Choose a base ref
...
head repository: PowerShell/PowerShellStandard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 33 files changed
  • 4 contributors

Commits on Jul 25, 2019

  1. Merge pull request #64 from PowerShell/TylerLeonhardt-patch-1

    be more clear about hosts in README
    SteveL-MSFT authored Jul 25, 2019
    Configuration menu
    Copy the full SHA
    daae41a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. WIP: Update template to use PSL 5.1.0 (#66)

    * WIP: Update template to use PSL 5.1.0
    
    * Update all references to 5.1.1 to 5.1.0
    rkeithhill authored and JamesWTruher committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    6c56952 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. version 7 prerelease 1 (#77)

    * Make sure that TokenTraits type has the proper attribute
    
    * remove deleted types and methods
    
    * Remove extraneous whitespace
    
    * A number of types (and some associated methods) have been
    removed from Standard 7
    
    * A number of changes needed to nuspec file to bring it up to MS standard
    JamesWTruher authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    c7c7ad3 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Update LICENSE.txt to remove "All rights reserved" term (#83)

    * Remove the term All Rights Reserved as Microsoft no longer recommend it.
    
    See also: PowerShell/PowerShell#12729
    xtqqczze authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    18305a7 View commit details
    Browse the repository at this point in the history
  2. Remove UTF-8 BOM from text files (#84)

    * Strip Unicode BOM
    
    * Add .editorconfig file to specify charset
    xtqqczze authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    bf15551 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. Add copyright header to .cs, .ps1 and psm1 files (#85)

    * Add copyright header to `.cs`, `.ps1` and `psm1` files
    
    Merge after #84
    
    * Add copyright header template in .editorconfig
    xtqqczze authored Aug 29, 2020
    Configuration menu
    Copy the full SHA
    59998dc View commit details
    Browse the repository at this point in the history
Loading