Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
Added some more meta information to the package
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Oct 19, 2019
1 parent b90832d commit bb17f3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 1 addition & 6 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageIcon>images/packageicon.png</PackageIcon>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<!--
in package
Title
Description
Tags
-->
<PackageTags>meta;rocket surgery;rocket surgeons;rsg;rocket surgeons guild</PackageTags>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
5 changes: 5 additions & 0 deletions src/Meta.Packages/Rocket.Surgery.Meta.Packages.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.1;netstandard2.0;netstandard1.3</TargetFrameworks>
<DevelopmentDependency>true</DevelopmentDependency>
<AssemblyTitle>
Provides an MSBuild Sdk that allows you to not have to include all the dependencies in your project.
Instead based on the properties defined implicit PackageReference items will be added, with the intention that the version will be managed else where using a PackageReference Update
</AssemblyTitle>
<PackageTags>$(PackageTags);sdk;packagereference;packages</PackageTags>
</PropertyGroup>
<ItemGroup>
<None Include="Sdk/*.*" Pack="true" PackagePath="Sdk" />
Expand Down

0 comments on commit bb17f3f

Please sign in to comment.