File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments