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

Commit

Permalink
Updated core package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Sep 23, 2019
1 parent c02ca32 commit d235586
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
20 changes: 15 additions & 5 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
<Project>
<PropertyGroup>
<Company>Rocket Surgeons Guild</Company>
<Copyright>Copyright David Driscoll © 2017</Copyright>
<Authors>David Driscoll</Authors>
<Copyright>Copyright Rocket Surgeons Guild © $([System.DateTime]::Now.ToString('yyyy'))</Copyright>
<Authors>David Driscoll,Rocket Surgeons Guild contributors</Authors>
<PackageProjectUrl>https://rocketsurgeonsguild.github.io/</PackageProjectUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageIcon>images/packageicon.png</PackageIcon>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<!--
in package
Title
Description
Tags
-->
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<PackageIcon>images/packageicon.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)/.tmp/packageicon.png" Condition="Exists('$(MSBuildThisFileDirectory)/.tmp/packageicon.png')" Pack="true" PackagePath="/images/"/>
<None Include="$(MSBuildThisFileDirectory)/.tmp/packageicon.png" Condition="Exists('$(MSBuildThisFileDirectory)/.tmp/packageicon.png')" Pack="true" PackagePath="/images/" />
<None Include="$(MSBuildThisFileDirectory)/LICENSE" Pack="true" PackagePath="/" />
</ItemGroup>
</Project>
</Project>
1 change: 0 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPackable>true</IsPackable>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
</PropertyGroup>
</Project>

0 comments on commit d235586

Please sign in to comment.