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: benaston/NBasicExtensionMethod
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mcantillon/NBasicExtensionMethod
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.
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on May 20, 2013

  1. Configuration menu
    Copy the full SHA
    cdba96f View commit details
    Browse the repository at this point in the history
  2. Fixed bug with WithCapitalizedFirstLetter method where is was throwin…

    …g an exception even if the passed value was not null or white space.
    
    Added some tests around the StringExtensions
    mcantillon committed May 20, 2013
    Configuration menu
    Copy the full SHA
    1bdaa73 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	src/NBasicExtensionMethod.Test.Fast/BooleanExtensionTests.cs
    	src/NBasicExtensionMethod.sln
    	src/NBasicExtensionMethod/BooleanExtensions.cs
    	src/NBasicExtensionMethod/StringExtensions.cs
    mcantillon committed May 20, 2013
    Configuration menu
    Copy the full SHA
    726dbb1 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2014

  1. Fixed build issues

    Matt Cantillon committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    cc1a2c4 View commit details
    Browse the repository at this point in the history
Loading