Skip to content

Commit 68568d0

Browse files
committed
Added SourceLink support
1 parent bb8e982 commit 68568d0

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

Directory.Build.props

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,10 @@
2121
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2222
</PropertyGroup>
2323
<ItemGroup>
24-
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
25-
<PrivateAssets>all</PrivateAssets>
26-
</PackageReference>
27-
<PackageReference Include="Roslynator.Analyzers" Version="4.0.2">
28-
<PrivateAssets>all</PrivateAssets>
29-
</PackageReference>
24+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
25+
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All"/>
26+
<PackageReference Include="Roslynator.Analyzers" Version="4.0.2" PrivateAssets="All"/>
3027
<!-- It appears as though there might be a performance issue in versions of Microsoft.VisualStudio.Threading.Analyzers past this at least through 17.0.64 -->
31-
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="16.9.60">
32-
<PrivateAssets>all</PrivateAssets>
33-
</PackageReference>
28+
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="16.9.60" PrivateAssets="All"/>
3429
</ItemGroup>
3530
</Project>

RELEASE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.1.5
2+
3+
- Added SourceLink support.
4+
15
# 1.1.4
26

37
- Fix to avoid calling `PipeStream.WaitForPipeDrain()` on non-Windows platforms where it's not supported (#3, #7, thanks @xoofx).

marvin

0 commit comments

Comments
 (0)