Skip to content

Commit 647af29

Browse files
Add SourceLink
1 parent 9d894c7 commit 647af29

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Linq.Extras/Linq.Extras.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,21 @@
33

44
<PropertyGroup Label="Project Information">
55
<TargetFrameworks>netstandard1.0;net45</TargetFrameworks>
6-
<Version>1.1.0</Version>
6+
<Version>1.1.2</Version>
77
<Description>A set of helper and extension methods to complement the System.Linq namespace.</Description>
88
<Authors>Thomas Levesque</Authors>
99
<PackageLicenseUrl>https://github.com/thomaslevesque/Linq.Extras/blob/master/LICENSE.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/thomaslevesque/Linq.Extras/</PackageProjectUrl>
1111
<PackageReleaseNotes>https://github.com/thomaslevesque/Linq.Extras/blob/master/RELEASENOTES.md</PackageReleaseNotes>
1212
<PackageTags>linq</PackageTags>
13+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
14+
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
1315
</PropertyGroup>
1416

17+
<ItemGroup>
18+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All"/>
19+
</ItemGroup>
20+
1521
<PropertyGroup Label="Build settings">
1622
<DocumentationFile>$(OutputPath)\Linq.Extras.xml</DocumentationFile>
1723
</PropertyGroup>

0 commit comments

Comments
 (0)