Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating NET Core branch to 1.1 and Async #71

Merged
merged 21 commits into from
Mar 8, 2017

Commits on Aug 6, 2016

  1. update example output to match current return (chadly#54)

    - the current example output has 2 typos (misspelling Pennsylvania, wrong apostrophe location in President's) and the wrong zip, so just ran the code and pasted the output into the editor for README.md
    jamesmanning authored and chadly committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    4d91592 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a669504 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. Minor change

    s-moon authored Aug 8, 2016
    Configuration menu
    Copy the full SHA
    bcfc3da View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2016

  1. Fixing space formatting

    - space formatting in GoogleAddress
    - space formatting in GoogleGeocoder
    - added public getter for PlaceId
    Vladimir Lapacek authored and Vladimir Lapacek committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    549cf89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ec3530 View commit details
    Browse the repository at this point in the history
  3. Adding Mixed SideOfStreet to MapQuest

    Vladimir Lapacek authored and Vladimir Lapacek committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    8de1d69 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2016

  1. Merge pull request chadly#59 from vladimirlapacek/master

    Adding Mixed SideOfStreet to MapQuest
    chadly authored Sep 23, 2016
    Configuration menu
    Copy the full SHA
    ce168d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2016

  1. Configuration menu
    Copy the full SHA
    4db1b45 View commit details
    Browse the repository at this point in the history
  2. Bump version

    chadly committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    0fa94cd View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2016

  1. Configuration menu
    Copy the full SHA
    cfa454c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69e55e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2016

  1. Split tests for special characters and Street intersections (by amper…

    …sand)
    
    Don't use Wilshire and Bundy as test input string, because "Wilshire Bundy Plaza" matches to this request and return place, but not intersection.
    AdalyatNazirov committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    e4051d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2016

  1. Upgrade Geocoding.Net in Example.sln. Can't reproduce chadly#45 and c…

    …hadly#48. They are already fixed by commit ecc8cf6
    AdalyatNazirov committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    5b0261e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2016

  1. Configuration menu
    Copy the full SHA
    b662118 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2016

  1. Update .gitignore for VS 2015

    chadly committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    b9ece1a View commit details
    Browse the repository at this point in the history
  2. Register google as default geocoder for example app

    since it doesn't require an API key
    chadly committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    22be719 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    716941b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. Configuration menu
    Copy the full SHA
    36b598d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into netcore

    * master:
      Don't include test project in ilmerged output
      Register google as default geocoder for example app
      Update .gitignore for VS 2015
      Updating readme mapquest issues
      Upgrade Geocoding.Net in Example.sln. Can't reproduce chadly#45 and chadly#48. They are already fixed by commit ecc8cf6
      Split tests for special characters and Street intersections (by ampersand)
      Test MapQuest Commercial API
      Implemented Google Geocoding channel feature (chadly#63)
      Bump version
      Add Google component filters for administrative areas, postal codes and countries (chadly#60)
      Adding Mixed SideOfStreet to MapQuest
      Bump minor version ahead of release
      Fixing space formatting
      Minor change
      Added place_id to GoogleAddress (chadly#52)
      update example output to match current return (chadly#54)
    
    # Conflicts:
    #	Google/Google.csproj
    #	Tests/MapQuestBatchGeocoderTest.cs
    #	geocoding.nuspec
    #	src/Geocoding.Google/GoogleGeocoder.cs
    #	teamcity.targets
    #	test/Geocoding.Tests/GoogleGeocoderTest.cs
    #	test/Geocoding.Tests/MapQuestGeocoderTest.cs
    adamhathcock committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    e3e44e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e76e16f View commit details
    Browse the repository at this point in the history
  4. Make Bing work

    adamhathcock committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    caa8e60 View commit details
    Browse the repository at this point in the history