Adding a package reference to SourceLink.Create.GitLab version 2.8.0 and 2.8.1 both give a compile error immediately due to a syntax error in the included targets file.
error MSB4024: The imported project file "C:\Users\myUser\.nuget\packages\sourcelink.create.gitlab\2.8.1\build\SourceLink.Create.GitLab.targets" could not be loaded. The 'SourceLink.Create.GitLab.CreateTask' start tag on line 25 position 6 does not match the end tag of 'SourceLink.Create.GitHub.CreateTask'. Line 36, position 7.
This line incorrectly closes the tag with GitHub in the name instead of GitLab.
(Is this the right repository or should I create the issue here?)
Adding a package reference to SourceLink.Create.GitLab version 2.8.0 and 2.8.1 both give a compile error immediately due to a syntax error in the included targets file.
error MSB4024: The imported project file "C:\Users\myUser\.nuget\packages\sourcelink.create.gitlab\2.8.1\build\SourceLink.Create.GitLab.targets" could not be loaded. The 'SourceLink.Create.GitLab.CreateTask' start tag on line 25 position 6 does not match the end tag of 'SourceLink.Create.GitHub.CreateTask'. Line 36, position 7.
This line incorrectly closes the tag with GitHub in the name instead of GitLab.
(Is this the right repository or should I create the issue here?)