Skip to content

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 a528270 commit 2c6207e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
18 changes: 14 additions & 4 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>
1 change: 0 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPackable>true</IsPackable>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RootNamespace>$(MSBuildProjectName.Replace('.Extensions', '').Replace('.Abstractions', ''))</RootNamespace>
</PropertyGroup>
</Project>

0 comments on commit 2c6207e

Please sign in to comment.