v0.1.2: Lexington
Infinity.Net v0.1.2 ("Lexington") now supports OAuth for connecting to Visual Studio Online, as well as minor bugfixes.
- Throw a
TfsUnauthorizedException
when authentication fails against Visual Studio Online. Previously we would throw an HTTP exception, this regressed in v0.1.1. - Support
Git.GetItem
andGit.GetItems
against the Visual Studio Online 1.0 API. Previously we would download the actual item, instead of merely loading the metadata. - Support Git trees that contain submodules.