Releases: ctaggart/SourceLink
2.2.1
minor bug fixes
https://github.com/ctaggart/SourceLink/milestone/25?closed=1
Windows PDB support
Visual Studio 2017 Update 3 (15.3) supports enabling source link for Windows PDB files, not just Portable PDB files. Thank you @paulvanbrenk for contributing this change in #220.
https://github.com/ctaggart/SourceLink/milestone/24?closed=1
fix sourcelink test for pdb in nupkg
2.1.1: create embed nupkgs (#207)
Added nupkgs for embedding files:
- SourceLink.Embed.AllSourceFiles
- SourceLink.Embed.PaketFiles
@mderriey increased the performance of sourcelink test.
https://github.com/ctaggart/SourceLink/milestone/21?closed=1
SourceLink.Create.CommandLine
SourceLink 2.1 adds:
- SourceLink.Create.CommandLine
- SourceLink.Create.BitBitBucket
SourceLink.Create.CommandLine fills some gaps identified by Microsoft and GitLink collaborators. It does require dotnet sourcelink-git
and instead uses the git
command line by default. All command line options can be set in case you wish to use svc
, hg
, or any other executable to help create the sourcelink.json
. See the 2.1.0 milestone for details.