Skip to content

Commit ee8d6a2

Browse files
committed
add source link
1 parent 73cdd1e commit ee8d6a2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ManyConsole.CommandLineUtils/ManyConsole.CommandLineUtils.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,17 @@
1414
<IncludeSource>True</IncludeSource>
1515
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1616
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
17+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1718
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
18-
<Version>1.1.5-alpha</Version>
19+
<Version>1.1.6-alpha</Version>
1920
</PropertyGroup>
20-
2121
<ItemGroup>
2222
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.3.4" />
2323
<PackageReference Include="System.ComponentModel.TypeConverter" Version="4.3.0" />
24+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01">
25+
<PrivateAssets>all</PrivateAssets>
26+
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
27+
</PackageReference>
2428
</ItemGroup>
2529
<ItemGroup>
2630
<Folder Include="Internal\" />

0 commit comments

Comments
 (0)