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: jbarcia/nps
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: svespie/NotPowerShell
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.
  • 7 commits
  • 14 files changed
  • 2 contributors

Commits on Apr 25, 2016

  1. Changed nps to be compatible with PS 2.0

    Ben0xA committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    2419140 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2016

  1. Small Update

    Fixed parameter bug
    Fixed issue with invoke exception
    Updated Binary
    Ben0xA committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    92866ff View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2016

  1. Added Invoke-MemoryNPS

    This allows you to download nps.exe and run powershell code without writing nps.exe to disk!
    Ben0xA authored Sep 24, 2016
    Configuration menu
    Copy the full SHA
    ee142e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. Branched from Ben0xa's nps branch. Did some minor renaming to better …

    …fit .NET standards. Moved nps.zip from /binary to /dist to avoid confusion.
    svespie committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    07bc9d8 View commit details
    Browse the repository at this point in the history
  2. Updated README.md

    Updated README.md.
    svespie authored Oct 30, 2017
    Configuration menu
    Copy the full SHA
    5b51561 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. Cleaned the application up a bit, keeping it's basic functionality th…

    …e same. Added a cmd file to test the happy path functionality.
    svespie committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    7ceeb70 View commit details
    Browse the repository at this point in the history
  2. Added a simple REPL that runs when no parameters are passed to nps.ex…

    …e. Updated the tests and included a test PowerShell script to call. Updated the nps.exe file under dist.
    svespie committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    a35288f View commit details
    Browse the repository at this point in the history
Loading