Skip to content
This repository was archived by the owner on Oct 29, 2019. It is now read-only.

Commit 5975e32

Browse files
committed
Add package metdata
1 parent db2e4e0 commit 5975e32

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/TextTemplating/T5.TextTemplating.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
66
<Description>T4 templating engine for .NET Core.</Description>
7+
<Authors>Atif Aziz;Mikayla Hutchinson</Authors>
8+
<Owners>Atif Aziz</Owners>
9+
<PackageProjectUrl>https://github.com/atifaziz/t5</PackageProjectUrl>
10+
<RepositoryUrl>https://github.com/atifaziz/t5</RepositoryUrl>
11+
<RepositoryType>git</RepositoryType>
12+
<PackageTags>t4;templating;texttransform</PackageTags>
13+
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
714
</PropertyGroup>
815

916
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

src/TextTransform/TextTransform.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
<PackageId>T5.TextTransform.Tool</PackageId>
88
<PackageType>DotNetCliTool</PackageType>
99
<Description>T4 text transformation tool for dotnet CLI.</Description>
10+
<Authors>Atif Aziz;Mikayla Hutchinson</Authors>
11+
<Owners>Atif Aziz</Owners>
12+
<PackageProjectUrl>https://github.com/atifaziz/t5</PackageProjectUrl>
13+
<RepositoryUrl>https://github.com/atifaziz/t5</RepositoryUrl>
14+
<RepositoryType>git</RepositoryType>
15+
<PackageTags>t4;templating;texttransform</PackageTags>
16+
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
1017
</PropertyGroup>
1118

1219
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)