Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Release Notes

Cameron Taggart edited this page Jan 8, 2018 · 5 revisions

See https://github.com/ctaggart/SourceLink/releases for more recent versions.

2.0.0 _ 2017-03 Enables source link support

1.1.0 _ 2015-08

  • #102 support Visual Studio 2015 C# pdb files
  • #104 add support for SHA-1 and SHA-256 checksums in pdb
  • #98 update to TFS 2015 client libraries
  • #97 update to F# 4.0
  • #95 add Windows 10 SDK pdbstr.exe location

1.0.0 _ 2015-07

  • created SourceLink-Proxy to allow source indexing to private GitHub repositories
  • hosting a SourceLink-Proxy at https://sourcelink.azurewebsites.net
  • #76 SourceLink.exe checksums --check supports authentication with --username and --password
  • #78 added SourceLink.exe linefeed for switching line endings before a build
  • #81 simplified checksum validation flow
  • #75 added SourceLink.Index for SourceLink.Fake to match the simpler flow
  • #50 created a SourceLink.MSBuild so project files load VisualStudioVersion correctly
  • issues for 0.6.0, and 1.0.0

0.5.0 _ 2015-03

0.4.2 _ 2014-11

  • #47 Pdbstr.exec should work with absolute paths

0.4.0 _ 2014-10

0.3.0 _ 2014-01

  • SourceLink.Fake
  • FAKE integration
  • Visual Studio Online integration
  • pdbstr.exe used instead of modifying pdb directly
  • SourceLink.Build put aside for now in favor of SourceLink.Fake

0.2.0 _ 2013-07

Forks

SourceLink v1 source indexing code was ported to C# for GitLink and then it was forked to be PdbGit. Those two are merging back. For source linking, all of that critical functionality has been baked into the C#/VB/F# compilers and System.Reflection.Metadata. Things have changed significantly and I'm hoping this time, we can work together more. There has already been some good collaboration. LibGit2Sharp.Portable was published by the PdbGit author so that dotnet-sourelink-git would work.