Releases: dotnet/sourcelink
Releases · dotnet/sourcelink
8.0.0 (.NET SDK 8.0.100)
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
- @MichaelSimons made their first contribution in #836
- @alexperovich made their first contribution in #867
- @ShreyasJejurkar made their first contribution in #892
- @pakrym made their first contribution in #772
- @IanKemp made their first contribution in #889
- @luocs made their first contribution in #922
- @yuehuang010 made their first contribution in #901
- @NikolaMilosavljevic made their first contribution in #994
- @oleksandr-didyk made their first contribution in #933
- @v-chayan made their first contribution in #1054
Full Changelog: 1.1.1...8.0.0
1.1.1
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
- @Glen-Nicol-Garmin made their first contribution in #505
- @IgorKustov-ChathamFinancial made their first contribution in #592
- @v-chmart made their first contribution in #604
- @0xced made their first contribution in #668
- @nycdotnet made their first contribution in #672
- @Mik4sa made their first contribution in #674
- @rgl made their first contribution in #713
- @adiaaida made their first contribution in #737
Full Changelog: 1.0.0...1.1.1