Skip to content

Releases: dotnet/sourcelink

8.0.0 (.NET SDK 8.0.100)

17 Nov 17:39
Compare
Choose a tag to compare

What's Changed

Source Link is now included in .NET SDK 8 and enabled by default. Projects that migrate to .NET SDK 8 do not need to reference Source Link packages explicitly via PackageReference anymore.

  • Add sparse checkout support by @pakrym in #772
  • Add support for Gitee by @luocs in #922
  • Fix target Input Output as to not interfere with incremental. by @yuehuang010 in #901
  • Prepare for inclusion in .NET SDK by @tmat in #988
  • Avoid creating source link .json file when no source control mapping is available by @tmat in #989
  • Do not report warnings when SourceLink packages are not referenced ex… by @tmat in #991
  • Bump version to 8.0 to match SDK by @tmat in #992
  • Fix FileWrites by @tmat in #995
  • Remove unnecessary <?xml tags by @ViktorHofer in #1013
  • Remove unnecessary license header in msbuild by @ViktorHofer in #1014
  • Allow multiple Source Link assemblies to be loaded from different locations by @tmat in #1034
  • New command-line APIs and offline argument by @NikolaMilosavljevic in #1068
  • Do not report warning if submodule dir is missing by @tmat in #1078

New Contributors

Full Changelog: 1.1.1...8.0.0

1.1.1

10 Nov 21:31
3539d92
Compare
Choose a tag to compare

Notable Changes

  • Feature: GitWeb Source Link provider by @Glen-Nicol-Garmin in #505
  • Use submodule.name.url to determine the URL of a submodule by @tmat in #587
  • Add Microsoft.SourceLink.Tools source package implementing SourceLinkMap by @tmat in #663
  • Added support for gitea by @Mik4sa in #674
  • Enable source-build with Arcade SDK fixes by @dagood in #692
  • Add netstandard2.0 target to tools package by @tmat in #702
  • Update license to MIT by @tmat in #730
  • Allow using .git directory instead of gitdir redirect in submodules. by @crummel in #653
  • Fix discovery of working directory for worktrees by @tmat in #734
  • Add support for the new GitLab raw url by @rgl in #713
  • Target netcoreapp3.1 by @tmat in #767

New Contributors

Full Changelog: 1.0.0...1.1.1

1.0.0

10 Nov 21:20
31c76ae
Compare
Choose a tag to compare
Update azure-pipelines.yml