This repository was archived by the owner on Dec 11, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <Company >Rocket Surgeons Guild</Company >
4- <Copyright >Copyright David Driscoll © 2017</Copyright >
5- <Authors >David Driscoll</Authors >
4+ <Copyright >Copyright Rocket Surgeons Guild © $([System.DateTime]::Now.ToString('yyyy'))</Copyright >
5+ <Authors >David Driscoll,Rocket Surgeons Guild contributors</Authors >
6+ <PackageProjectUrl >https://rocketsurgeonsguild.github.io/</PackageProjectUrl >
7+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
8+ <PackageIcon >images/packageicon.png</PackageIcon >
9+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
10+ <!--
11+ in package
12+ Title
13+ Description
14+ Tags
15+ -->
616 <LangVersion >8.0</LangVersion >
717 <Nullable >enable</Nullable >
8- <PackageIcon >images/packageicon.png</PackageIcon >
918 </PropertyGroup >
1019 <ItemGroup >
11- <None Include =" $(MSBuildThisFileDirectory)/.tmp/packageicon.png" Condition =" Exists('$(MSBuildThisFileDirectory)/.tmp/packageicon.png')" Pack =" true" PackagePath =" /images/" />
20+ <None Include =" $(MSBuildThisFileDirectory)/.tmp/packageicon.png" Condition =" Exists('$(MSBuildThisFileDirectory)/.tmp/packageicon.png')" Pack =" true" PackagePath =" /images/" />
21+ <None Include =" $(MSBuildThisFileDirectory)/LICENSE" Pack =" true" PackagePath =" /" />
1222 </ItemGroup >
1323</Project >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <GenerateDocumentationFile >true</GenerateDocumentationFile >
55 <IsPackable >true</IsPackable >
6- <PublishRepositoryUrl >true</PublishRepositoryUrl >
76 <RootNamespace >$(MSBuildProjectName.Replace('.Abstractions', ''))</RootNamespace >
87 </PropertyGroup >
98</Project >
You can’t perform that action at this time.
0 commit comments