feat(*): Update package information & source link

This commit is contained in:
Josh Creek
2021-08-25 23:31:41 +01:00
parent f4bf84cfb7
commit 7df4316121
@@ -5,8 +5,34 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Josh Creek</Authors> <Authors>Josh Creek</Authors>
<Description>A package containing helpful extensions to either save time or cognitive load.</Description> <Description>A package containing helpful extensions to either save time or cognitive load.</Description>
<PackageLicenseExpression>GPL-3.0</PackageLicenseExpression> <PackageLicenseExpression></PackageLicenseExpression>
<Copyright>Copyright (c) Josh Creek 2021.</Copyright> <Copyright>Copyright (c) Josh Creek 2021.</Copyright>
<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryUrl>https://github.com/jcreek/Creek.HelpfulExtensions</RepositoryUrl>
<PackageProjectUrl>https://github.com/jcreek/Creek.HelpfulExtensions</PackageProjectUrl>
<!-- Optional: Embed source files that are not tracked by the source control manager in the PDB -->
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryType>git</RepositoryType>
<PackageTags>creek</PackageTags>
</PropertyGroup> </PropertyGroup>
</Project> <ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<None Include="LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>