Permalink
Switch branches/tags
Commits on May 12, 2017
  1. Bump version to 2.3.0.0

    shana committed May 12, 2017
Commits on Apr 28, 2017
  1. Bump version to 2.2.1.0

    shana committed Apr 28, 2017
  2. Merge pull request #964 from github/fixes/963-Experimental-AllUsers-F…

    …alse
    
    AllUsers should by false when Experimental
    shana committed on GitHub Apr 28, 2017
  3. AllUsers should by false when Experimental

    jcansdale committed Apr 28, 2017
Commits on Apr 27, 2017
  1. Merge pull request #928 from github/fixes/926-ProvideBindingRedirection

    Use ProvideBindingRedirection instead of ProvideCodeBase
    jcansdale committed on GitHub Apr 27, 2017
  2. Use ProvideBindingRedirection for GHfVS assemblies

    Redirect to the latest `GitHub.*` assembly for assemblies that require a CodeBase (e.g. `GitHub.Exports`).
    This makes extensions that don't depend on a specific GHfVS version possible.
    jcansdale committed Apr 27, 2017
Commits on Apr 20, 2017
  1. Merge pull request #957 from github/fixes/shareddictionarymanager-merge

    Fix compile error introduced in merge.
    shana committed on GitHub Apr 20, 2017
  2. Fix compile error introduced in merge.

    I introduced a compile error with the recent merge of 2.2.0.10 to
    master, because `SharedDictionaryManager` has moved. This fixes it.
    grokys committed Apr 20, 2017
  3. Bump version to 2.2.0.11

    grokys committed Apr 20, 2017
  4. Merge branch 'release/2.2.0.9'

     Conflicts:
    	src/GitHub.VisualStudio/PkgCmdID.cs
    	src/GitHub.VisualStudio/packages.config
    grokys committed Apr 20, 2017
  5. Bump version to 2.2.0.10

    shana committed Apr 20, 2017
  6. Bump script submodule

    shana committed Apr 20, 2017
  7. Bump script submodule

    shana committed Apr 20, 2017
  8. Bump script submodule

    shana committed Apr 20, 2017
  9. Bump script submodule

    shana committed Apr 20, 2017
  10. Partially revert 6ecb30d, it breaks the release signing process

    shana committed Apr 20, 2017
  11. Bump script submodule for new CI release build scripts

    shana committed Apr 20, 2017
Commits on Apr 19, 2017
  1. Merge pull request #953 from github/fixes/952-image-descriptions

    Add descriptions to documentation images
    shana committed on GitHub Apr 19, 2017
  2. Merge pull request #941 from github/feature/docs-links

    WIP: Add links to documentation.
    shana committed on GitHub Apr 19, 2017
  3. Get peppier with our welcome message

    shana committed on GitHub Apr 19, 2017
  4. Implement stubs in status bar service

    The new methods are not meaningful for the status bar, we're not tracking shown messages and the status bar only shows text, so there's no meaningful implementation (and no need to throw)
    shana committed on GitHub Apr 19, 2017
  5. Merge pull request #950 from github/jcansdale/xaml-designer

    Make `SharedDictionaryManager` work inside XAML Designer
    shana committed on GitHub Apr 19, 2017
  6. Implement Dispose pattern

    shana committed Apr 19, 2017
  7. Fix if ( formatting

    jcansdale committed on GitHub Apr 19, 2017
  8. Fix if ( fomatting

    jcansdale committed on GitHub Apr 19, 2017
Commits on Apr 11, 2017
  1. add link to docs from readme

    paladique committed Apr 11, 2017
  2. add image descriptions to remaining docs

    paladique committed Apr 11, 2017
Commits on Apr 10, 2017
  1. more image descriptions

    paladique committed Apr 10, 2017
  2. add descriptions to images in getting started section

    paladique committed Apr 10, 2017
  3. update link

    paladique committed Apr 10, 2017
Commits on Apr 7, 2017
  1. Consolidate the 3 SharedDictionaryManager classes

    Everywhere now uses `GitHub.UI.ThemeDictionaryManager`.
    SharedDictionaryManager can be used as base for added functionality (e.g. ThemeDictionaryManager).
    jcansdale committed Apr 7, 2017