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

Commit db2e4e0

Browse files
committed
Sync package & assembly descriptions
1 parent a7cb0db commit db2e4e0

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/TextTemplating/AssemblyInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
using System.Runtime.CompilerServices;
2828
using System;
2929

30-
[assembly: AssemblyDescription("An implementation of Visual Studio's T4 text templating")]
3130
[assembly: AssemblyCopyright("MIT/X11")]
3231
[assembly: CLSCompliant (true)]
3332

src/TextTemplating/T5.TextTemplating.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
6-
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
76
<Description>T4 templating engine for .NET Core.</Description>
87
</PropertyGroup>
98

src/TextTransform/AssemblyInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
// Information about this assembly is defined by the following attributes.
3030
// Change them to the values specific to your project.
3131

32-
[assembly: AssemblyDescription("T4 text transformation tool")]
3332
[assembly: AssemblyCopyright("MIT/X11")]
3433

3534
//[assembly: AssemblyVersion("1.0.0.0")]

src/TextTransform/TextTransform.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<PackageId>T5.TextTransform.Tool</PackageId>
88
<PackageType>DotNetCliTool</PackageType>
99
<Description>T4 text transformation tool for dotnet CLI.</Description>
10-
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
1110
</PropertyGroup>
1211

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

0 commit comments

Comments
 (0)