Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.
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: segmentio/Analytics.NET
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ericgay/Analytics.NET
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.
  • 13 commits
  • 42 files changed
  • 1 contributor

Commits on May 20, 2016

  1. General cleanup and first pass at getting Segment Analytics.Net worki…

    …ng in Unity 5.3 or newer.
    brgishy committed May 20, 2016
    Configuration menu
    Copy the full SHA
    f426d6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c425dba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4aaf0bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b428799 View commit details
    Browse the repository at this point in the history
  5. More StyleCop improvements.

    brgishy committed May 20, 2016
    Configuration menu
    Copy the full SHA
    ba00685 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57b6988 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2016

  1. Getting the first pass working with a LocalStore object for saving of…

    …f events if things are unsucessful.
    brgishy committed May 25, 2016
    Configuration menu
    Copy the full SHA
    f8d995d View commit details
    Browse the repository at this point in the history
  2. Turning localStore into a BaseAction store only

    - Removing debug output
    - Made LocalStore not be templated anymore
    - Created a JsonConverter class called BaseActionConverter that's
    capable of deserializing BaseAction obejcts.
    brgishy committed May 25, 2016
    Configuration menu
    Copy the full SHA
    8fbcab8 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2016

  1. Making sure some unit test don't run when using unity

    Async tests can't be preformed since unity uses coroutines to simulate
    async-ness.
    brgishy committed May 26, 2016
    Configuration menu
    Copy the full SHA
    0331439 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2016

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

Commits on Jun 30, 2016

  1. Updating ReadMe to describe new features

    Updating ReadMe to describe all the new features that have been added to this fork.
    brgishy authored Jun 30, 2016
    Configuration menu
    Copy the full SHA
    46b802b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41e1b73 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2016

  1. StyleCop fixes

    Missing File Header
    Tabs instead of SoftTabs
    All parameters on separate lines
    brgishy committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    35ebba8 View commit details
    Browse the repository at this point in the history
Loading